#927189

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

Shades of Mountbatten Pink #927189

Tints of Mountbatten Pink #927189

Color information

#927189 (or 0x927189) is unknown color: approx Mountbatten Pink. HEX triplet: 92, 71 and 89. RGB value is (146,113,137). Sum of RGB (Red+Green+Blue) = 146+113+137=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 137 (53.91% from 255 or 34.60% from 396); Max value from RGB is 146 - color contains mainly: red. Hex color #927189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927189 is #6D8E76. Grayscale: #7D7D7D. Windows color (decimal): -7179895 or 9007506. OLE color: 9007506.

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

Color convert

RGB146113137-
CMYK00.230.060.43
HSL316.36º13.15%50.78%-
HSV(B)316.36º22.6%57.25%-
XYZ22.2719.7326.3-
YUV125.6134.43142.55-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.87%
GREEN value IS 113 (44.53% from 255) = 28.54%
BLUE value IS 137 (53.91% from 255) = 34.60%
R=36.87%
G=28.54%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611313700.230.060.43316.3613.1550.78
Hex92718901762B13cd33
Octal2221612110276534741563
Binary100100101110001100010010101111101010111001111001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927189; }

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

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

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

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

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

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

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

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