#926F89

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

Shades of Mountbatten Pink #926F89

Tints of Mountbatten Pink #926F89

Color information

#926F89 (or 0x926F89) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 6F and 89. RGB value is (146,111,137). Sum of RGB (Red+Green+Blue) = 146+111+137=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #926F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F89 is #6D9076. Grayscale: #7C7C7C. Windows color (decimal): -7180407 or 9006994. OLE color: 9006994.

HSL color Cylindrical-coordinate representation of color #926F89: hue angle of 315.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F89 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB146111137-
CMYK00.240.060.43
HSL315.43º13.83%50.39%-
HSV(B)315.43º23.97%57.25%-
XYZ22.0519.2926.23-
YUV124.43135.1143.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=37.06%
G=28.17%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611113700.240.060.43315.4313.8350.39
Hex926F8901862B13be32
Octal2221572110306534731662
Binary100100101101111100010010110001101010111001110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926F89; }

 p { color: rgb(146,111,137); }

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

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

 a { background-color: rgb(146,111,137); }

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

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

 span { border-color: rgb(146,111,137); }

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