#9C45BD

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

Shades of Deep Lilac #9C45BD

Tints of Deep Lilac #9C45BD

Color information

#9C45BD (or 0x9C45BD) is unknown color: approx Deep Lilac. HEX triplet: 9C, 45 and BD. RGB value is (156,69,189). Sum of RGB (Red+Green+Blue) = 156+69+189=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 69 (27.34% from 255 or 16.67% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C45BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C45BD is #63BA42. Grayscale: #6C6C6C. Windows color (decimal): -6535747 or 12404124. OLE color: 12404124.

HSL color Cylindrical-coordinate representation of color #9C45BD: hue angle of 283.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9C45BD is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15669189-
CMYK0.170.6300.26
HSL283.5º47.62%50.59%-
HSV(B)283.5º63.49%74.12%-
XYZ25.021549.72-
YUV108.69173.32161.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 69 (27.34% from 255) = 16.67%
BLUE value IS 189 (74.22% from 255) = 45.65%
R=37.68%
G=16.67%
B=45.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal156691890.170.6300.26283.547.6250.59
Hex9C45BD113F01A11c3033
Octal23410527521770324346063
Binary1001110010001011011110110001111111011010100011100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C45BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,69,189); }

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

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

 a { background-color: rgb(156,69,189); }

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

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

 span { border-color: rgb(156,69,189); }

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