Html Css Color HEX #98708F Mountbatten Pink

📋 copy color: '#98708F'

red 152 ◦ green 112 ◦ blue 143

#98708F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #98708F

Tints of Mountbatten Pink #98708F

RGB

 RED value IS 152 (59.77% from 255) = 37.35%

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 37.35%
G = 27.52%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98708F (or 0x98708F) is known color: Mountbatten Pink. HEX triplet: 98, 70 and 8F. RGB value is (152,112,143). Sum of RGB (Red+Green+Blue) = 152+112+143=407 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.35% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 152 - color contains mainly: red. Hex color #98708F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98708F is #678F70. Grayscale: #7F7F7F. Windows color (decimal): -6786929 or 9400472. OLE color: 9400472.

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

Color convert

RGB 152 112 143 -
CMYK 0 0.26 0.06 0.40
HSL 313.5º 0.16% 0.52% -
HSV(B) 313.5º 0.26% 0.6% -
XYZ 23.7 20.25 28.65 -
YUV 127.49 136.75 145.48 -
System Red Green Blue C M Y K H S L
Decimal 152 112 143 0 0.26 0.06 0.40 313.5 0.16 0.52
Hex 98 70 8F 0 1A 6 28 13A 10 34
Octal 230 160 217 0 32 6 50 472 20 64
Binary 10011000 1110000 10001111 0 11010 110 101000 100111010 10000 110100

Color Harmonies of #98708F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98708F

Black with #98708F

Text Example


Text Example

White with #98708F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #98708F;
 }
 .AnyTagClassName
 {
   color: #98708F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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