Html Css Color HEX #997491 Mountbatten Pink

📋 copy color: '#997491'

red 153 ◦ green 116 ◦ blue 145

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

Shades of Mountbatten Pink #997491

Tints of Mountbatten Pink #997491

RGB

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

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

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

R = 36.96%
G = 28.02%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997491 (or 0x997491) is known color: Mountbatten Pink. HEX triplet: 99, 74 and 91. RGB value is (153,116,145). Sum of RGB (Red+Green+Blue) = 153+116+145=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 145 (57.03% from 255 or 35.02% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #997491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997491 is #668B6E. Grayscale: #828282. Windows color (decimal): -6720367 or 9532569. OLE color: 9532569.

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

Color convert

RGB 153 116 145 -
CMYK 0 0.24 0.05 0.4
HSL 312.97º 0.15% 0.53% -
HSV(B) 312.97º 0.24% 0.6% -
XYZ 24.49 21.31 29.61 -
YUV 130.37 136.26 144.14 -
System Red Green Blue C M Y K H S L
Decimal 153 116 145 0 0.24 0.05 0.4 312.97 0.15 0.53
Hex 99 74 91 0 18 5 28 139 F 35
Octal 231 164 221 0 30 5 50 471 17 65
Binary 10011001 1110100 10010001 0 11000 101 101000 100111001 1111 110101

Color Harmonies of #997491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997491

Black with #997491

Text Example


Text Example

White with #997491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997491; }

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

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

background-color css

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

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

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

border-color css

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

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

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