#9F58C8

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

Shades of Deep Lilac #9F58C8

Tints of Deep Lilac #9F58C8

Color information

#9F58C8 (or 0x9F58C8) is unknown color: approx Deep Lilac. HEX triplet: 9F, 58 and C8. RGB value is (159,88,200). Sum of RGB (Red+Green+Blue) = 159+88+200=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #9F58C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58C8 is #60A737. Grayscale: #797979. Windows color (decimal): -6334264 or 13129887. OLE color: 13129887.

HSL color Cylindrical-coordinate representation of color #9F58C8: hue angle of 278.04º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F58C8 is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15988200-
CMYK0.200.5600.22
HSL278.04º50.45%56.47%-
HSV(B)278.04º56%78.43%-
XYZ28.2118.5256.73-
YUV122172.02154.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 88 (34.77% from 255) = 19.69%
BLUE value IS 200 (78.52% from 255) = 44.74%
R=35.57%
G=19.69%
B=44.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159882000.200.5600.22278.0450.4556.47
Hex9F58C814380161163238
Octal23713031024700264266270
Binary1001111110110001100100010100111000010110100010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F58C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,88,200); }

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

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

 a { background-color: rgb(159,88,200); }

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

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

 span { border-color: rgb(159,88,200); }

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