#98758A

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

Shades of Mountbatten Pink #98758A

Tints of Mountbatten Pink #98758A

Color information

#98758A (or 0x98758A) is unknown color: approx Mountbatten Pink. HEX triplet: 98, 75 and 8A. RGB value is (152,117,138). Sum of RGB (Red+Green+Blue) = 152+117+138=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98758A is #678A75. Grayscale: #818181. Windows color (decimal): -6785654 or 9074072. OLE color: 9074072.

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

Color convert

RGB152117138-
CMYK00.230.090.40
HSL324º14.52%52.75%-
HSV(B)324º23.03%59.61%-
XYZ23.921.2326.88-
YUV129.86132.6143.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 37.35%
GREEN value IS 117 (46.09% from 255) = 28.75%
BLUE value IS 138 (54.30% from 255) = 33.91%
R=37.35%
G=28.75%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15211713800.230.090.4032414.5252.75
Hex98758A017928144f35
Octal23016521202711505041765
Binary1001100011101011000101001011110011010001010001001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98758A; }

 p { color: rgb(152,117,138); }

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

<style>
 a { background-color: #98758A; }

 a { background-color: rgb(152,117,138); }

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

<style>
 span { border-color: #98758A; }

 span { border-color: rgb(152,117,138); }

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