#98688E

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

Shades of Mountbatten Pink #98688E

Tints of Mountbatten Pink #98688E

Color information

#98688E (or 0x98688E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 68 and 8E. RGB value is (152,104,142). Sum of RGB (Red+Green+Blue) = 152+104+142=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #98688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98688E is #679771. Grayscale: #7A7A7A. Windows color (decimal): -6788978 or 9332888. OLE color: 9332888.

HSL color Cylindrical-coordinate representation of color #98688E: hue angle of 312.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98688E is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152104142-
CMYK00.320.070.40
HSL312.5º18.9%50.2%-
HSV(B)312.5º31.58%59.61%-
XYZ22.7818.5327.97-
YUV122.68138.9148.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 142 (55.86% from 255) = 35.68%
R=38.19%
G=26.13%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210414200.320.070.40312.518.950.2
Hex98688E0207281381332
Octal2301502160407504702362
Binary10011000110100010001110010000011110100010011100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98688E; }

 p { color: rgb(152,104,142); }

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

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

 a { background-color: rgb(152,104,142); }

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

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

 span { border-color: rgb(152,104,142); }

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