#9570BE

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

Shades of Lilac Bush #9570BE

Tints of Lilac Bush #9570BE

Color information

#9570BE (or 0x9570BE) is unknown color: approx Lilac Bush. HEX triplet: 95, 70 and BE. RGB value is (149,112,190). Sum of RGB (Red+Green+Blue) = 149+112+190=451 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.04% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #9570BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570BE is #6A8F41. Grayscale: #838383. Windows color (decimal): -6983490 or 12480661. OLE color: 12480661.

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

Color convert

RGB149112190-
CMYK0.220.4100.25
HSL268.46º37.5%59.22%-
HSV(B)268.46º41.05%74.51%-
XYZ27.4821.751.45-
YUV131.95160.76140.16-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.04%
GREEN value IS 112 (44.14% from 255) = 24.83%
BLUE value IS 190 (74.61% from 255) = 42.13%
R=33.04%
G=24.83%
B=42.13%

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
Decimal1491121900.220.4100.25268.4637.559.22
Hex9570BE162901910c263b
Octal22516027626510314144673
Binary1001010111100001011111010110101001011001100001100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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