#9770C6

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

Shades of Lilac Bush #9770C6

Tints of Lilac Bush #9770C6

Color information

#9770C6 (or 0x9770C6) is unknown color: approx Lilac Bush. HEX triplet: 97, 70 and C6. RGB value is (151,112,198). Sum of RGB (Red+Green+Blue) = 151+112+198=461 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.75% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 198 (77.73% from 255 or 42.95% from 461); Max value from RGB is 198 - color contains mainly: blue. Hex color #9770C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770C6 is #688F39. Grayscale: #858585. Windows color (decimal): -6852410 or 13004951. OLE color: 13004951.

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

Color convert

RGB151112198-
CMYK0.240.4300.22
HSL267.21º43%60.78%-
HSV(B)267.21º43.43%77.65%-
XYZ28.7522.2456.2-
YUV133.46164.42140.51-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.75%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 198 (77.73% from 255) = 42.95%
R=32.75%
G=24.30%
B=42.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511121980.240.4300.22267.214360.78
Hex9770C6182B01610b2b3d
Octal22716030630530264135375
Binary1001011111100001100011011000101011010110100001011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9770C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9770C6; }

 p { color: rgb(151,112,198); }

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

<style>
 a { background-color: #9770C6; }

 a { background-color: rgb(151,112,198); }

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

<style>
 span { border-color: #9770C6; }

 span { border-color: rgb(151,112,198); }

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