#9E72BE

Color #9E72BE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #9E72BE

Tints of Purple Mountain's Majesty #9E72BE

Color information

#9E72BE (or 0x9E72BE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 72 and BE. RGB value is (158,114,190). Sum of RGB (Red+Green+Blue) = 158+114+190=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 190 (74.61% from 255 or 41.13% from 462); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72BE is #618D41. Grayscale: #878787. Windows color (decimal): -6393154 or 12481182. OLE color: 12481182.

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

Color convert

RGB158114190-
CMYK0.170.4000.25
HSL274.74º36.89%59.61%-
HSV(B)274.74º40%74.51%-
XYZ29.4123.0251.61-
YUV135.82158.58143.82-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 190 (74.61% from 255) = 41.13%
R=34.20%
G=24.68%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581141900.170.4000.25274.7436.8959.61
Hex9E72BE1128019113253c
Octal23616227621500314234574
Binary1001111011100101011111010001101000011001100010011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E72BE;
 }
 .AnyTagClassName
 {
   color: #9E72BE;
 }
</style>
background-color css

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

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

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

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

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

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