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

📋 copy color: '#937DAC'

red 147 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #937DAC

Tints of Purple Mountain's Majesty #937DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.74%

R = 33.11%
G = 28.15%
B = 38.74%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#937DAC (or 0x937DAC) is known color: Purple Mountain's Majesty. HEX triplet: 93, 7D and AC. RGB value is (147,125,172). Sum of RGB (Red+Green+Blue) = 147+125+172=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #937DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937DAC is #6C8253. Grayscale: #888888. Windows color (decimal): -7111252 or 11304339. OLE color: 11304339.

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

Color convert

RGB 147 125 172 -
CMYK 0.15 0.27 0 0.33
HSL 268.09º 0.22% 0.58% -
HSV(B) 268.09º 0.27% 0.67% -
XYZ 26.81 23.85 42.22 -
YUV 136.94 147.79 135.18 -
System Red Green Blue C M Y K H S L
Decimal 147 125 172 0.15 0.27 0 0.33 268.09 0.22 0.58
Hex 93 7D AC F 1B 0 21 10C 16 3A
Octal 223 175 254 17 33 0 41 414 26 72
Binary 10010011 1111101 10101100 1111 11011 0 100001 100001100 10110 111010

Color Harmonies of #937DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937DAC

Black with #937DAC

Text Example


Text Example

White with #937DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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