#98818F

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

Shades of Mountbatten Pink #98818F

Tints of Mountbatten Pink #98818F

Color information

#98818F (or 0x98818F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 81 and 8F. RGB value is (152,129,143). Sum of RGB (Red+Green+Blue) = 152+129+143=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818F is #677E70. Grayscale: #898989. Windows color (decimal): -6782577 or 9404824. OLE color: 9404824.

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

Color convert

RGB152129143-
CMYK00.150.060.40
HSL323.48º10.04%55.1%-
HSV(B)323.48º15.13%59.61%-
XYZ25.7624.3629.33-
YUV137.47131.12138.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.85%
GREEN value IS 129 (50.78% from 255) = 30.42%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=35.85%
G=30.42%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212914300.150.060.40323.4810.0455.1
Hex98818F0F628143a37
Octal2302012170176505031267
Binary100110001000000110001111011111101010001010000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98818F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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