#9571BF

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

Shades of Lilac Bush #9571BF

Tints of Lilac Bush #9571BF

Color information

#9571BF (or 0x9571BF) is unknown color: approx Lilac Bush. HEX triplet: 95, 71 and BF. RGB value is (149,113,191). Sum of RGB (Red+Green+Blue) = 149+113+191=453 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.89% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #9571BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9571BF is #6A8E40. Grayscale: #848484. Windows color (decimal): -6983233 or 12546453. OLE color: 12546453.

HSL color Cylindrical-coordinate representation of color #9571BF: hue angle of 267.69º 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 #9571BF is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149113191-
CMYK0.220.4100.25
HSL267.69º37.86%59.61%-
HSV(B)267.69º40.84%74.9%-
XYZ27.721.9652.07-
YUV132.66160.93139.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.89%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 191 (75% from 255) = 42.16%
R=32.89%
G=24.94%
B=42.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491131910.220.4100.25267.6937.8659.61
Hex9571BF162901910c263c
Octal22516127726510314144674
Binary1001010111100011011111110110101001011001100001100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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