Html Css Color HEX #997389 Mountbatten Pink

📋 copy color: '#997389'

red 153 ◦ green 115 ◦ blue 137

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

Shades of Mountbatten Pink #997389

Tints of Mountbatten Pink #997389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.83%

R = 37.78%
G = 28.4%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#997389 (or 0x997389) is known color: Mountbatten Pink. HEX triplet: 99, 73 and 89. RGB value is (153,115,137). Sum of RGB (Red+Green+Blue) = 153+115+137=405 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.78% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 137 (53.91% from 255 or 33.83% from 405); Max value from RGB is 153 - color contains mainly: red. Hex color #997389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997389 is #668C76. Grayscale: #808080. Windows color (decimal): -6720631 or 9008025. OLE color: 9008025.

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

Color convert

RGB 153 115 137 -
CMYK 0 0.25 0.10 0.4
HSL 325.26º 0.16% 0.53% -
HSV(B) 325.26º 0.25% 0.6% -
XYZ 23.78 20.84 26.44 -
YUV 128.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 153 115 137 0 0.25 0.10 0.4 325.26 0.16 0.53
Hex 99 73 89 0 19 A 28 145 10 35
Octal 231 163 211 0 31 12 50 505 20 65
Binary 10011001 1110011 10001001 0 11001 1010 101000 101000101 10000 110101

Color Harmonies of #997389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997389

Black with #997389

Text Example


Text Example

White with #997389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997389; }

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

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

background-color css

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

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

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

border-color css

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

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

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