#9D4CBA

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

Shades of Deep Lilac #9D4CBA

Tints of Deep Lilac #9D4CBA

Color information

#9D4CBA (or 0x9D4CBA) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4C and BA. RGB value is (157,76,186). Sum of RGB (Red+Green+Blue) = 157+76+186=419 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.47% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D4CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CBA is #62B345. Grayscale: #707070. Windows color (decimal): -6468422 or 12209309. OLE color: 12209309.

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

Color convert

RGB15776186-
CMYK0.160.5900.27
HSL284.18º44.35%51.37%-
HSV(B)284.18º59.14%72.94%-
XYZ25.3515.8848.18-
YUV112.76169.34159.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.47%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=37.47%
G=18.14%
B=44.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157761860.160.5900.27284.1844.3551.37
Hex9D4CBA103B01B11c2c33
Octal23511427220730334345463
Binary1001110110011001011101010000111011011011100011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,76,186); }

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

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

 a { background-color: rgb(157,76,186); }

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

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

 span { border-color: rgb(157,76,186); }

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