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

📋 copy color: '#9E73BE'

red 158 ◦ green 115 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E73BE

Tints of Purple Mountain's Majesty #9E73BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.84%

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

R = 34.13%
G = 24.84%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E73BE (or 0x9E73BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 73 and BE. RGB value is (158,115,190). Sum of RGB (Red+Green+Blue) = 158+115+190=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E73BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73BE is #618C41. Grayscale: #888888. Windows color (decimal): -6392898 or 12481438. OLE color: 12481438.

HSL color Cylindrical-coordinate representation of color #9E73BE: hue angle of 274.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E73BE is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 115 190 -
CMYK 0.17 0.39 0 0.25
HSL 274.4º 0.37% 0.6% -
HSV(B) 274.4º 0.39% 0.75% -
XYZ 29.53 23.25 51.65 -
YUV 136.41 158.25 143.4 -
System Red Green Blue C M Y K H S L
Decimal 158 115 190 0.17 0.39 0 0.25 274.4 0.37 0.6
Hex 9E 73 BE 11 27 0 19 112 25 3C
Octal 236 163 276 21 47 0 31 422 45 74
Binary 10011110 1110011 10111110 10001 100111 0 11001 100010010 100101 111100

Color Harmonies of #9E73BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E73BE

Black with #9E73BE

Text Example


Text Example

White with #9E73BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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