#98718F

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

Shades of Mountbatten Pink #98718F

Tints of Mountbatten Pink #98718F

Color information

#98718F (or 0x98718F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 71 and 8F. RGB value is (152,113,143). Sum of RGB (Red+Green+Blue) = 152+113+143=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 152 - color contains mainly: red. Hex color #98718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98718F is #678E70. Grayscale: #808080. Windows color (decimal): -6786673 or 9400728. OLE color: 9400728.

HSL color Cylindrical-coordinate representation of color #98718F: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #98718F is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152113143-
CMYK00.260.060.40
HSL313.85º15.92%51.96%-
HSV(B)313.85º25.66%59.61%-
XYZ23.8120.4728.68-
YUV128.08136.42145.06-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.25%
GREEN value IS 113 (44.53% from 255) = 27.70%
BLUE value IS 143 (56.25% from 255) = 35.05%
R=37.25%
G=27.70%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211314300.260.060.40313.8515.9251.96
Hex98718F01A62813a1034
Octal2301612170326504722064
Binary1001100011100011000111101101011010100010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98718F; }

 p { color: rgb(152,113,143); }

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

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

 a { background-color: rgb(152,113,143); }

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

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

 span { border-color: rgb(152,113,143); }

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