#9d4ccc

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

Shades of Deep Lilac #9D4CCC

Tints of Deep Lilac #9D4CCC

Color information

#9D4CCC (or 0x9D4CCC) is unknown color: approx Deep Lilac. HEX triplet: 9D, 4C and CC. RGB value is (157,76,204). Sum of RGB (Red+Green+Blue) = 157+76+204=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CCC is #62B333. Grayscale: #727272. Windows color (decimal): -6468404 or 13388957. OLE color: 13388957.

HSL color Cylindrical-coordinate representation of color #9D4CCC: hue angle of 277.97º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4CCC is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15776204-
CMYK0.230.6300.2
HSL277.97º55.65%54.9%-
HSV(B)277.97º62.75%80%-
XYZ27.3916.758.91-
YUV114.81178.34158.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.93%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 204 (80.08% from 255) = 46.68%
R=35.93%
G=17.39%
B=46.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal157762040.230.6300.2277.9755.6554.9
Hex9D4CCC173F0141163837
Octal23511431427770244267067
Binary1001110110011001100110010111111111010100100010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d4ccc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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