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

📋 copy color: '#947FAE'

red 148 ◦ green 127 ◦ blue 174

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

Shades of Purple Mountain's Majesty #947FAE

Tints of Purple Mountain's Majesty #947FAE

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

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

R = 32.96%
G = 28.29%
B = 38.75%

CMYK

 C value IS 0.15

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#947FAE (or 0x947FAE) is known color: Purple Mountain's Majesty. HEX triplet: 94, 7F and AE. RGB value is (148,127,174). Sum of RGB (Red+Green+Blue) = 148+127+174=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #947FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAE is #6B8051. Grayscale: #8A8A8A. Windows color (decimal): -7045202 or 11435924. OLE color: 11435924.

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

Color convert

RGB 148 127 174 -
CMYK 0.15 0.27 0 0.32
HSL 266.81º 0.22% 0.59% -
HSV(B) 266.81º 0.27% 0.68% -
XYZ 27.44 24.53 43.33 -
YUV 138.64 147.96 134.68 -
System Red Green Blue C M Y K H S L
Decimal 148 127 174 0.15 0.27 0 0.32 266.81 0.22 0.59
Hex 94 7F AE F 1B 0 20 10B 16 3B
Octal 224 177 256 17 33 0 40 413 26 73
Binary 10010100 1111111 10101110 1111 11011 0 100000 100001011 10110 111011

Color Harmonies of #947FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947FAE

Black with #947FAE

Text Example


Text Example

White with #947FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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