#947BAE

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

Shades of Purple Mountain's Majesty #947BAE

Tints of Purple Mountain's Majesty #947BAE

Color information

#947BAE (or 0x947BAE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7B and AE. RGB value is (148,123,174). Sum of RGB (Red+Green+Blue) = 148+123+174=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 174 (68.36% from 255 or 39.10% from 445); Max value from RGB is 174 - color contains mainly: blue. Hex color #947BAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947BAE is #6B8451. Grayscale: #888888. Windows color (decimal): -7046226 or 11434900. OLE color: 11434900.

HSL color Cylindrical-coordinate representation of color #947BAE: hue angle of 269.41º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #947BAE is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB148123174-
CMYK0.150.2900.32
HSL269.41º23.94%58.24%-
HSV(B)269.41º29.31%68.24%-
XYZ26.9423.5243.16-
YUV136.29149.28136.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 123 (48.44% from 255) = 27.64%
BLUE value IS 174 (68.36% from 255) = 39.10%
R=33.26%
G=27.64%
B=39.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1481231740.150.2900.32269.4123.9458.24
Hex947BAEF1D02010d183a
Octal22417325617350404153072
Binary10010100111101110101110111111101010000010000110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,123,174); }

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

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

 a { background-color: rgb(148,123,174); }

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

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

 span { border-color: rgb(148,123,174); }

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