#9E84AE

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

Shades of Purple Mountain's Majesty #9E84AE

Tints of Purple Mountain's Majesty #9E84AE

Color information

#9E84AE (or 0x9E84AE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 9E, 84 and AE. RGB value is (158,132,174). Sum of RGB (Red+Green+Blue) = 158+132+174=464 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.05% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #9E84AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E84AE is #617B51. Grayscale: #909090. Windows color (decimal): -6388562 or 11437214. OLE color: 11437214.

HSL color Cylindrical-coordinate representation of color #9E84AE: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E84AE is Cyan = 0.09, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB158132174-
CMYK0.090.2400.32
HSL277.14º20.59%60%-
HSV(B)277.14º24.14%68.24%-
XYZ29.9926.8343.64-
YUV144.56144.61137.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.05%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 174 (68.36% from 255) = 37.5%
R=34.05%
G=28.45%
B=37.5%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1581321740.090.2400.32277.1420.5960
Hex9E84AE918020115153c
Octal23620425611300404252574
Binary100111101000010010101110100111000010000010001010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E84AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,132,174); }

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

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

 a { background-color: rgb(158,132,174); }

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

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

 span { border-color: rgb(158,132,174); }

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