#927EAC

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

Shades of Purple Mountain's Majesty #927EAC

Tints of Purple Mountain's Majesty #927EAC

Color information

#927EAC (or 0x927EAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and AC. RGB value is (146,126,172). Sum of RGB (Red+Green+Blue) = 146+126+172=444 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.88% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #927EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAC is #6D8153. Grayscale: #898989. Windows color (decimal): -7176532 or 11304594. OLE color: 11304594.

HSL color Cylindrical-coordinate representation of color #927EAC: hue angle of 266.09º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #927EAC is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146126172-
CMYK0.150.2700.33
HSL266.09º21.7%58.43%-
HSV(B)266.09º26.74%67.45%-
XYZ26.7624.0142.25-
YUV137.22147.63134.26-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.88%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 172 (67.58% from 255) = 38.74%
R=32.88%
G=28.38%
B=38.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461261720.150.2700.33266.0921.758.43
Hex927EACF1B02110a163a
Octal22217625417330414122672
Binary10010010111111010101100111111011010000110000101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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