#9970BE

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

Shades of Lilac Bush #9970BE

Tints of Lilac Bush #9970BE

Color information

#9970BE (or 0x9970BE) is unknown color: approx Lilac Bush. HEX triplet: 99, 70 and BE. RGB value is (153,112,190). Sum of RGB (Red+Green+Blue) = 153+112+190=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 190 (74.61% from 255 or 41.76% from 455); Max value from RGB is 190 - color contains mainly: blue. Hex color #9970BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9970BE is #668F41. Grayscale: #848484. Windows color (decimal): -6721346 or 12480665. OLE color: 12480665.

HSL color Cylindrical-coordinate representation of color #9970BE: hue angle of 271.54º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9970BE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153112190-
CMYK0.190.4100.25
HSL271.54º37.5%59.22%-
HSV(B)271.54º41.05%74.51%-
XYZ28.2322.0851.49-
YUV133.15160.08142.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.63%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 190 (74.61% from 255) = 41.76%
R=33.63%
G=24.62%
B=41.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531121900.190.4100.25271.5437.559.22
Hex9970BE1329019110263b
Octal23116027623510314204673
Binary1001100111100001011111010011101001011001100010000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9970BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9970BE; }

 p { color: rgb(153,112,190); }

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

<style>
 a { background-color: #9970BE; }

 a { background-color: rgb(153,112,190); }

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

<style>
 span { border-color: #9970BE; }

 span { border-color: rgb(153,112,190); }

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