#9C5BAE

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

Shades of Deep Lilac #9C5BAE

Tints of Deep Lilac #9C5BAE

Color information

#9C5BAE (or 0x9C5BAE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 5B and AE. RGB value is (156,91,174). Sum of RGB (Red+Green+Blue) = 156+91+174=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 91 (35.94% from 255 or 21.62% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C5BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5BAE is #63A451. Grayscale: #777777. Windows color (decimal): -6530130 or 11426716. OLE color: 11426716.

HSL color Cylindrical-coordinate representation of color #9C5BAE: hue angle of 286.99º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C5BAE is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15691174-
CMYK0.100.4800.32
HSL286.99º33.88%51.96%-
HSV(B)286.99º47.7%68.24%-
XYZ25.0917.6142.12-
YUV119.9158.53153.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 91 (35.94% from 255) = 21.62%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=37.05%
G=21.62%
B=41.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156911740.100.4800.32286.9933.8851.96
Hex9C5BAEA3002011f2234
Octal23413325612600404374264
Binary1001110010110111010111010101100000100000100011111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,174); }

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

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

 a { background-color: rgb(156,91,174); }

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

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

 span { border-color: rgb(156,91,174); }

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