#9E72BB

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

Shades of Purple Mountain's Majesty #9E72BB

Tints of Purple Mountain's Majesty #9E72BB

Color information

#9E72BB (or 0x9E72BB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 72 and BB. RGB value is (158,114,187). Sum of RGB (Red+Green+Blue) = 158+114+187=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #9E72BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E72BB is #618D44. Grayscale: #878787. Windows color (decimal): -6393157 or 12284574. OLE color: 12284574.

HSL color Cylindrical-coordinate representation of color #9E72BB: hue angle of 276.16º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E72BB is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB158114187-
CMYK0.160.3900.27
HSL276.16º34.93%59.02%-
HSV(B)276.16º39.04%73.33%-
XYZ29.0922.8949.9-
YUV135.48157.08144.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.42%
GREEN value IS 114 (44.92% from 255) = 24.84%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=34.42%
G=24.84%
B=40.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581141870.160.3900.27276.1634.9359.02
Hex9E72BB102701B114233b
Octal23616227320470334244373
Binary1001111011100101011101110000100111011011100010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E72BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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