#9C6FC6

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

Shades of Lilac Bush #9C6FC6

Tints of Lilac Bush #9C6FC6

Color information

#9C6FC6 (or 0x9C6FC6) is unknown color: approx Lilac Bush. HEX triplet: 9C, 6F and C6. RGB value is (156,111,198). Sum of RGB (Red+Green+Blue) = 156+111+198=465 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.55% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 198 (77.73% from 255 or 42.58% from 465); Max value from RGB is 198 - color contains mainly: blue. Hex color #9C6FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C6FC6 is #639039. Grayscale: #868686. Windows color (decimal): -6524986 or 13004700. OLE color: 13004700.

HSL color Cylindrical-coordinate representation of color #9C6FC6: hue angle of 271.03º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C6FC6 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB156111198-
CMYK0.210.4400.22
HSL271.03º43.28%60.59%-
HSV(B)271.03º43.94%77.65%-
XYZ29.5922.5156.21-
YUV134.37163.91143.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.55%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 198 (77.73% from 255) = 42.58%
R=33.55%
G=23.87%
B=42.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1561111980.210.4400.22271.0343.2860.59
Hex9C6FC6152C01610f2b3d
Octal23415730625540264175375
Binary1001110011011111100011010101101100010110100001111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,111,198); }

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

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

 a { background-color: rgb(156,111,198); }

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

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

 span { border-color: rgb(156,111,198); }

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