Html Css Color HEX #986D8E Mountbatten Pink

📋 copy color: '#986D8E'

red 152 ◦ green 109 ◦ blue 142

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

Shades of Mountbatten Pink #986D8E

Tints of Mountbatten Pink #986D8E

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 37.72%
G = 27.05%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#986D8E (or 0x986D8E) is known color: Mountbatten Pink. HEX triplet: 98, 6D and 8E. RGB value is (152,109,142). Sum of RGB (Red+Green+Blue) = 152+109+142=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #986D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986D8E is #679271. Grayscale: #7D7D7D. Windows color (decimal): -6787698 or 9334168. OLE color: 9334168.

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

Color convert

RGB 152 109 142 -
CMYK 0 0.28 0.07 0.40
HSL 313.95º 0.17% 0.51% -
HSV(B) 313.95º 0.28% 0.6% -
XYZ 23.3 19.57 28.14 -
YUV 125.62 137.25 146.82 -
System Red Green Blue C M Y K H S L
Decimal 152 109 142 0 0.28 0.07 0.40 313.95 0.17 0.51
Hex 98 6D 8E 0 1C 7 28 13A 11 33
Octal 230 155 216 0 34 7 50 472 21 63
Binary 10011000 1101101 10001110 0 11100 111 101000 100111010 10001 110011

Color Harmonies of #986D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986D8E

Black with #986D8E

Text Example


Text Example

White with #986D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,109,142); }

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

background-color css

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

 a { background-color: rgb(152,109,142); }

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

border-color css

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

 span { border-color: rgb(152,109,142); }

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