#9573BE

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

Shades of Lilac Bush #9573BE

Tints of Lilac Bush #9573BE

Color information

#9573BE (or 0x9573BE) is unknown color: approx Lilac Bush. HEX triplet: 95, 73 and BE. RGB value is (149,115,190). Sum of RGB (Red+Green+Blue) = 149+115+190=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #9573BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9573BE is #6A8C41. Grayscale: #858585. Windows color (decimal): -6982722 or 12481429. OLE color: 12481429.

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

Color convert

RGB149115190-
CMYK0.220.3900.25
HSL267.2º36.59%59.8%-
HSV(B)267.2º39.47%74.51%-
XYZ27.8222.3751.57-
YUV133.72159.76138.9-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 115 (45.31% from 255) = 25.33%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=32.82%
G=25.33%
B=41.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491151900.220.3900.25267.236.5959.8
Hex9573BE162701910b253c
Octal22516327626470314134574
Binary1001010111100111011111010110100111011001100001011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9573BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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