#94818E

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

Shades of Mountbatten Pink #94818E

Tints of Mountbatten Pink #94818E

Color information

#94818E (or 0x94818E) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 81 and 8E. RGB value is (148,129,142). Sum of RGB (Red+Green+Blue) = 148+129+142=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94818E is #6B7E71. Grayscale: #888888. Windows color (decimal): -7044722 or 9339284. OLE color: 9339284.

HSL color Cylindrical-coordinate representation of color #94818E: hue angle of 318.95º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #94818E is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB148129142-
CMYK00.130.040.42
HSL318.95º8.15%54.31%-
HSV(B)318.95º12.84%58.04%-
XYZ24.9523.9528.9-
YUV136.16131.29136.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 142 (55.86% from 255) = 33.89%
R=35.32%
G=30.79%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812914200.130.040.42318.958.1554.31
Hex94818E0D42A13f836
Octal2242012160154524771066
Binary100101001000000110001110011011001010101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94818E; }

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

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

<style>
 a { background-color: #94818E; }

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

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

<style>
 span { border-color: #94818E; }

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

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