#9E73BD

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

Shades of Purple Mountain's Majesty #9E73BD

Tints of Purple Mountain's Majesty #9E73BD

Color information

#9E73BD (or 0x9E73BD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 73 and BD. RGB value is (158,115,189). Sum of RGB (Red+Green+Blue) = 158+115+189=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E73BD is #618C42. Grayscale: #888888. Windows color (decimal): -6392899 or 12415902. OLE color: 12415902.

HSL color Cylindrical-coordinate representation of color #9E73BD: hue angle of 274.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E73BD is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158115189-
CMYK0.160.3900.26
HSL274.86º35.92%59.61%-
HSV(B)274.86º39.15%74.12%-
XYZ29.4223.251.07-
YUV136.29157.75143.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.20%
GREEN value IS 115 (45.31% from 255) = 24.89%
BLUE value IS 189 (74.22% from 255) = 40.91%
R=34.20%
G=24.89%
B=40.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581151890.160.3900.26274.8635.9259.61
Hex9E73BD102701A113243c
Octal23616327520470324234474
Binary1001111011100111011110110000100111011010100010011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E73BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,115,189); }

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

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

 a { background-color: rgb(158,115,189); }

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

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

 span { border-color: rgb(158,115,189); }

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