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

📋 copy color: '#9E76BE'

red 158 ◦ green 118 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E76BE

Tints of Purple Mountain's Majesty #9E76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

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

R = 33.91%
G = 25.32%
B = 40.77%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E76BE (or 0x9E76BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 76 and BE. RGB value is (158,118,190). Sum of RGB (Red+Green+Blue) = 158+118+190=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E76BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E76BE is #618941. Grayscale: #898989. Windows color (decimal): -6392130 or 12482206. OLE color: 12482206.

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

Color convert

RGB 158 118 190 -
CMYK 0.17 0.38 0 0.25
HSL 273.33º 0.36% 0.6% -
HSV(B) 273.33º 0.38% 0.75% -
XYZ 29.87 23.94 51.76 -
YUV 138.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 158 118 190 0.17 0.38 0 0.25 273.33 0.36 0.6
Hex 9E 76 BE 11 26 0 19 111 24 3C
Octal 236 166 276 21 46 0 31 421 44 74
Binary 10011110 1110110 10111110 10001 100110 0 11001 100010001 100100 111100

Color Harmonies of #9E76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E76BE

Black with #9E76BE

Text Example


Text Example

White with #9E76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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