Html Css Color HEX #986A8F Mountbatten Pink

📋 copy color: '#986A8F'

red 152 ◦ green 106 ◦ blue 143

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

Shades of Mountbatten Pink #986A8F

Tints of Mountbatten Pink #986A8F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.43%

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

R = 37.91%
G = 26.43%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#986A8F (or 0x986A8F) is known color: Mountbatten Pink. HEX triplet: 98, 6A and 8F. RGB value is (152,106,143). Sum of RGB (Red+Green+Blue) = 152+106+143=401 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.91% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 152 - color contains mainly: red. Hex color #986A8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986A8F is #679570. Grayscale: #7B7B7B. Windows color (decimal): -6788465 or 9398936. OLE color: 9398936.

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

Color convert

RGB 152 106 143 -
CMYK 0 0.30 0.06 0.40
HSL 311.74º 0.18% 0.51% -
HSV(B) 311.74º 0.3% 0.6% -
XYZ 23.06 18.97 28.43 -
YUV 123.97 138.74 147.99 -
System Red Green Blue C M Y K H S L
Decimal 152 106 143 0 0.30 0.06 0.40 311.74 0.18 0.51
Hex 98 6A 8F 0 1E 6 28 138 12 33
Octal 230 152 217 0 36 6 50 470 22 63
Binary 10011000 1101010 10001111 0 11110 110 101000 100111000 10010 110011

Color Harmonies of #986A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986A8F

Black with #986A8F

Text Example


Text Example

White with #986A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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