#927EAE

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

Shades of Purple Mountain's Majesty #927EAE

Tints of Purple Mountain's Majesty #927EAE

Color information

#927EAE (or 0x927EAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and AE. RGB value is (146,126,174). Sum of RGB (Red+Green+Blue) = 146+126+174=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #927EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAE is #6D8151. Grayscale: #898989. Windows color (decimal): -7176530 or 11435666. OLE color: 11435666.

HSL color Cylindrical-coordinate representation of color #927EAE: hue angle of 265º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #927EAE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146126174-
CMYK0.160.2800.32
HSL265º22.86%58.82%-
HSV(B)265º27.59%68.24%-
XYZ26.9524.0943.27-
YUV137.45148.63134.1-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 126 (49.61% from 255) = 28.25%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=32.74%
G=28.25%
B=39.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1461261740.160.2800.3226522.8658.82
Hex927EAE101C020109173b
Octal22217625620340404112773
Binary100100101111110101011101000011100010000010000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927EAE; }

 p { color: rgb(146,126,174); }

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

<style>
 a { background-color: #927EAE; }

 a { background-color: rgb(146,126,174); }

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

<style>
 span { border-color: #927EAE; }

 span { border-color: rgb(146,126,174); }

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