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

📋 copy color: '#947DAC'

red 148 ◦ green 125 ◦ blue 172

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

Shades of Purple Mountain's Majesty #947DAC

Tints of Purple Mountain's Majesty #947DAC

RGB

 RED value IS 148 (58.2% from 255) = 33.26%

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

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

R = 33.26%
G = 28.09%
B = 38.65%

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

#947DAC (or 0x947DAC) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and AC. RGB value is (148,125,172). Sum of RGB (Red+Green+Blue) = 148+125+172=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 172 - color contains mainly: blue. Hex color #947DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAC is #6B8253. Grayscale: #898989. Windows color (decimal): -7045716 or 11304340. OLE color: 11304340.

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

Color convert

RGB 148 125 172 -
CMYK 0.14 0.27 0 0.33
HSL 269.36º 0.22% 0.58% -
HSV(B) 269.36º 0.27% 0.67% -
XYZ 26.99 23.94 42.23 -
YUV 137.24 147.62 135.68 -
System Red Green Blue C M Y K H S L
Decimal 148 125 172 0.14 0.27 0 0.33 269.36 0.22 0.58
Hex 94 7D AC E 1B 0 21 10D 16 3A
Octal 224 175 254 16 33 0 41 415 26 72
Binary 10010100 1111101 10101100 1110 11011 0 100001 100001101 10110 111010

Color Harmonies of #947DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DAC

Black with #947DAC

Text Example


Text Example

White with #947DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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