#9C7ACE

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

Shades of Lilac Bush #9C7ACE

Tints of Lilac Bush #9C7ACE

Color information

#9C7ACE (or 0x9C7ACE) is unknown color: approx Lilac Bush. HEX triplet: 9C, 7A and CE. RGB value is (156,122,206). Sum of RGB (Red+Green+Blue) = 156+122+206=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 122 (48.05% from 255 or 25.21% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C7ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7ACE is #638531. Grayscale: #8D8D8D. Windows color (decimal): -6522162 or 13531804. OLE color: 13531804.

HSL color Cylindrical-coordinate representation of color #9C7ACE: hue angle of 264.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9C7ACE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156122206-
CMYK0.240.4100.19
HSL264.29º46.15%64.31%-
HSV(B)264.29º40.78%80.78%-
XYZ31.8125.4461.63-
YUV141.74164.26138.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.23%
GREEN value IS 122 (48.05% from 255) = 25.21%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=32.23%
G=25.21%
B=42.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561222060.240.4100.19264.2946.1564.31
Hex9C7ACE18290131082e40
Octal234172316305102341056100
Binary10011100111101011001110110001010010100111000010001011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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