#947FAD

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

Shades of Purple Mountain's Majesty #947FAD

Tints of Purple Mountain's Majesty #947FAD

Color information

#947FAD (or 0x947FAD) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7F and AD. RGB value is (148,127,173). Sum of RGB (Red+Green+Blue) = 148+127+173=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 173 - color contains mainly: blue. Hex color #947FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAD is #6B8052. Grayscale: #8A8A8A. Windows color (decimal): -7045203 or 11370388. OLE color: 11370388.

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

Color convert

RGB148127173-
CMYK0.140.2700.32
HSL267.39º21.9%58.82%-
HSV(B)267.39º26.59%67.84%-
XYZ27.3424.4942.82-
YUV138.52147.46134.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 173 (67.97% from 255) = 38.62%
R=33.04%
G=28.35%
B=38.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481271730.140.2700.32267.3921.958.82
Hex947FADE1B02010b163b
Octal22417725516330404132673
Binary10010100111111110101101111011011010000010000101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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