#9971BF

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

Shades of Lilac Bush #9971BF

Tints of Lilac Bush #9971BF

Color information

#9971BF (or 0x9971BF) is unknown color: approx Lilac Bush. HEX triplet: 99, 71 and BF. RGB value is (153,113,191). Sum of RGB (Red+Green+Blue) = 153+113+191=457 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.48% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #9971BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971BF is #668E40. Grayscale: #858585. Windows color (decimal): -6721089 or 12546457. OLE color: 12546457.

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

Color convert

RGB153113191-
CMYK0.200.4100.25
HSL270.77º37.86%59.61%-
HSV(B)270.77º40.84%74.9%-
XYZ28.4522.3452.1-
YUV133.85160.25141.66-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.48%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 191 (75% from 255) = 41.79%
R=33.48%
G=24.73%
B=41.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531131910.200.4100.25270.7737.8659.61
Hex9971BF142901910f263c
Octal23116127724510314174674
Binary1001100111100011011111110100101001011001100001111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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