#9F58CA

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

Shades of Deep Lilac #9F58CA

Tints of Deep Lilac #9F58CA

Color information

#9F58CA (or 0x9F58CA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 58 and CA. RGB value is (159,88,202). Sum of RGB (Red+Green+Blue) = 159+88+202=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F58CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58CA is #60A735. Grayscale: #797979. Windows color (decimal): -6334262 or 13260959. OLE color: 13260959.

HSL color Cylindrical-coordinate representation of color #9F58CA: hue angle of 277.37º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F58CA is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15988202-
CMYK0.210.5600.21
HSL277.37º51.82%56.86%-
HSV(B)277.37º56.44%79.22%-
XYZ28.4518.6157.97-
YUV122.22173.02154.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.41%
GREEN value IS 88 (34.77% from 255) = 19.60%
BLUE value IS 202 (79.30% from 255) = 44.99%
R=35.41%
G=19.60%
B=44.99%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159882020.210.5600.21277.3751.8256.86
Hex9F58CA15380151153439
Octal23713031225700254256471
Binary1001111110110001100101010101111000010101100010101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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