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

📋 copy color: '#9E74BE'

red 158 ◦ green 116 ◦ blue 190

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

Shades of Purple Mountain's Majesty #9E74BE

Tints of Purple Mountain's Majesty #9E74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 34.05%
G = 25%
B = 40.95%

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

#9E74BE (or 0x9E74BE) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 74 and BE. RGB value is (158,116,190). Sum of RGB (Red+Green+Blue) = 158+116+190=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E74BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74BE is #618B41. Grayscale: #888888. Windows color (decimal): -6392642 or 12481694. OLE color: 12481694.

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

Color convert

RGB 158 116 190 -
CMYK 0.17 0.39 0 0.25
HSL 274.05º 0.36% 0.6% -
HSV(B) 274.05º 0.39% 0.75% -
XYZ 29.64 23.48 51.68 -
YUV 136.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 158 116 190 0.17 0.39 0 0.25 274.05 0.36 0.6
Hex 9E 74 BE 11 27 0 19 112 24 3C
Octal 236 164 276 21 47 0 31 422 44 74
Binary 10011110 1110100 10111110 10001 100111 0 11001 100010010 100100 111100

Color Harmonies of #9E74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E74BE

Black with #9E74BE

Text Example


Text Example

White with #9E74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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