#9d4fbb

Color #9D4FBB Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9D4FBB

Tints of Deep Lilac #9D4FBB

Color information

#9D4FBB (or 0x9D4FBB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4F and BB. RGB value is (157,79,187). Sum of RGB (Red+Green+Blue) = 157+79+187=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 79 (31.25% from 255 or 18.68% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D4FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4FBB is #62B044. Grayscale: #727272. Windows color (decimal): -6467653 or 12275613. OLE color: 12275613.

HSL color Cylindrical-coordinate representation of color #9D4FBB: hue angle of 283.33º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D4FBB is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15779187-
CMYK0.160.5800.27
HSL283.33º44.26%52.16%-
HSV(B)283.33º57.75%73.33%-
XYZ25.6716.3548.82-
YUV114.63168.84158.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 37.12%
GREEN value IS 79 (31.25% from 255) = 18.68%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=37.12%
G=18.68%
B=44.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157791870.160.5800.27283.3344.2652.16
Hex9D4FBB103A01B11b2c34
Octal23511727320720334335464
Binary1001110110011111011101110000111010011011100011011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d4fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9d4fbb; }

 p { color: rgb(157,79,187); }

 H1.HeaderClassName
 {
   color: #9d4fbb;
 }
 .AnyTagClassName
 {
   color: #9d4fbb;
 }
</style>
background-color css

<style>
 a { background-color: #9d4fbb; }

 a { background-color: rgb(157,79,187); }

 div.DivClassName
 {
   background-color: #9d4fbb;
 }
 .BgClassName
 {
   background-color: #9d4fbb;
 }
</style>
border-color css

<style>
 span { border-color: #9d4fbb; }

 span { border-color: rgb(157,79,187); }

 td.TdClassName
 {
   border-color: #9d4fbb;
 }
 .TagClassName
 {
   border-color: #9d4fbb;
 }
</style>