#9F56BA

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

Shades of Deep Lilac #9F56BA

Tints of Deep Lilac #9F56BA

Color information

#9F56BA (or 0x9F56BA) is unknown color: approx Deep Lilac. HEX triplet: 9F, 56 and BA. RGB value is (159,86,186). Sum of RGB (Red+Green+Blue) = 159+86+186=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #9F56BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BA is #60A945. Grayscale: #767676. Windows color (decimal): -6334790 or 12211871. OLE color: 12211871.

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

Color convert

RGB15986186-
CMYK0.150.5400.27
HSL283.8º42.02%53.33%-
HSV(B)283.8º53.76%72.94%-
XYZ26.4917.5748.45-
YUV119.23165.68156.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 186 (73.05% from 255) = 43.16%
R=36.89%
G=19.95%
B=43.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal159861860.150.5400.27283.842.0253.33
Hex9F56BAF3601B11c2a35
Octal23712627217660334345265
Binary100111111010110101110101111110110011011100011100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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