#9C7AC8

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

Shades of Lilac Bush #9C7AC8

Tints of Lilac Bush #9C7AC8

Color information

#9C7AC8 (or 0x9C7AC8) is unknown color: approx Lilac Bush. HEX triplet: 9C, 7A and C8. RGB value is (156,122,200). Sum of RGB (Red+Green+Blue) = 156+122+200=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 122 (48.05% from 255 or 25.52% from 478); Blue value is 200 (78.52% from 255 or 41.84% from 478); Max value from RGB is 200 - color contains mainly: blue. Hex color #9C7AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7AC8 is #638537. Grayscale: #8C8C8C. Windows color (decimal): -6522168 or 13138588. OLE color: 13138588.

HSL color Cylindrical-coordinate representation of color #9C7AC8: hue angle of 266.15º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C7AC8 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156122200-
CMYK0.220.3900.22
HSL266.15º41.49%63.14%-
HSV(B)266.15º39%78.43%-
XYZ31.125.1657.86-
YUV141.06161.26138.66-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.64%
GREEN value IS 122 (48.05% from 255) = 25.52%
BLUE value IS 200 (78.52% from 255) = 41.84%
R=32.64%
G=25.52%
B=41.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561222000.220.3900.22266.1541.4963.14
Hex9C7AC8162701610a293f
Octal23417231026470264125177
Binary1001110011110101100100010110100111010110100001010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,122,200); }

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

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

 a { background-color: rgb(156,122,200); }

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

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

 span { border-color: rgb(156,122,200); }

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