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

📋 copy color: '#9E70BD'

red 158 ◦ green 112 ◦ blue 189

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

Shades of Purple Mountain's Majesty #9E70BD

Tints of Purple Mountain's Majesty #9E70BD

RGB

 RED value IS 158 (62.11% from 255) = 34.42%

 GREEN value IS 112 (44.14% from 255) = 24.4%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 34.42%
G = 24.4%
B = 41.18%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9E70BD (or 0x9E70BD) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 70 and BD. RGB value is (158,112,189). Sum of RGB (Red+Green+Blue) = 158+112+189=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E70BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70BD is #618F42. Grayscale: #868686. Windows color (decimal): -6393667 or 12415134. OLE color: 12415134.

HSL color Cylindrical-coordinate representation of color #9E70BD: hue angle of 275.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E70BD is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 112 189 -
CMYK 0.16 0.41 0 0.26
HSL 275.84º 0.37% 0.59% -
HSV(B) 275.84º 0.41% 0.74% -
XYZ 29.08 22.53 50.96 -
YUV 134.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 158 112 189 0.16 0.41 0 0.26 275.84 0.37 0.59
Hex 9E 70 BD 10 29 0 1A 114 25 3B
Octal 236 160 275 20 51 0 32 424 45 73
Binary 10011110 1110000 10111101 10000 101001 0 11010 100010100 100101 111011

Color Harmonies of #9E70BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E70BD

Black with #9E70BD

Text Example


Text Example

White with #9E70BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E70BD;
 }
 .AnyTagClassName
 {
   color: #9E70BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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