#937CB1

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

Shades of Purple Mountain's Majesty #937CB1

Tints of Purple Mountain's Majesty #937CB1

Color information

#937CB1 (or 0x937CB1) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 93, 7C and B1. RGB value is (147,124,177). Sum of RGB (Red+Green+Blue) = 147+124+177=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 177 (69.53% from 255 or 39.51% from 448); Max value from RGB is 177 - color contains mainly: blue. Hex color #937CB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937CB1 is #6C834E. Grayscale: #888888. Windows color (decimal): -7111503 or 11631763. OLE color: 11631763.

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

Color convert

RGB147124177-
CMYK0.170.3000.31
HSL266.04º25.36%59.02%-
HSV(B)266.04º29.94%69.41%-
XYZ27.1823.7944.76-
YUV136.92150.62135.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.81%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 177 (69.53% from 255) = 39.51%
R=32.81%
G=27.68%
B=39.51%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1471241770.170.3000.31266.0425.3659.02
Hex937CB1111E01F10a193b
Octal22317426121360374123173
Binary10010011111110010110001100011111001111110000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,124,177); }

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

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

 a { background-color: rgb(147,124,177); }

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

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

 span { border-color: rgb(147,124,177); }

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