Html Css Color HEX #986F8F Mountbatten Pink

📋 copy color: '#986F8F'

red 152 ◦ green 111 ◦ blue 143

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

Shades of Mountbatten Pink #986F8F

Tints of Mountbatten Pink #986F8F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.34%

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

R = 37.44%
G = 27.34%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#986F8F (or 0x986F8F) is known color: Mountbatten Pink. HEX triplet: 98, 6F and 8F. RGB value is (152,111,143). Sum of RGB (Red+Green+Blue) = 152+111+143=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 111 (43.75% from 255 or 27.34% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #986F8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F8F is #679070. Grayscale: #7E7E7E. Windows color (decimal): -6787185 or 9400216. OLE color: 9400216.

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

Color convert

RGB 152 111 143 -
CMYK 0 0.27 0.06 0.40
HSL 313.17º 0.17% 0.52% -
HSV(B) 313.17º 0.27% 0.6% -
XYZ 23.59 20.03 28.61 -
YUV 126.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 152 111 143 0 0.27 0.06 0.40 313.17 0.17 0.52
Hex 98 6F 8F 0 1B 6 28 139 11 34
Octal 230 157 217 0 33 6 50 471 21 64
Binary 10011000 1101111 10001111 0 11011 110 101000 100111001 10001 110100

Color Harmonies of #986F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F8F

Black with #986F8F

Text Example


Text Example

White with #986F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986F8F; }

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

 H1.HeaderClassName
 {
   color: #986F8F;
 }
 .AnyTagClassName
 {
   color: #986F8F;
 }
</style>

background-color css

<style>
 a { background-color: #986F8F; }

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

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

border-color css

<style>
 span { border-color: #986F8F; }

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

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