#946E8A

Color #946E8A Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #946E8A

Tints of Mountbatten Pink #946E8A

Color information

#946E8A (or 0x946E8A) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6E and 8A. RGB value is (148,110,138). Sum of RGB (Red+Green+Blue) = 148+110+138=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #946E8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E8A is #6B9175. Grayscale: #7C7C7C. Windows color (decimal): -7049590 or 9072276. OLE color: 9072276.

HSL color Cylindrical-coordinate representation of color #946E8A: hue angle of 315.79º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946E8A is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148110138-
CMYK00.260.070.42
HSL315.79º15.08%50.59%-
HSV(B)315.79º25.68%58.04%-
XYZ22.3819.2826.59-
YUV124.55135.59144.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=37.37%
G=27.78%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811013800.260.070.42315.7915.0850.59
Hex946E8A01A72A13cf33
Octal2241562120327524741763
Binary100101001101110100010100110101111010101001111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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