#927EBA

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

Shades of Purple Mountain's Majesty #927EBA

Tints of Purple Mountain's Majesty #927EBA

Color information

#927EBA (or 0x927EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and BA. RGB value is (146,126,186). Sum of RGB (Red+Green+Blue) = 146+126+186=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 186 - color contains mainly: blue. Hex color #927EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBA is #6D8145. Grayscale: #8A8A8A. Windows color (decimal): -7176518 or 12222098. OLE color: 12222098.

HSL color Cylindrical-coordinate representation of color #927EBA: hue angle of 260º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #927EBA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146126186-
CMYK0.220.3200.27
HSL260º30.3%61.18%-
HSV(B)260º32.26%72.94%-
XYZ28.1824.5849.71-
YUV138.82154.63133.12-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 186 (73.05% from 255) = 40.61%
R=31.88%
G=27.51%
B=40.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461261860.220.3200.2726030.361.18
Hex927EBA162001B1041e3d
Octal22217627226400334043675
Binary100100101111110101110101011010000001101110000010011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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