Html Css Color HEX #98818E Mountbatten Pink

📋 copy color: '#98818E'

red 152 ◦ green 129 ◦ blue 142

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

Shades of Mountbatten Pink #98818E

Tints of Mountbatten Pink #98818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.5%

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

R = 35.93%
G = 30.5%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98818E (or 0x98818E) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 8E. RGB value is (152,129,142). Sum of RGB (Red+Green+Blue) = 152+129+142=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98818E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818E is #677E71. Grayscale: #898989. Windows color (decimal): -6782578 or 9339288. OLE color: 9339288.

HSL color Cylindrical-coordinate representation of color #98818E: hue angle of 326.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #98818E is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 142 -
CMYK 0 0.15 0.07 0.40
HSL 326.09º 0.1% 0.55% -
HSV(B) 326.09º 0.15% 0.6% -
XYZ 25.68 24.33 28.93 -
YUV 137.36 130.62 138.44 -
System Red Green Blue C M Y K H S L
Decimal 152 129 142 0 0.15 0.07 0.40 326.09 0.1 0.55
Hex 98 81 8E 0 F 7 28 146 A 37
Octal 230 201 216 0 17 7 50 506 12 67
Binary 10011000 10000001 10001110 0 1111 111 101000 101000110 1010 110111

Color Harmonies of #98818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98818E

Black with #98818E

Text Example


Text Example

White with #98818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98818E; }

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

 H1.HeaderClassName
 {
   color: #98818E;
 }
 .AnyTagClassName
 {
   color: #98818E;
 }
</style>

background-color css

<style>
 a { background-color: #98818E; }

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

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

border-color css

<style>
 span { border-color: #98818E; }

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

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