#98688D

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

Shades of Mountbatten Pink #98688D

Tints of Mountbatten Pink #98688D

Color information

#98688D (or 0x98688D) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 68 and 8D. RGB value is (152,104,141). Sum of RGB (Red+Green+Blue) = 152+104+141=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98688D is #679772. Grayscale: #7A7A7A. Windows color (decimal): -6788979 or 9267352. OLE color: 9267352.

HSL color Cylindrical-coordinate representation of color #98688D: hue angle of 313.75º 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 #98688D is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB152104141-
CMYK00.320.070.40
HSL313.75º18.9%50.2%-
HSV(B)313.75º31.58%59.61%-
XYZ22.7118.527.57-
YUV122.57138.4148.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 104 (41.02% from 255) = 26.20%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=38.29%
G=26.20%
B=35.52%

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
Decimal15210414100.320.070.40313.7518.950.2
Hex98688D02072813a1332
Octal2301502150407504722362
Binary10011000110100010001101010000011110100010011101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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