#946F8E

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

Shades of Mountbatten Pink #946F8E

Tints of Mountbatten Pink #946F8E

Color information

#946F8E (or 0x946F8E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6F and 8E. RGB value is (148,111,142). Sum of RGB (Red+Green+Blue) = 148+111+142=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 111 (43.75% from 255 or 27.68% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #946F8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F8E is #6B9071. Grayscale: #7D7D7D. Windows color (decimal): -7049330 or 9334676. OLE color: 9334676.

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

Color convert

RGB148111142-
CMYK00.250.040.42
HSL309.73º14.74%50.78%-
HSV(B)309.73º25%58.04%-
XYZ22.7819.6228.18-
YUV125.6137.26143.98-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.91%
GREEN value IS 111 (43.75% from 255) = 27.68%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=36.91%
G=27.68%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811114200.250.040.42309.7314.7450.78
Hex946F8E01942A136f33
Octal2241572160314524661763
Binary100101001101111100011100110011001010101001101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,111,142); }

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

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

 a { background-color: rgb(148,111,142); }

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

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

 span { border-color: rgb(148,111,142); }

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