#946EBA

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

Shades of Purple Mountain's Majesty #946EBA

Tints of Purple Mountain's Majesty #946EBA

Color information

#946EBA (or 0x946EBA) is unknown color: approx Purple Mountain's Majesty. HEX triplet: 94, 6E and BA. RGB value is (148,110,186). Sum of RGB (Red+Green+Blue) = 148+110+186=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #946EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946EBA is #6B9145. Grayscale: #818181. Windows color (decimal): -7049542 or 12218004. OLE color: 12218004.

HSL color Cylindrical-coordinate representation of color #946EBA: hue angle of 270º degrees, saturation: 0.36, 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 #946EBA is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148110186-
CMYK0.200.4100.27
HSL270º35.51%58.04%-
HSV(B)270º40.86%72.94%-
XYZ26.6520.9949.1-
YUV130.03159.59140.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=33.33%
G=24.77%
B=41.89%

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
Decimal1481101860.200.4100.2727035.5158.04
Hex946EBA142901B10e243a
Octal22415627224510334164472
Binary1001010011011101011101010100101001011011100001110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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