Html Css Color HEX #997991 Mountbatten Pink

📋 copy color: '#997991'

red 153 ◦ green 121 ◦ blue 145

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

Shades of Mountbatten Pink #997991

Tints of Mountbatten Pink #997991

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.88%

 BLUE value IS 145 (57.03% from 255) = 34.61%

R = 36.52%
G = 28.88%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997991 (or 0x997991) is known color: Mountbatten Pink. HEX triplet: 99, 79 and 91. RGB value is (153,121,145). Sum of RGB (Red+Green+Blue) = 153+121+145=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 121 (47.66% from 255 or 28.88% from 419); Blue value is 145 (57.03% from 255 or 34.61% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #997991 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997991 is #66866E. Grayscale: #858585. Windows color (decimal): -6719087 or 9533849. OLE color: 9533849.

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

Color convert

RGB 153 121 145 -
CMYK 0 0.21 0.05 0.4
HSL 315º 0.14% 0.54% -
HSV(B) 315º 0.21% 0.6% -
XYZ 25.09 22.49 29.81 -
YUV 133.3 134.6 142.05 -
System Red Green Blue C M Y K H S L
Decimal 153 121 145 0 0.21 0.05 0.4 315 0.14 0.54
Hex 99 79 91 0 15 5 28 13B E 36
Octal 231 171 221 0 25 5 50 473 16 66
Binary 10011001 1111001 10010001 0 10101 101 101000 100111011 1110 110110

Color Harmonies of #997991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997991

Black with #997991

Text Example


Text Example

White with #997991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997991; }

 p { color: rgb(153,121,145); }

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

background-color css

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

 a { background-color: rgb(153,121,145); }

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

border-color css

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

 span { border-color: rgb(153,121,145); }

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