#9D7CCC

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

Shades of Lilac Bush #9D7CCC

Tints of Lilac Bush #9D7CCC

Color information

#9D7CCC (or 0x9D7CCC) is unknown color: approx Lilac Bush. HEX triplet: 9D, 7C and CC. RGB value is (157,124,204). Sum of RGB (Red+Green+Blue) = 157+124+204=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #9D7CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D7CCC is #628333. Grayscale: #8E8E8E. Windows color (decimal): -6456116 or 13401245. OLE color: 13401245.

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

Color convert

RGB157124204-
CMYK0.230.3900.2
HSL264.75º43.96%64.31%-
HSV(B)264.75º39.22%80%-
XYZ32.0125.9460.45-
YUV142.99162.43138-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.37%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=32.37%
G=25.57%
B=42.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1571242040.230.3900.2264.7543.9664.31
Hex9D7CCC17270141092c40
Octal235174314274702441154100
Binary10011101111110011001100101111001110101001000010011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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