#927AAC

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

Shades of Purple Mountain's Majesty #927AAC

Tints of Purple Mountain's Majesty #927AAC

Color information

#927AAC (or 0x927AAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 92, 7A and AC. RGB value is (146,122,172). Sum of RGB (Red+Green+Blue) = 146+122+172=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 172 - color contains mainly: blue. Hex color #927AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927AAC is #6D8553. Grayscale: #868686. Windows color (decimal): -7177556 or 11303570. OLE color: 11303570.

HSL color Cylindrical-coordinate representation of color #927AAC: hue angle of 268.8º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #927AAC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB146122172-
CMYK0.150.2900.33
HSL268.8º23.15%57.65%-
HSV(B)268.8º29.07%67.45%-
XYZ26.2623.0142.09-
YUV134.88148.95135.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.18%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=33.18%
G=27.73%
B=39.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1461221720.150.2900.33268.823.1557.65
Hex927AACF1D02110d173a
Octal22217225417350414152772
Binary10010010111101010101100111111101010000110000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,122,172); }

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

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

 a { background-color: rgb(146,122,172); }

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

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

 span { border-color: rgb(146,122,172); }

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