#907189

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

Shades of Mountbatten Pink #907189

Tints of Mountbatten Pink #907189

Color information

#907189 (or 0x907189) is unknown color: approx Mountbatten Pink. HEX triplet: 90, 71 and 89. RGB value is (144,113,137). Sum of RGB (Red+Green+Blue) = 144+113+137=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 144 - color contains mainly: red. Hex color #907189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #907189 is #6F8E76. Grayscale: #7C7C7C. Windows color (decimal): -7310967 or 9007504. OLE color: 9007504.

HSL color Cylindrical-coordinate representation of color #907189: hue angle of 313.55º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907189 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB144113137-
CMYK00.220.050.44
HSL313.55º12.25%50.39%-
HSV(B)313.55º21.53%56.47%-
XYZ21.9219.5526.28-
YUV125134.77141.55-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.55%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 137 (53.91% from 255) = 34.77%
R=36.55%
G=28.68%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411313700.220.050.44313.5512.2550.39
Hex90718901652C13ac32
Octal2201612110265544721462
Binary100100001110001100010010101101011011001001110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #907189; }

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

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

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

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

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

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

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

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