Html Css Color HEX #9E70BA Purple Mountain's Majesty

📋 copy color: '#9E70BA'

red 158 ◦ green 112 ◦ blue 186

#9E70BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #9E70BA

Tints of Purple Mountain's Majesty #9E70BA

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 value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9E70BA (or 0x9E70BA) is known color: 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

RGB 158 112 186 -
CMYK 0.15 0.40 0 0.27
HSL 277.3º 0.35% 0.58% -
HSV(B) 277.3º 0.4% 0.73% -
XYZ 28.76 22.4 49.26 -
YUV 134.19 157.24 144.98 -
System Red Green Blue C M Y K H S L
Decimal 158 112 186 0.15 0.40 0 0.27 277.3 0.35 0.58
Hex 9E 70 BA F 28 0 1B 115 23 3A
Octal 236 160 272 17 50 0 33 425 43 72
Binary 10011110 1110000 10111010 1111 101000 0 11011 100010101 100011 111010

Color Harmonies of #9E70BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E70BA

Black with #9E70BA

Text Example


Text Example

White with #9E70BA

Text Example


Text Example

HTML Codes & Css Web 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>