Html Css Color HEX #98818B Mountbatten Pink

📋 copy color: '#98818B'

red 152 ◦ green 129 ◦ blue 139

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

Shades of Mountbatten Pink #98818B

Tints of Mountbatten Pink #98818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.1%

R = 36.19%
G = 30.71%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98818B (or 0x98818B) is known color: Mountbatten Pink. HEX triplet: 98, 81 and 8B. RGB value is (152,129,139). Sum of RGB (Red+Green+Blue) = 152+129+139=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 152 - color contains mainly: red. Hex color #98818B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98818B is #677E74. Grayscale: #898989. Windows color (decimal): -6782581 or 9142680. OLE color: 9142680.

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

Color convert

RGB 152 129 139 -
CMYK 0 0.15 0.09 0.40
HSL 333.91º 0.1% 0.55% -
HSV(B) 333.91º 0.15% 0.6% -
XYZ 25.46 24.24 27.76 -
YUV 137.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 152 129 139 0 0.15 0.09 0.40 333.91 0.1 0.55
Hex 98 81 8B 0 F 9 28 14E A 37
Octal 230 201 213 0 17 11 50 516 12 67
Binary 10011000 10000001 10001011 0 1111 1001 101000 101001110 1010 110111

Color Harmonies of #98818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98818B

Black with #98818B

Text Example


Text Example

White with #98818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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