#94818D

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

Shades of Mountbatten Pink #94818D

Tints of Mountbatten Pink #94818D

Color information

#94818D (or 0x94818D) is unknown color: approx Mountbatten Pink. HEX triplet: 94, 81 and 8D. RGB value is (148,129,141). Sum of RGB (Red+Green+Blue) = 148+129+141=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94818D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94818D is #6B7E72. Grayscale: #888888. Windows color (decimal): -7044723 or 9273748. OLE color: 9273748.

HSL color Cylindrical-coordinate representation of color #94818D: hue angle of 322.11º 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 #94818D is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148129141-
CMYK00.130.050.42
HSL322.11º8.15%54.31%-
HSV(B)322.11º12.84%58.04%-
XYZ24.8723.9228.51-
YUV136.05130.79136.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 129 (50.78% from 255) = 30.86%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=35.41%
G=30.86%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812914100.130.050.42322.118.1554.31
Hex94818D0D52A142836
Octal2242012150155525021066
Binary100101001000000110001101011011011010101010000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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