#9F5BAF

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

Shades of Deep Lilac #9F5BAF

Tints of Deep Lilac #9F5BAF

Color information

#9F5BAF (or 0x9F5BAF) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5B and AF. RGB value is (159,91,175). Sum of RGB (Red+Green+Blue) = 159+91+175=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #9F5BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5BAF is #60A450. Grayscale: #787878. Windows color (decimal): -6333521 or 11492255. OLE color: 11492255.

HSL color Cylindrical-coordinate representation of color #9F5BAF: hue angle of 288.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5BAF is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15991175-
CMYK0.090.4800.31
HSL288.57º34.43%52.16%-
HSV(B)288.57º48%68.63%-
XYZ25.7817.9542.66-
YUV120.91158.53155.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.41%
GREEN value IS 91 (35.94% from 255) = 21.41%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=37.41%
G=21.41%
B=41.18%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal159911750.090.4800.31288.5734.4352.16
Hex9F5BAF93001F1212234
Octal23713325711600374414264
Binary100111111011011101011111001110000011111100100001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,91,175); }

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

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

 a { background-color: rgb(159,91,175); }

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

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

 span { border-color: rgb(159,91,175); }

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