#946E8F

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

Shades of Mountbatten Pink #946E8F

Tints of Mountbatten Pink #946E8F

Color information

#946E8F (or 0x946E8F) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6E and 8F. RGB value is (148,110,143). Sum of RGB (Red+Green+Blue) = 148+110+143=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #946E8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946E8F is #6B9170. Grayscale: #7D7D7D. Windows color (decimal): -7049585 or 9399956. OLE color: 9399956.

HSL color Cylindrical-coordinate representation of color #946E8F: hue angle of 307.89º 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 #946E8F is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148110143-
CMYK00.260.030.42
HSL307.89º15.08%50.59%-
HSV(B)307.89º25.68%58.04%-
XYZ22.7519.4328.54-
YUV125.12138.09144.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 110 (43.36% from 255) = 27.43%
BLUE value IS 143 (56.25% from 255) = 35.66%
R=36.91%
G=27.43%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811014300.260.030.42307.8915.0850.59
Hex946E8F01A32A134f33
Octal2241562170323524641763
Binary10010100110111010001111011010111010101001101001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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