#927EAF

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

Shades of Purple Mountain's Majesty #927EAF

Tints of Purple Mountain's Majesty #927EAF

Color information

#927EAF (or 0x927EAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and AF. RGB value is (146,126,175). Sum of RGB (Red+Green+Blue) = 146+126+175=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #927EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EAF is #6D8150. Grayscale: #898989. Windows color (decimal): -7176529 or 11501202. OLE color: 11501202.

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

Color convert

RGB146126175-
CMYK0.170.2800.31
HSL264.49º23.44%59.02%-
HSV(B)264.49º28%68.63%-
XYZ27.0524.1343.79-
YUV137.57149.13134.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=32.66%
G=28.19%
B=39.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461261750.170.2800.31264.4923.4459.02
Hex927EAF111C01F108173b
Octal22217625721340374102773
Binary10010010111111010101111100011110001111110000100010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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