#927DAE

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

Shades of Purple Mountain's Majesty #927DAE

Tints of Purple Mountain's Majesty #927DAE

Color information

#927DAE (or 0x927DAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7D and AE. RGB value is (146,125,174). Sum of RGB (Red+Green+Blue) = 146+125+174=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #927DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927DAE is #6D8251. Grayscale: #888888. Windows color (decimal): -7176786 or 11435410. OLE color: 11435410.

HSL color Cylindrical-coordinate representation of color #927DAE: hue angle of 265.71º 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 #927DAE is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB146125174-
CMYK0.160.2800.32
HSL265.71º23.22%58.63%-
HSV(B)265.71º28.16%68.24%-
XYZ26.8323.8343.23-
YUV136.86148.96134.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 125 (49.22% from 255) = 28.09%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=32.81%
G=28.09%
B=39.10%

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
Decimal1461251740.160.2800.32265.7123.2258.63
Hex927DAE101C02010a173b
Octal22217525620340404122773
Binary100100101111101101011101000011100010000010000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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