Html Css Color HEX #998390 Mountbatten Pink

📋 copy color: '#998390'

red 153 ◦ green 131 ◦ blue 144

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

Shades of Mountbatten Pink #998390

Tints of Mountbatten Pink #998390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.64%

R = 35.75%
G = 30.61%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998390 (or 0x998390) is known color: Mountbatten Pink. HEX triplet: 99, 83 and 90. RGB value is (153,131,144). Sum of RGB (Red+Green+Blue) = 153+131+144=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #998390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998390 is #667C6F. Grayscale: #8B8B8B. Windows color (decimal): -6716528 or 9470873. OLE color: 9470873.

HSL color Cylindrical-coordinate representation of color #998390: hue angle of 324.55º 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 #998390 is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 131 144 -
CMYK 0 0.14 0.06 0.4
HSL 324.55º 0.1% 0.56% -
HSV(B) 324.55º 0.14% 0.6% -
XYZ 26.29 25.02 29.83 -
YUV 139.06 130.79 137.94 -
System Red Green Blue C M Y K H S L
Decimal 153 131 144 0 0.14 0.06 0.4 324.55 0.1 0.56
Hex 99 83 90 0 E 6 28 145 A 38
Octal 231 203 220 0 16 6 50 505 12 70
Binary 10011001 10000011 10010000 0 1110 110 101000 101000101 1010 111000

Color Harmonies of #998390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998390

Black with #998390

Text Example


Text Example

White with #998390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998390; }

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

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

background-color css

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

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

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

border-color css

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

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

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