Html Css Color HEX #98688F Mountbatten Pink

📋 copy color: '#98688F'

red 152 ◦ green 104 ◦ blue 143

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

Shades of Mountbatten Pink #98688F

Tints of Mountbatten Pink #98688F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.07%

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

R = 38.1%
G = 26.07%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98688F (or 0x98688F) is known color: Mountbatten Pink. HEX triplet: 98, 68 and 8F. RGB value is (152,104,143). Sum of RGB (Red+Green+Blue) = 152+104+143=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 104 (41.02% from 255 or 26.07% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #98688F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #98688F is #679770. Grayscale: #7A7A7A. Windows color (decimal): -6788977 or 9398424. OLE color: 9398424.

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

Color convert

RGB 152 104 143 -
CMYK 0 0.32 0.06 0.40
HSL 311.25º 0.19% 0.5% -
HSV(B) 311.25º 0.32% 0.6% -
XYZ 22.86 18.56 28.36 -
YUV 122.8 139.4 148.83 -
System Red Green Blue C M Y K H S L
Decimal 152 104 143 0 0.32 0.06 0.40 311.25 0.19 0.5
Hex 98 68 8F 0 20 6 28 137 13 32
Octal 230 150 217 0 40 6 50 467 23 62
Binary 10011000 1101000 10001111 0 100000 110 101000 100110111 10011 110010

Color Harmonies of #98688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98688F

Black with #98688F

Text Example


Text Example

White with #98688F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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