#9F58BA

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

Shades of Deep Lilac #9F58BA

Tints of Deep Lilac #9F58BA

Color information

#9F58BA (or 0x9F58BA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 58 and BA. RGB value is (159,88,186). Sum of RGB (Red+Green+Blue) = 159+88+186=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F58BA is #60A745. Grayscale: #787878. Windows color (decimal): -6334278 or 12212383. OLE color: 12212383.

HSL color Cylindrical-coordinate representation of color #9F58BA: hue angle of 283.47º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F58BA is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15988186-
CMYK0.150.5300.27
HSL283.47º41.53%53.73%-
HSV(B)283.47º52.69%72.94%-
XYZ26.6517.948.5-
YUV120.4165.02155.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.72%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 186 (73.05% from 255) = 42.96%
R=36.72%
G=20.32%
B=42.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159881860.150.5300.27283.4741.5353.73
Hex9F58BAF3501B11b2a36
Octal23713027217650334335266
Binary100111111011000101110101111110101011011100011011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F58BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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