#9573BF

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

Shades of Lilac Bush #9573BF

Tints of Lilac Bush #9573BF

Color information

#9573BF (or 0x9573BF) is unknown color: approx Lilac Bush. HEX triplet: 95, 73 and BF. RGB value is (149,115,191). Sum of RGB (Red+Green+Blue) = 149+115+191=455 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.75% from 455); Green value is 115 (45.31% from 255 or 25.27% from 455); Blue value is 191 (75% from 255 or 41.98% from 455); Max value from RGB is 191 - color contains mainly: blue. Hex color #9573BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573BF is #6A8C40. Grayscale: #858585. Windows color (decimal): -6982721 or 12546965. OLE color: 12546965.

HSL color Cylindrical-coordinate representation of color #9573BF: hue angle of 266.84º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9573BF is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149115191-
CMYK0.220.4000.25
HSL266.84º37.25%60%-
HSV(B)266.84º39.79%74.9%-
XYZ27.9322.4152.14-
YUV133.83160.26138.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.75%
GREEN value IS 115 (45.31% from 255) = 25.27%
BLUE value IS 191 (75% from 255) = 41.98%
R=32.75%
G=25.27%
B=41.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491151910.220.4000.25266.8437.2560
Hex9573BF162801910b253c
Octal22516327726500314134574
Binary1001010111100111011111110110101000011001100001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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