#9c5cbb

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

Shades of Deep Lilac #9C5CBB

Tints of Deep Lilac #9C5CBB

Color information

#9C5CBB (or 0x9C5CBB) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5C and BB. RGB value is (156,92,187). Sum of RGB (Red+Green+Blue) = 156+92+187=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C5CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CBB is #63A344. Grayscale: #797979. Windows color (decimal): -6529861 or 12278940. OLE color: 12278940.

HSL color Cylindrical-coordinate representation of color #9C5CBB: hue angle of 280.42º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C5CBB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB15692187-
CMYK0.170.5100.27
HSL280.42º41.13%54.71%-
HSV(B)280.42º50.8%73.33%-
XYZ26.5118.3149.15-
YUV121.97164.7152.28-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 92 (36.33% from 255) = 21.15%
BLUE value IS 187 (73.44% from 255) = 42.99%
R=35.86%
G=21.15%
B=42.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal156921870.170.5100.27280.4241.1354.71
Hex9C5CBB113301B1182937
Octal23413427321630334305167
Binary1001110010111001011101110001110011011011100011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c5cbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,187); }

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

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

 a { background-color: rgb(156,92,187); }

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

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

 span { border-color: rgb(156,92,187); }

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