#947EAE

Color #947EAE Purple Mountain's Majesty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Mountain's Majesty #947EAE

Tints of Purple Mountain's Majesty #947EAE

Color information

#947EAE (or 0x947EAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7E and AE. RGB value is (148,126,174). Sum of RGB (Red+Green+Blue) = 148+126+174=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 174 - color contains mainly: blue. Hex color #947EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947EAE is #6B8151. Grayscale: #898989. Windows color (decimal): -7045458 or 11435668. OLE color: 11435668.

HSL color Cylindrical-coordinate representation of color #947EAE: hue angle of 267.5º 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 #947EAE is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148126174-
CMYK0.150.2800.32
HSL267.5º22.86%58.82%-
HSV(B)267.5º27.59%68.24%-
XYZ27.3124.2743.29-
YUV138.05148.29135.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 126 (49.61% from 255) = 28.12%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=33.04%
G=28.12%
B=38.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481261740.150.2800.32267.522.8658.82
Hex947EAEF1C02010c173b
Octal22417625617340404142773
Binary10010100111111010101110111111100010000010000110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #947EAE;
 }
 .AnyTagClassName
 {
   color: #947EAE;
 }
</style>
background-color css

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

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

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

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

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

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