#9D56CB

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

Shades of Deep Lilac #9D56CB

Tints of Deep Lilac #9D56CB

Color information

#9D56CB (or 0x9D56CB) is unknown color: approx Deep Lilac. HEX triplet: 9D, 56 and CB. RGB value is (157,86,203). Sum of RGB (Red+Green+Blue) = 157+86+203=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #9D56CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D56CB is #62A934. Grayscale: #787878. Windows color (decimal): -6465845 or 13325981. OLE color: 13325981.

HSL color Cylindrical-coordinate representation of color #9D56CB: hue angle of 276.41º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9D56CB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB15786203-
CMYK0.230.5800.20
HSL276.41º52.94%56.67%-
HSV(B)276.41º57.64%79.61%-
XYZ28.0118.1458.52-
YUV120.57174.52153.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=35.20%
G=19.28%
B=45.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal157862030.230.5800.20276.4152.9456.67
Hex9D56CB173A0141143539
Octal23512631327720244246571
Binary1001110110101101100101110111111010010100100010100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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