Html Css Color HEX #998090 Mountbatten Pink

📋 copy color: '#998090'

red 153 ◦ green 128 ◦ blue 144

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

Shades of Mountbatten Pink #998090

Tints of Mountbatten Pink #998090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.12%

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

R = 36%
G = 30.12%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#998090 (or 0x998090) is known color: Mountbatten Pink. HEX triplet: 99, 80 and 90. RGB value is (153,128,144). Sum of RGB (Red+Green+Blue) = 153+128+144=425 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36% from 425); Green value is 128 (50.39% from 255 or 30.12% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 153 - color contains mainly: red. Hex color #998090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998090 is #667F6F. Grayscale: #898989. Windows color (decimal): -6717296 or 9470105. OLE color: 9470105.

HSL color Cylindrical-coordinate representation of color #998090: hue angle of 321.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #998090 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 128 144 -
CMYK 0 0.16 0.06 0.4
HSL 321.6º 0.11% 0.55% -
HSV(B) 321.6º 0.16% 0.6% -
XYZ 25.89 24.22 29.7 -
YUV 137.3 131.78 139.2 -
System Red Green Blue C M Y K H S L
Decimal 153 128 144 0 0.16 0.06 0.4 321.6 0.11 0.55
Hex 99 80 90 0 10 6 28 142 B 37
Octal 231 200 220 0 20 6 50 502 13 67
Binary 10011001 10000000 10010000 0 10000 110 101000 101000010 1011 110111

Color Harmonies of #998090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998090

Black with #998090

Text Example


Text Example

White with #998090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998090; }

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

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

background-color css

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

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

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

border-color css

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

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

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