Html Css Color HEX #937DAB Purple Mountain's Majesty

📋 copy color: '#937DAB'

red 147 ◦ green 125 ◦ blue 171

#937DAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Mountain's Majesty #937DAB

Tints of Purple Mountain's Majesty #937DAB

RGB

 RED value IS 147 (57.81% from 255) = 33.18%

 GREEN value IS 125 (49.22% from 255) = 28.22%

 BLUE value IS 171 (67.19% from 255) = 38.6%

R = 33.18%
G = 28.22%
B = 38.6%

CMYK

 C value IS 0.14

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#937DAB (or 0x937DAB) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and AB. RGB value is (147,125,171). Sum of RGB (Red+Green+Blue) = 147+125+171=443 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.18% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #937DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAB is #6C8254. Grayscale: #888888. Windows color (decimal): -7111253 or 11238803. OLE color: 11238803.

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

Color convert

RGB 147 125 171 -
CMYK 0.14 0.27 0 0.33
HSL 268.7º 0.21% 0.58% -
HSV(B) 268.7º 0.27% 0.67% -
XYZ 26.72 23.81 41.72 -
YUV 136.82 147.29 135.26 -
System Red Green Blue C M Y K H S L
Decimal 147 125 171 0.14 0.27 0 0.33 268.7 0.21 0.58
Hex 93 7D AB E 1B 0 21 10D 15 3A
Octal 223 175 253 16 33 0 41 415 25 72
Binary 10010011 1111101 10101011 1110 11011 0 100001 100001101 10101 111010

Color Harmonies of #937DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DAB

Black with #937DAB

Text Example


Text Example

White with #937DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,125,171); }

 H1.HeaderClassName
 {
   color: #937DAB;
 }
 .AnyTagClassName
 {
   color: #937DAB;
 }
</style>

background-color css

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

 a { background-color: rgb(147,125,171); }

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

border-color css

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

 span { border-color: rgb(147,125,171); }

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