#946F8A

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

Shades of Mountbatten Pink #946F8A

Tints of Mountbatten Pink #946F8A

Color information

#946F8A (or 0x946F8A) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 6F and 8A. RGB value is (148,111,138). Sum of RGB (Red+Green+Blue) = 148+111+138=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #946F8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946F8A is #6B9075. Grayscale: #7D7D7D. Windows color (decimal): -7049334 or 9072532. OLE color: 9072532.

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

Color convert

RGB148111138-
CMYK00.250.070.42
HSL316.22º14.74%50.78%-
HSV(B)316.22º25%58.04%-
XYZ22.4819.526.62-
YUV125.14135.26144.3-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 111 (43.75% from 255) = 27.96%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=37.28%
G=27.96%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14811113800.250.070.42316.2214.7450.78
Hex946F8A01972A13cf33
Octal2241572120317524741763
Binary100101001101111100010100110011111010101001111001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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