#947AB9

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

Shades of Purple Mountain's Majesty #947AB9

Tints of Purple Mountain's Majesty #947AB9

Color information

#947AB9 (or 0x947AB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7A and B9. RGB value is (148,122,185). Sum of RGB (Red+Green+Blue) = 148+122+185=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #947AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947AB9 is #6B8546. Grayscale: #888888. Windows color (decimal): -7046471 or 12155540. OLE color: 12155540.

HSL color Cylindrical-coordinate representation of color #947AB9: hue angle of 264.76º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #947AB9 is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148122185-
CMYK0.200.3400.27
HSL264.76º31.03%60.2%-
HSV(B)264.76º34.05%72.55%-
XYZ27.9323.7249-
YUV136.96155.11135.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=32.53%
G=26.81%
B=40.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481221850.200.3400.27264.7631.0360.2
Hex947AB9142201B1091f3c
Octal22417227124420334113774
Binary100101001111010101110011010010001001101110000100111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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