#937BAC

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

Shades of Purple Mountain's Majesty #937BAC

Tints of Purple Mountain's Majesty #937BAC

Color information

#937BAC (or 0x937BAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and AC. RGB value is (147,123,172). Sum of RGB (Red+Green+Blue) = 147+123+172=442 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.26% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #937BAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAC is #6C8453. Grayscale: #878787. Windows color (decimal): -7111764 or 11303827. OLE color: 11303827.

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

Color convert

RGB147123172-
CMYK0.150.2800.33
HSL269.39º22.79%57.84%-
HSV(B)269.39º28.49%67.45%-
XYZ26.5623.3542.14-
YUV135.76148.45136.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.26%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=33.26%
G=27.83%
B=38.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1471231720.150.2800.33269.3922.7957.84
Hex937BACF1C02110d173a
Octal22317325417340414152772
Binary10010011111101110101100111111100010000110000110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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