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

📋 copy color: '#9E71BE'

red 158 ◦ green 113 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E71BE

Tints of Purple Mountain's Majesty #9E71BE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.51%

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 34.27%
G = 24.51%
B = 41.21%

CMYK

 C value IS 0.17

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E71BE (or 0x9E71BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 71 and BE. RGB value is (158,113,190). Sum of RGB (Red+Green+Blue) = 158+113+190=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E71BE is #618E41. Grayscale: #868686. Windows color (decimal): -6393410 or 12480926. OLE color: 12480926.

HSL color Cylindrical-coordinate representation of color #9E71BE: hue angle of 275.06º degrees, saturation: 0.37, 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 #9E71BE is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 113 190 -
CMYK 0.17 0.41 0 0.25
HSL 275.06º 0.37% 0.59% -
HSV(B) 275.06º 0.41% 0.75% -
XYZ 29.3 22.8 51.57 -
YUV 135.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 158 113 190 0.17 0.41 0 0.25 275.06 0.37 0.59
Hex 9E 71 BE 11 29 0 19 113 25 3B
Octal 236 161 276 21 51 0 31 423 45 73
Binary 10011110 1110001 10111110 10001 101001 0 11001 100010011 100101 111011

Color Harmonies of #9E71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E71BE

Black with #9E71BE

Text Example


Text Example

White with #9E71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,113,190); }

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

background-color css

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

 a { background-color: rgb(158,113,190); }

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

border-color css

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

 span { border-color: rgb(158,113,190); }

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