#937AAC

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

Shades of Purple Mountain's Majesty #937AAC

Tints of Purple Mountain's Majesty #937AAC

Color information

#937AAC (or 0x937AAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7A and AC. RGB value is (147,122,172). Sum of RGB (Red+Green+Blue) = 147+122+172=441 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.33% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #937AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937AAC is #6C8553. Grayscale: #878787. Windows color (decimal): -7112020 or 11303571. OLE color: 11303571.

HSL color Cylindrical-coordinate representation of color #937AAC: hue angle of 270º 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 #937AAC is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB147122172-
CMYK0.150.2900.33
HSL270º23.15%57.65%-
HSV(B)270º29.07%67.45%-
XYZ26.4423.142.1-
YUV135.17148.78136.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 172 (67.58% from 255) = 39.00%
R=33.33%
G=27.66%
B=39.00%

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
Decimal1471221720.150.2900.3327023.1557.65
Hex937AACF1D02110e173a
Octal22317225417350414162772
Binary10010011111101010101100111111101010000110000111010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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