Html Css Color HEX #986F8D Mountbatten Pink

📋 copy color: '#986F8D'

red 152 ◦ green 111 ◦ blue 141

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

Shades of Mountbatten Pink #986F8D

Tints of Mountbatten Pink #986F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.9%

R = 37.62%
G = 27.48%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#986F8D (or 0x986F8D) is known color: Mountbatten Pink. HEX triplet: 98, 6F and 8D. RGB value is (152,111,141). Sum of RGB (Red+Green+Blue) = 152+111+141=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 152 - color contains mainly: red. Hex color #986F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986F8D is #679072. Grayscale: #7E7E7E. Windows color (decimal): -6787187 or 9269144. OLE color: 9269144.

HSL color Cylindrical-coordinate representation of color #986F8D: hue angle of 316.1º 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 #986F8D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 111 141 -
CMYK 0 0.27 0.07 0.40
HSL 316.1º 0.17% 0.52% -
HSV(B) 316.1º 0.27% 0.6% -
XYZ 23.44 19.97 27.82 -
YUV 126.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 152 111 141 0 0.27 0.07 0.40 316.1 0.17 0.52
Hex 98 6F 8D 0 1B 7 28 13C 11 34
Octal 230 157 215 0 33 7 50 474 21 64
Binary 10011000 1101111 10001101 0 11011 111 101000 100111100 10001 110100

Color Harmonies of #986F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986F8D

Black with #986F8D

Text Example


Text Example

White with #986F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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