#9D56BB

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

Shades of Deep Lilac #9D56BB

Tints of Deep Lilac #9D56BB

Color information

#9D56BB (or 0x9D56BB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 56 and BB. RGB value is (157,86,187). Sum of RGB (Red+Green+Blue) = 157+86+187=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 86 (33.98% from 255 or 20% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #9D56BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56BB is #62A944. Grayscale: #767676. Windows color (decimal): -6465861 or 12277405. OLE color: 12277405.

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

Color convert

RGB15786187-
CMYK0.160.5400.27
HSL282.18º42.62%53.53%-
HSV(B)282.18º54.01%73.33%-
XYZ26.217.4148.99-
YUV118.74166.52155.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 86 (33.98% from 255) = 20%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=36.51%
G=20%
B=43.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157861870.160.5400.27282.1842.6253.53
Hex9D56BB103601B11a2b36
Octal23512627320660334325366
Binary1001110110101101011101110000110110011011100011010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,86,187); }

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

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

 a { background-color: rgb(157,86,187); }

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

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

 span { border-color: rgb(157,86,187); }

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