#918189

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

Shades of Mountbatten Pink #918189

Tints of Mountbatten Pink #918189

Color information

#918189 (or 0x918189) is unknown color: approx Mountbatten Pink. HEX triplet: 91, 81 and 89. RGB value is (145,129,137). Sum of RGB (Red+Green+Blue) = 145+129+137=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 137 (53.91% from 255 or 33.33% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918189 is #6E7E76. Grayscale: #868686. Windows color (decimal): -7241335 or 9011601. OLE color: 9011601.

HSL color Cylindrical-coordinate representation of color #918189: hue angle of 330º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #918189 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB145129137-
CMYK00.110.060.43
HSL330º6.78%53.73%-
HSV(B)330º11.03%56.86%-
XYZ24.0423.5326.94-
YUV134.7129.3135.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 137 (53.91% from 255) = 33.33%
R=35.28%
G=31.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512913700.110.060.433306.7853.73
Hex9181890B62B14a736
Octal221201211013653512766
Binary10010001100000011000100101011110101011101001010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918189; }

 p { color: rgb(145,129,137); }

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

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

 a { background-color: rgb(145,129,137); }

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

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

 span { border-color: rgb(145,129,137); }

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