#9F4BB5

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

Shades of Deep Lilac #9F4BB5

Tints of Deep Lilac #9F4BB5

Color information

#9F4BB5 (or 0x9F4BB5) is unknown color: approx Deep Lilac. HEX triplet: 9F, 4B and B5. RGB value is (159,75,181). Sum of RGB (Red+Green+Blue) = 159+75+181=415 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.31% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 181 (71.09% from 255 or 43.61% from 415); Max value from RGB is 181 - color contains mainly: blue. Hex color #9F4BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F4BB5 is #60B44A. Grayscale: #6F6F6F. Windows color (decimal): -6337611 or 11881375. OLE color: 11881375.

HSL color Cylindrical-coordinate representation of color #9F4BB5: hue angle of 287.55º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9F4BB5 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB15975181-
CMYK0.120.5900.29
HSL287.55º41.73%50.2%-
HSV(B)287.55º58.56%70.98%-
XYZ25.1515.7445.43-
YUV112.2166.83161.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 38.31%
GREEN value IS 75 (29.69% from 255) = 18.07%
BLUE value IS 181 (71.09% from 255) = 43.61%
R=38.31%
G=18.07%
B=43.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal159751810.120.5900.29287.5541.7350.2
Hex9F4BB5C3B01D1202a32
Octal23711326514730354405262
Binary100111111001011101101011100111011011101100100000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,75,181); }

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

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

 a { background-color: rgb(159,75,181); }

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

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

 span { border-color: rgb(159,75,181); }

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