#9C7DCA

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

Shades of Lilac Bush #9C7DCA

Tints of Lilac Bush #9C7DCA

Color information

#9C7DCA (or 0x9C7DCA) is unknown color: approx Lilac Bush. HEX triplet: 9C, 7D and CA. RGB value is (156,125,202). Sum of RGB (Red+Green+Blue) = 156+125+202=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 125 (49.22% from 255 or 25.88% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C7DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7DCA is #638235. Grayscale: #8E8E8E. Windows color (decimal): -6521398 or 13270428. OLE color: 13270428.

HSL color Cylindrical-coordinate representation of color #9C7DCA: hue angle of 264.16º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C7DCA is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB156125202-
CMYK0.230.3800.21
HSL264.16º42.08%64.12%-
HSV(B)264.16º38.12%79.22%-
XYZ31.72659.22-
YUV143.05161.27137.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 125 (49.22% from 255) = 25.88%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=32.30%
G=25.88%
B=41.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1561252020.230.3800.21264.1642.0864.12
Hex9C7DCA17260151082a40
Octal234175312274602541052100
Binary10011100111110111001010101111001100101011000010001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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