#947ABE

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

Shades of Purple Mountain's Majesty #947ABE

Tints of Purple Mountain's Majesty #947ABE

Color information

#947ABE (or 0x947ABE) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7A and BE. RGB value is (148,122,190). Sum of RGB (Red+Green+Blue) = 148+122+190=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 122 (48.05% from 255 or 26.52% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #947ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947ABE is #6B8541. Grayscale: #898989. Windows color (decimal): -7046466 or 12483220. OLE color: 12483220.

HSL color Cylindrical-coordinate representation of color #947ABE: hue angle of 262.94º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #947ABE is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148122190-
CMYK0.220.3600.25
HSL262.94º34.34%61.18%-
HSV(B)262.94º35.79%74.51%-
XYZ28.4723.9351.83-
YUV137.53157.61135.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 122 (48.05% from 255) = 26.52%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=32.17%
G=26.52%
B=41.30%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481221900.220.3600.25262.9434.3461.18
Hex947ABE1624019107223d
Octal22417227626440314074275
Binary1001010011110101011111010110100100011001100000111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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