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

📋 copy color: '#9E72BF'

red 158 ◦ green 114 ◦ blue 191

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

Shades of Purple Mountain's Majesty #9E72BF

Tints of Purple Mountain's Majesty #9E72BF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.62%

 BLUE value IS 191 (75% from 255) = 41.25%

R = 34.13%
G = 24.62%
B = 41.25%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9E72BF (or 0x9E72BF) is known color: Purple Mountain's Majesty. HEX triplet: 9E, 72 and BF. RGB value is (158,114,191). Sum of RGB (Red+Green+Blue) = 158+114+191=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 191 (75% from 255 or 41.25% from 463); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E72BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72BF is #618D40. Grayscale: #878787. Windows color (decimal): -6393153 or 12546718. OLE color: 12546718.

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

Color convert

RGB 158 114 191 -
CMYK 0.17 0.40 0 0.25
HSL 274.29º 0.38% 0.6% -
HSV(B) 274.29º 0.4% 0.75% -
XYZ 29.52 23.07 52.19 -
YUV 135.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 158 114 191 0.17 0.40 0 0.25 274.29 0.38 0.6
Hex 9E 72 BF 11 28 0 19 112 26 3C
Octal 236 162 277 21 50 0 31 422 46 74
Binary 10011110 1110010 10111111 10001 101000 0 11001 100010010 100110 111100

Color Harmonies of #9E72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E72BF

Black with #9E72BF

Text Example


Text Example

White with #9E72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,114,191); }

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

background-color css

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

 a { background-color: rgb(158,114,191); }

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

border-color css

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

 span { border-color: rgb(158,114,191); }

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