#946EB9

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

Shades of Purple Mountain's Majesty #946EB9

Tints of Purple Mountain's Majesty #946EB9

Color information

#946EB9 (or 0x946EB9) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6E and B9. RGB value is (148,110,185). Sum of RGB (Red+Green+Blue) = 148+110+185=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 185 (72.66% from 255 or 41.76% from 443); Max value from RGB is 185 - color contains mainly: blue. Hex color #946EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EB9 is #6B9146. Grayscale: #818181. Windows color (decimal): -7049543 or 12152468. OLE color: 12152468.

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

Color convert

RGB148110185-
CMYK0.200.4100.27
HSL270.4º34.88%57.84%-
HSV(B)270.4º40.54%72.55%-
XYZ26.5520.9548.54-
YUV129.91159.09140.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 110 (43.36% from 255) = 24.83%
BLUE value IS 185 (72.66% from 255) = 41.76%
R=33.41%
G=24.83%
B=41.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481101850.200.4100.27270.434.8857.84
Hex946EB9142901B10e233a
Octal22415627124510334164372
Binary1001010011011101011100110100101001011011100001110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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