#927EB1

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

Shades of Purple Mountain's Majesty #927EB1

Tints of Purple Mountain's Majesty #927EB1

Color information

#927EB1 (or 0x927EB1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and B1. RGB value is (146,126,177). Sum of RGB (Red+Green+Blue) = 146+126+177=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 177 (69.53% from 255 or 39.42% from 449); Max value from RGB is 177 - color contains mainly: blue. Hex color #927EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927EB1 is #6D814E. Grayscale: #898989. Windows color (decimal): -7176527 or 11632274. OLE color: 11632274.

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

Color convert

RGB146126177-
CMYK0.180.2900.31
HSL263.53º24.64%59.41%-
HSV(B)263.53º28.81%69.41%-
XYZ27.2524.2144.83-
YUV137.79150.13133.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 126 (49.61% from 255) = 28.06%
BLUE value IS 177 (69.53% from 255) = 39.42%
R=32.52%
G=28.06%
B=39.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1461261770.180.2900.31263.5324.6459.41
Hex927EB1121D01F108193b
Octal22217626122350374103173
Binary10010010111111010110001100101110101111110000100011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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