#9C7DCD

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

Shades of Lilac Bush #9C7DCD

Tints of Lilac Bush #9C7DCD

Color information

#9C7DCD (or 0x9C7DCD) is unknown color: approx Lilac Bush. HEX triplet: 9C, 7D and CD. RGB value is (156,125,205). Sum of RGB (Red+Green+Blue) = 156+125+205=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #9C7DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DCD is #638232. Grayscale: #8F8F8F. Windows color (decimal): -6521395 or 13467036. OLE color: 13467036.

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

Color convert

RGB156125205-
CMYK0.240.3900.20
HSL263.25º44.44%64.71%-
HSV(B)263.25º39.02%80.39%-
XYZ32.0626.1461.11-
YUV143.39162.77137-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=32.10%
G=25.72%
B=42.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1561252050.240.3900.20263.2544.4464.71
Hex9C7DCD18270141072c41
Octal234175315304702440754101
Binary10011100111110111001101110001001110101001000001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,125,205); }

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

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

 a { background-color: rgb(156,125,205); }

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

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

 span { border-color: rgb(156,125,205); }

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