#9C5FB3

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

Shades of Deep Lilac #9C5FB3

Tints of Deep Lilac #9C5FB3

Color information

#9C5FB3 (or 0x9C5FB3) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5F and B3. RGB value is (156,95,179). Sum of RGB (Red+Green+Blue) = 156+95+179=430 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.28% from 430); Green value is 95 (37.5% from 255 or 22.09% from 430); Blue value is 179 (70.31% from 255 or 41.63% from 430); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C5FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5FB3 is #63A04C. Grayscale: #7A7A7A. Windows color (decimal): -6529101 or 11755420. OLE color: 11755420.

HSL color Cylindrical-coordinate representation of color #9C5FB3: hue angle of 283.57º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5FB3 is Cyan = 0.13, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB15695179-
CMYK0.130.4700.30
HSL283.57º35.59%53.73%-
HSV(B)283.57º46.93%70.2%-
XYZ25.9418.5144.85-
YUV122.82159.71151.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.28%
GREEN value IS 95 (37.5% from 255) = 22.09%
BLUE value IS 179 (70.31% from 255) = 41.63%
R=36.28%
G=22.09%
B=41.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal156951790.130.4700.30283.5735.5953.73
Hex9C5FB3D2F01E11c2436
Octal23413726315570364344466
Binary100111001011111101100111101101111011110100011100100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,179); }

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

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

 a { background-color: rgb(156,95,179); }

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

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

 span { border-color: rgb(156,95,179); }

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