#9C4BAE

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

Shades of Deep Lilac #9C4BAE

Tints of Deep Lilac #9C4BAE

Color information

#9C4BAE (or 0x9C4BAE) is unknown color: approx Deep Lilac. HEX triplet: 9C, 4B and AE. RGB value is (156,75,174). Sum of RGB (Red+Green+Blue) = 156+75+174=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 174 (68.36% from 255 or 42.96% from 405); Max value from RGB is 174 - color contains mainly: blue. Hex color #9C4BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4BAE is #63B451. Grayscale: #6E6E6E. Windows color (decimal): -6534226 or 11422620. OLE color: 11422620.

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

Color convert

RGB15675174-
CMYK0.100.5700.32
HSL289.09º39.76%48.82%-
HSV(B)289.09º56.9%68.24%-
XYZ23.8715.1641.71-
YUV110.5163.84160.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.52%
GREEN value IS 75 (29.69% from 255) = 18.52%
BLUE value IS 174 (68.36% from 255) = 42.96%
R=38.52%
G=18.52%
B=42.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal156751740.100.5700.32289.0939.7648.82
Hex9C4BAEA390201212831
Octal23411325612710404415061
Binary1001110010010111010111010101110010100000100100001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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