#9770C9

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

Shades of Lilac Bush #9770C9

Tints of Lilac Bush #9770C9

Color information

#9770C9 (or 0x9770C9) is unknown color: approx Lilac Bush. HEX triplet: 97, 70 and C9. RGB value is (151,112,201). Sum of RGB (Red+Green+Blue) = 151+112+201=464 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.54% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 201 (78.91% from 255 or 43.32% from 464); Max value from RGB is 201 - color contains mainly: blue. Hex color #9770C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9770C9 is #688F36. Grayscale: #858585. Windows color (decimal): -6852407 or 13201559. OLE color: 13201559.

HSL color Cylindrical-coordinate representation of color #9770C9: hue angle of 266.29º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9770C9 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151112201-
CMYK0.250.4400.21
HSL266.29º45.18%61.37%-
HSV(B)266.29º44.28%78.82%-
XYZ29.122.3858.05-
YUV133.81165.92140.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 32.54%
GREEN value IS 112 (44.14% from 255) = 24.14%
BLUE value IS 201 (78.91% from 255) = 43.32%
R=32.54%
G=24.14%
B=43.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511122010.250.4400.21266.2945.1861.37
Hex9770C9192C01510a2d3d
Octal22716031131540254125575
Binary1001011111100001100100111001101100010101100001010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9770C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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