#937BAF

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

Shades of Purple Mountain's Majesty #937BAF

Tints of Purple Mountain's Majesty #937BAF

Color information

#937BAF (or 0x937BAF) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7B and AF. RGB value is (147,123,175). Sum of RGB (Red+Green+Blue) = 147+123+175=445 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.03% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 175 - color contains mainly: blue. Hex color #937BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937BAF is #6C8450. Grayscale: #878787. Windows color (decimal): -7111761 or 11500435. OLE color: 11500435.

HSL color Cylindrical-coordinate representation of color #937BAF: hue angle of 267.69º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #937BAF is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB147123175-
CMYK0.160.3000.31
HSL267.69º24.53%58.43%-
HSV(B)267.69º29.71%68.63%-
XYZ26.8523.4643.67-
YUV136.1149.95135.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.03%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 175 (68.75% from 255) = 39.33%
R=33.03%
G=27.64%
B=39.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471231750.160.3000.31267.6924.5358.43
Hex937BAF101E01F10c193a
Octal22317325720360374143172
Binary10010011111101110101111100001111001111110000110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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