#9C7CCE

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

Shades of Lilac Bush #9C7CCE

Tints of Lilac Bush #9C7CCE

Color information

#9C7CCE (or 0x9C7CCE) is unknown color: approx Lilac Bush. HEX triplet: 9C, 7C and CE. RGB value is (156,124,206). Sum of RGB (Red+Green+Blue) = 156+124+206=486 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.10% from 486); Green value is 124 (48.83% from 255 or 25.51% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C7CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C7CCE is #638331. Grayscale: #8E8E8E. Windows color (decimal): -6521650 or 13532316. OLE color: 13532316.

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

Color convert

RGB156124206-
CMYK0.240.4000.19
HSL263.41º45.56%64.71%-
HSV(B)263.41º39.81%80.78%-
XYZ32.0625.9461.71-
YUV142.92163.6137.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.10%
GREEN value IS 124 (48.83% from 255) = 25.51%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=32.10%
G=25.51%
B=42.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561242060.240.4000.19263.4145.5664.71
Hex9C7CCE18280131072e41
Octal234174316305002340756101
Binary10011100111110011001110110001010000100111000001111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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