#927FBA

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

Shades of Purple Mountain's Majesty #927FBA

Tints of Purple Mountain's Majesty #927FBA

Color information

#927FBA (or 0x927FBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7F and BA. RGB value is (146,127,186). Sum of RGB (Red+Green+Blue) = 146+127+186=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #927FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #927FBA is #6D8045. Grayscale: #8B8B8B. Windows color (decimal): -7176262 or 12222354. OLE color: 12222354.

HSL color Cylindrical-coordinate representation of color #927FBA: hue angle of 259.32º 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 #927FBA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146127186-
CMYK0.220.3200.27
HSL259.32º29.95%61.37%-
HSV(B)259.32º31.72%72.94%-
XYZ28.3124.8349.76-
YUV139.41154.29132.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 127 (50% from 255) = 27.67%
BLUE value IS 186 (73.05% from 255) = 40.52%
R=31.81%
G=27.67%
B=40.52%

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
Decimal1461271860.220.3200.27259.3229.9561.37
Hex927FBA162001B1031e3d
Octal22217727226400334033675
Binary100100101111111101110101011010000001101110000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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