#927BBA

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

Shades of Purple Mountain's Majesty #927BBA

Tints of Purple Mountain's Majesty #927BBA

Color information

#927BBA (or 0x927BBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7B and BA. RGB value is (146,123,186). Sum of RGB (Red+Green+Blue) = 146+123+186=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: blue. Hex color #927BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927BBA is #6D8445. Grayscale: #888888. Windows color (decimal): -7177286 or 12221330. OLE color: 12221330.

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

Color convert

RGB146123186-
CMYK0.220.3400.27
HSL261.9º31.34%60.59%-
HSV(B)261.9º33.87%72.94%-
XYZ27.823.8249.59-
YUV137.06155.62134.38-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 123 (48.44% from 255) = 27.03%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=32.09%
G=27.03%
B=40.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461231860.220.3400.27261.931.3460.59
Hex927BBA162201B1061f3d
Octal22217327226420334063775
Binary100100101111011101110101011010001001101110000011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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