Html Css Color HEX #997391 Mountbatten Pink

📋 copy color: '#997391'

red 153 ◦ green 115 ◦ blue 145

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

Shades of Mountbatten Pink #997391

Tints of Mountbatten Pink #997391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.85%

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

R = 37.05%
G = 27.85%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#997391 (or 0x997391) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 91. RGB value is (153,115,145). Sum of RGB (Red+Green+Blue) = 153+115+145=413 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.05% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 153 - color contains mainly: red. Hex color #997391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997391 is #668C6E. Grayscale: #818181. Windows color (decimal): -6720623 or 9532313. OLE color: 9532313.

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

Color convert

RGB 153 115 145 -
CMYK 0 0.25 0.05 0.4
HSL 312.63º 0.16% 0.53% -
HSV(B) 312.63º 0.25% 0.6% -
XYZ 24.38 21.08 29.57 -
YUV 129.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 153 115 145 0 0.25 0.05 0.4 312.63 0.16 0.53
Hex 99 73 91 0 19 5 28 139 10 35
Octal 231 163 221 0 31 5 50 471 20 65
Binary 10011001 1110011 10010001 0 11001 101 101000 100111001 10000 110101

Color Harmonies of #997391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997391

Black with #997391

Text Example


Text Example

White with #997391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997391; }

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

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

background-color css

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

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

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

border-color css

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

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

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