Html Css Color HEX #998393 Mountbatten Pink

📋 copy color: '#998393'

red 153 ◦ green 131 ◦ blue 147

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

Shades of Mountbatten Pink #998393

Tints of Mountbatten Pink #998393

RGB

 RED value IS 153 (60.16% from 255) = 35.5%

 GREEN value IS 131 (51.56% from 255) = 30.39%

 BLUE value IS 147 (57.81% from 255) = 34.11%

R = 35.5%
G = 30.39%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#998393 (or 0x998393) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 93. RGB value is (153,131,147). Sum of RGB (Red+Green+Blue) = 153+131+147=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 153 - color contains mainly: red. Hex color #998393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998393 is #667C6C. Grayscale: #8B8B8B. Windows color (decimal): -6716525 or 9667481. OLE color: 9667481.

HSL color Cylindrical-coordinate representation of color #998393: hue angle of 316.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998393 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 147 -
CMYK 0 0.14 0.04 0.4
HSL 316.36º 0.1% 0.56% -
HSV(B) 316.36º 0.14% 0.6% -
XYZ 26.52 25.11 31.05 -
YUV 139.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 153 131 147 0 0.14 0.04 0.4 316.36 0.1 0.56
Hex 99 83 93 0 E 4 28 13C A 38
Octal 231 203 223 0 16 4 50 474 12 70
Binary 10011001 10000011 10010011 0 1110 100 101000 100111100 1010 111000

Color Harmonies of #998393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998393

Black with #998393

Text Example


Text Example

White with #998393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998393; }

 p { color: rgb(153,131,147); }

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

background-color css

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

 a { background-color: rgb(153,131,147); }

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

border-color css

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

 span { border-color: rgb(153,131,147); }

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