#9F5FB8

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

Shades of Deep Lilac #9F5FB8

Tints of Deep Lilac #9F5FB8

Color information

#9F5FB8 (or 0x9F5FB8) is unknown color: approx Deep Lilac. HEX triplet: 9F, 5F and B8. RGB value is (159,95,184). Sum of RGB (Red+Green+Blue) = 159+95+184=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 184 (72.27% from 255 or 42.01% from 438); Max value from RGB is 184 - color contains mainly: blue. Hex color #9F5FB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5FB8 is #60A047. Grayscale: #7B7B7B. Windows color (decimal): -6332488 or 12083103. OLE color: 12083103.

HSL color Cylindrical-coordinate representation of color #9F5FB8: hue angle of 283.15º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5FB8 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB15995184-
CMYK0.140.4800.28
HSL283.15º38.53%54.71%-
HSV(B)283.15º48.37%72.16%-
XYZ27.0419.0247.59-
YUV124.28161.7152.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.30%
GREEN value IS 95 (37.5% from 255) = 21.69%
BLUE value IS 184 (72.27% from 255) = 42.01%
R=36.30%
G=21.69%
B=42.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal159951840.140.4800.28283.1538.5354.71
Hex9F5FB8E3001C11b2737
Octal23713727016600344334767
Binary100111111011111101110001110110000011100100011011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,95,184); }

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

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

 a { background-color: rgb(159,95,184); }

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

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

 span { border-color: rgb(159,95,184); }

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