Html Css Color HEX #997490 Mountbatten Pink

📋 copy color: '#997490'

red 153 ◦ green 116 ◦ blue 144

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

Shades of Mountbatten Pink #997490

Tints of Mountbatten Pink #997490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.09%

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

R = 37.05%
G = 28.09%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#997490 (or 0x997490) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 90. RGB value is (153,116,144). Sum of RGB (Red+Green+Blue) = 153+116+144=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997490 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997490 is #668B6F. Grayscale: #828282. Windows color (decimal): -6720368 or 9467033. OLE color: 9467033.

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

Color convert

RGB 153 116 144 -
CMYK 0 0.24 0.06 0.4
HSL 314.59º 0.15% 0.53% -
HSV(B) 314.59º 0.24% 0.6% -
XYZ 24.42 21.28 29.21 -
YUV 130.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 153 116 144 0 0.24 0.06 0.4 314.59 0.15 0.53
Hex 99 74 90 0 18 6 28 13B F 35
Octal 231 164 220 0 30 6 50 473 17 65
Binary 10011001 1110100 10010000 0 11000 110 101000 100111011 1111 110101

Color Harmonies of #997490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997490

Black with #997490

Text Example


Text Example

White with #997490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997490; }

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

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

background-color css

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

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

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

border-color css

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

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

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