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

📋 copy color: '#947DAE'

red 148 ◦ green 125 ◦ blue 174

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

Shades of Purple Mountain's Majesty #947DAE

Tints of Purple Mountain's Majesty #947DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.93%

R = 33.11%
G = 27.96%
B = 38.93%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#947DAE (or 0x947DAE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7D and AE. RGB value is (148,125,174). Sum of RGB (Red+Green+Blue) = 148+125+174=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 174 - color contains mainly: blue. Hex color #947DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947DAE is #6B8251. Grayscale: #898989. Windows color (decimal): -7045714 or 11435412. OLE color: 11435412.

HSL color Cylindrical-coordinate representation of color #947DAE: hue angle of 268.16º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #947DAE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 125 174 -
CMYK 0.15 0.28 0 0.32
HSL 268.16º 0.23% 0.59% -
HSV(B) 268.16º 0.28% 0.68% -
XYZ 27.19 24.02 43.25 -
YUV 137.46 148.62 135.52 -
System Red Green Blue C M Y K H S L
Decimal 148 125 174 0.15 0.28 0 0.32 268.16 0.23 0.59
Hex 94 7D AE F 1C 0 20 10C 17 3B
Octal 224 175 256 17 34 0 40 414 27 73
Binary 10010100 1111101 10101110 1111 11100 0 100000 100001100 10111 111011

Color Harmonies of #947DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947DAE

Black with #947DAE

Text Example


Text Example

White with #947DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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