#947CAB

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

Shades of Purple Mountain's Majesty #947CAB

Tints of Purple Mountain's Majesty #947CAB

Color information

#947CAB (or 0x947CAB) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7C and AB. RGB value is (148,124,171). Sum of RGB (Red+Green+Blue) = 148+124+171=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 171 - color contains mainly: blue. Hex color #947CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947CAB is #6B8354. Grayscale: #888888. Windows color (decimal): -7045973 or 11238548. OLE color: 11238548.

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

Color convert

RGB148124171-
CMYK0.130.2700.33
HSL270.64º21.86%57.84%-
HSV(B)270.64º27.49%67.06%-
XYZ26.7723.6541.68-
YUV136.53147.45136.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 171 (67.19% from 255) = 38.60%
R=33.41%
G=27.99%
B=38.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1481241710.130.2700.33270.6421.8657.84
Hex947CABD1B02110f163a
Octal22417425315330414172672
Binary10010100111110010101011110111011010000110000111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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