#98678E

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

Shades of Mountbatten Pink #98678E

Tints of Mountbatten Pink #98678E

Color information

#98678E (or 0x98678E) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 67 and 8E. RGB value is (152,103,142). Sum of RGB (Red+Green+Blue) = 152+103+142=397 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.29% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 152 - color contains mainly: red. Hex color #98678E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98678E is #679871. Grayscale: #797979. Windows color (decimal): -6789234 or 9332632. OLE color: 9332632.

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

Color convert

RGB152103142-
CMYK00.320.070.40
HSL312.24º19.22%50%-
HSV(B)312.24º32.24%59.61%-
XYZ22.6818.3327.93-
YUV122.1139.23149.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.29%
GREEN value IS 103 (40.62% from 255) = 25.94%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=38.29%
G=25.94%
B=35.77%

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
Decimal15210314200.320.070.40312.2419.2250
Hex98678E0207281381332
Octal2301472160407504702362
Binary10011000110011110001110010000011110100010011100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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