#98748F

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

Shades of Mountbatten Pink #98748F

Tints of Mountbatten Pink #98748F

Color information

#98748F (or 0x98748F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 74 and 8F. RGB value is (152,116,143). Sum of RGB (Red+Green+Blue) = 152+116+143=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #98748F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98748F is #678B70. Grayscale: #818181. Windows color (decimal): -6785905 or 9401496. OLE color: 9401496.

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

Color convert

RGB152116143-
CMYK00.240.060.40
HSL315º14.88%52.55%-
HSV(B)315º23.68%59.61%-
XYZ24.1521.1528.8-
YUV129.84135.43143.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.98%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=36.98%
G=28.22%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211614300.240.060.4031514.8852.55
Hex98748F01862813bf35
Octal2301642170306504731765
Binary100110001110100100011110110001101010001001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98748F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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