#947EB9

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

Shades of Purple Mountain's Majesty #947EB9

Tints of Purple Mountain's Majesty #947EB9

Color information

#947EB9 (or 0x947EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 7E and B9. RGB value is (148,126,185). Sum of RGB (Red+Green+Blue) = 148+126+185=459 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.24% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 185 (72.66% from 255 or 40.31% from 459); Max value from RGB is 185 - color contains mainly: blue. Hex color #947EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #947EB9 is #6B8146. Grayscale: #8B8B8B. Windows color (decimal): -7045447 or 12156564. OLE color: 12156564.

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

Color convert

RGB148126185-
CMYK0.200.3200.27
HSL262.37º29.65%60.98%-
HSV(B)262.37º31.89%72.55%-
XYZ28.4324.7249.17-
YUV139.3153.79134.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.24%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 185 (72.66% from 255) = 40.31%
R=32.24%
G=27.45%
B=40.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481261850.200.3200.27262.3729.6560.98
Hex947EB9142001B1061e3d
Octal22417627124400334063675
Binary100101001111110101110011010010000001101110000011011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #947EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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