#9971BE

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

Shades of Lilac Bush #9971BE

Tints of Lilac Bush #9971BE

Color information

#9971BE (or 0x9971BE) is unknown color: approx Lilac Bush. HEX triplet: 99, 71 and BE. RGB value is (153,113,190). Sum of RGB (Red+Green+Blue) = 153+113+190=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #9971BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971BE is #668E41. Grayscale: #858585. Windows color (decimal): -6721090 or 12480921. OLE color: 12480921.

HSL color Cylindrical-coordinate representation of color #9971BE: hue angle of 271.17º degrees, saturation: 0.37, 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 #9971BE is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153113190-
CMYK0.190.4100.25
HSL271.17º37.2%59.41%-
HSV(B)271.17º40.53%74.51%-
XYZ28.3422.351.53-
YUV133.74159.75141.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=33.55%
G=24.78%
B=41.67%

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
Decimal1531131900.190.4100.25271.1737.259.41
Hex9971BE132901910f253b
Octal23116127623510314174573
Binary1001100111100011011111010011101001011001100001111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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