Html Css Color HEX #98818F Mountbatten Pink

📋 copy color: '#98818F'

red 152 ◦ green 129 ◦ blue 143

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

Shades of Mountbatten Pink #98818F

Tints of Mountbatten Pink #98818F

RGB

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

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

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

R = 35.85%
G = 30.42%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.06

 K value IS 0.40

RGB Variations

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

Color information

#98818F (or 0x98818F) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 8F. RGB value is (152,129,143). Sum of RGB (Red+Green+Blue) = 152+129+143=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98818F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818F is #677E70. Grayscale: #898989. Windows color (decimal): -6782577 or 9404824. OLE color: 9404824.

HSL color Cylindrical-coordinate representation of color #98818F: hue angle of 323.48º 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 #98818F is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 129 143 -
CMYK 0 0.15 0.06 0.40
HSL 323.48º 0.1% 0.55% -
HSV(B) 323.48º 0.15% 0.6% -
XYZ 25.76 24.36 29.33 -
YUV 137.47 131.12 138.36 -
System Red Green Blue C M Y K H S L
Decimal 152 129 143 0 0.15 0.06 0.40 323.48 0.1 0.55
Hex 98 81 8F 0 F 6 28 143 A 37
Octal 230 201 217 0 17 6 50 503 12 67
Binary 10011000 10000001 10001111 0 1111 110 101000 101000011 1010 110111

Color Harmonies of #98818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98818F

Black with #98818F

Text Example


Text Example

White with #98818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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