#9E70BA

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

Shades of Purple Mountain's Majesty #9E70BA

Tints of Purple Mountain's Majesty #9E70BA

Color information

#9E70BA (or 0x9E70BA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 70 and BA. RGB value is (158,112,186). Sum of RGB (Red+Green+Blue) = 158+112+186=456 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.65% from 456); Green value is 112 (44.14% from 255 or 24.56% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #9E70BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70BA is #618F45. Grayscale: #858585. Windows color (decimal): -6393670 or 12218526. OLE color: 12218526.

HSL color Cylindrical-coordinate representation of color #9E70BA: hue angle of 277.3º 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 #9E70BA is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158112186-
CMYK0.150.4000.27
HSL277.3º34.91%58.43%-
HSV(B)277.3º39.78%72.94%-
XYZ28.7622.449.26-
YUV134.19157.24144.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.65%
GREEN value IS 112 (44.14% from 255) = 24.56%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=34.65%
G=24.56%
B=40.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581121860.150.4000.27277.334.9158.43
Hex9E70BAF2801B115233a
Octal23616027217500334254372
Binary100111101110000101110101111101000011011100010101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E70BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E70BA; }

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

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

<style>
 a { background-color: #9E70BA; }

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

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

<style>
 span { border-color: #9E70BA; }

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

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