#947AAC

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

Shades of Purple Mountain's Majesty #947AAC

Tints of Purple Mountain's Majesty #947AAC

Color information

#947AAC (or 0x947AAC) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7A and AC. RGB value is (148,122,172). Sum of RGB (Red+Green+Blue) = 148+122+172=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #947AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947AAC is #6B8553. Grayscale: #878787. Windows color (decimal): -7046484 or 11303572. OLE color: 11303572.

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

Color convert

RGB148122172-
CMYK0.140.2900.33
HSL271.2º23.15%57.65%-
HSV(B)271.2º29.07%67.45%-
XYZ26.6223.1942.1-
YUV135.47148.61136.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.48%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 172 (67.58% from 255) = 38.91%
R=33.48%
G=27.60%
B=38.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481221720.140.2900.33271.223.1557.65
Hex947AACE1D02110f173a
Octal22417225416350414172772
Binary10010100111101010101100111011101010000110000111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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