#98698F

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

Shades of Mountbatten Pink #98698F

Tints of Mountbatten Pink #98698F

Color information

#98698F (or 0x98698F) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 69 and 8F. RGB value is (152,105,143). Sum of RGB (Red+Green+Blue) = 152+105+143=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #98698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98698F is #679670. Grayscale: #7B7B7B. Windows color (decimal): -6788721 or 9398680. OLE color: 9398680.

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

Color convert

RGB152105143-
CMYK00.310.060.40
HSL311.49º18.58%50.39%-
HSV(B)311.49º30.92%59.61%-
XYZ22.9618.7628.4-
YUV123.38139.07148.41-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=38%
G=26.25%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15210514300.310.060.40311.4918.5850.39
Hex98698F01F6281371332
Octal2301512170376504672362
Binary1001100011010011000111101111111010100010011011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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