#927EBB

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

Shades of Purple Mountain's Majesty #927EBB

Tints of Purple Mountain's Majesty #927EBB

Color information

#927EBB (or 0x927EBB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7E and BB. RGB value is (146,126,187). Sum of RGB (Red+Green+Blue) = 146+126+187=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 187 - color contains mainly: blue. Hex color #927EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927EBB is #6D8144. Grayscale: #8A8A8A. Windows color (decimal): -7176517 or 12287634. OLE color: 12287634.

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

Color convert

RGB146126187-
CMYK0.220.3300.27
HSL259.67º30.96%61.37%-
HSV(B)259.67º32.62%73.33%-
XYZ28.2824.6250.28-
YUV138.93155.13133.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 187 (73.44% from 255) = 40.74%
R=31.81%
G=27.45%
B=40.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461261870.220.3300.27259.6730.9661.37
Hex927EBB162101B1041f3d
Octal22217627326410334043775
Binary100100101111110101110111011010000101101110000010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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