#947AAB

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

Shades of Purple Mountain's Majesty #947AAB

Tints of Purple Mountain's Majesty #947AAB

Color information

#947AAB (or 0x947AAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7A and AB. RGB value is (148,122,171). Sum of RGB (Red+Green+Blue) = 148+122+171=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #947AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947AAB is #6B8554. Grayscale: #878787. Windows color (decimal): -7046485 or 11238036. OLE color: 11238036.

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

Color convert

RGB148122171-
CMYK0.130.2900.33
HSL271.84º22.58%57.45%-
HSV(B)271.84º28.65%67.06%-
XYZ26.5223.1641.6-
YUV135.36148.11137.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.56%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 171 (67.19% from 255) = 38.78%
R=33.56%
G=27.66%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481221710.130.2900.33271.8422.5857.45
Hex947AABD1D0211101739
Octal22417225315350414202771
Binary10010100111101010101011110111101010000110001000010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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