Html Css Color HEX #986C8F Mountbatten Pink

📋 copy color: '#986C8F'

red 152 ◦ green 108 ◦ blue 143

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

Shades of Mountbatten Pink #986C8F

Tints of Mountbatten Pink #986C8F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 37.72%
G = 26.8%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#986C8F (or 0x986C8F) is known color: Mountbatten Pink. HEX triplet: 98, 6C and 8F. RGB value is (152,108,143). Sum of RGB (Red+Green+Blue) = 152+108+143=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #986C8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986C8F is #679370. Grayscale: #7D7D7D. Windows color (decimal): -6787953 or 9399448. OLE color: 9399448.

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

Color convert

RGB 152 108 143 -
CMYK 0 0.29 0.06 0.40
HSL 312.27º 0.18% 0.51% -
HSV(B) 312.27º 0.29% 0.6% -
XYZ 23.27 19.38 28.5 -
YUV 125.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 152 108 143 0 0.29 0.06 0.40 312.27 0.18 0.51
Hex 98 6C 8F 0 1D 6 28 138 12 33
Octal 230 154 217 0 35 6 50 470 22 63
Binary 10011000 1101100 10001111 0 11101 110 101000 100111000 10010 110011

Color Harmonies of #986C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C8F

Black with #986C8F

Text Example


Text Example

White with #986C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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