#947FAC

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

Shades of Purple Mountain's Majesty #947FAC

Tints of Purple Mountain's Majesty #947FAC

Color information

#947FAC (or 0x947FAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7F and AC. RGB value is (148,127,172). Sum of RGB (Red+Green+Blue) = 148+127+172=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 172 (67.58% from 255 or 38.48% from 447); Max value from RGB is 172 - color contains mainly: blue. Hex color #947FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947FAC is #6B8053. Grayscale: #8A8A8A. Windows color (decimal): -7045204 or 11304852. OLE color: 11304852.

HSL color Cylindrical-coordinate representation of color #947FAC: hue angle of 268º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #947FAC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB148127172-
CMYK0.140.2600.33
HSL268º21.33%58.63%-
HSV(B)268º26.16%67.45%-
XYZ27.2524.4542.31-
YUV138.41146.96134.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 172 (67.58% from 255) = 38.48%
R=33.11%
G=28.41%
B=38.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481271720.140.2600.3326821.3358.63
Hex947FACE1A02110c153b
Octal22417725416320414142573
Binary10010100111111110101100111011010010000110000110010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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