#98768B

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

Shades of Mountbatten Pink #98768B

Tints of Mountbatten Pink #98768B

Color information

#98768B (or 0x98768B) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 76 and 8B. RGB value is (152,118,139). Sum of RGB (Red+Green+Blue) = 152+118+139=409 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.16% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 152 - color contains mainly: red. Hex color #98768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98768B is #678974. Grayscale: #828282. Windows color (decimal): -6785397 or 9139864. OLE color: 9139864.

HSL color Cylindrical-coordinate representation of color #98768B: hue angle of 322.94º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #98768B is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152118139-
CMYK00.220.090.40
HSL322.94º14.17%52.94%-
HSV(B)322.94º22.37%59.61%-
XYZ24.0921.527.31-
YUV130.56132.76143.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.16%
GREEN value IS 118 (46.48% from 255) = 28.85%
BLUE value IS 139 (54.69% from 255) = 33.99%
R=37.16%
G=28.85%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211813900.220.090.40322.9414.1752.94
Hex98768B016928143e35
Octal23016621302611505031665
Binary1001100011101101000101101011010011010001010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98768B; }

 p { color: rgb(152,118,139); }

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

<style>
 a { background-color: #98768B; }

 a { background-color: rgb(152,118,139); }

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

<style>
 span { border-color: #98768B; }

 span { border-color: rgb(152,118,139); }

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