#9F56BE

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

Shades of Deep Lilac #9F56BE

Tints of Deep Lilac #9F56BE

Color information

#9F56BE (or 0x9F56BE) is unknown color: approx Deep Lilac. HEX triplet: 9F, 56 and BE. RGB value is (159,86,190). Sum of RGB (Red+Green+Blue) = 159+86+190=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 86 (33.98% from 255 or 19.77% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F56BE is #60A941. Grayscale: #777777. Windows color (decimal): -6334786 or 12474015. OLE color: 12474015.

HSL color Cylindrical-coordinate representation of color #9F56BE: hue angle of 282.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F56BE is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15986190-
CMYK0.160.5500.25
HSL282.12º44.44%54.12%-
HSV(B)282.12º54.74%74.51%-
XYZ26.9217.7450.72-
YUV119.68167.68156.04-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.55%
GREEN value IS 86 (33.98% from 255) = 19.77%
BLUE value IS 190 (74.61% from 255) = 43.68%
R=36.55%
G=19.77%
B=43.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal159861900.160.5500.25282.1244.4454.12
Hex9F56BE103701911a2c36
Octal23712627620670314325466
Binary1001111110101101011111010000110111011001100011010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F56BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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