#9570BA

Color #9570BA Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9570BA

Tints of Purple Mountain's Majesty #9570BA

Color information

#9570BA (or 0x9570BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 95, 70 and BA. RGB value is (149,112,186). Sum of RGB (Red+Green+Blue) = 149+112+186=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #9570BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9570BA is #6A8F45. Grayscale: #838383. Windows color (decimal): -6983494 or 12218517. OLE color: 12218517.

HSL color Cylindrical-coordinate representation of color #9570BA: hue angle of 270º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9570BA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149112186-
CMYK0.200.4000.27
HSL270º34.91%58.43%-
HSV(B)270º39.78%72.94%-
XYZ27.0521.5249.18-
YUV131.5158.76140.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.33%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 186 (73.05% from 255) = 41.61%
R=33.33%
G=25.06%
B=41.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491121860.200.4000.2727034.9158.43
Hex9570BA142801B10e233a
Octal22516027224500334164372
Binary1001010111100001011101010100101000011011100001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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