Html Css Color HEX #997C97 Mountbatten Pink

📋 copy color: '#997C97'

red 153 ◦ green 124 ◦ blue 151

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

Shades of Mountbatten Pink #997C97

Tints of Mountbatten Pink #997C97

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 151 (59.38% from 255) = 35.28%

R = 35.75%
G = 28.97%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#997C97 (or 0x997C97) is known color: Mountbatten Pink. HEX triplet: 99, 7C and 97. RGB value is (153,124,151). Sum of RGB (Red+Green+Blue) = 153+124+151=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 153 - color contains mainly: red. Hex color #997C97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997C97 is #668368. Grayscale: #878787. Windows color (decimal): -6718313 or 9927833. OLE color: 9927833.

HSL color Cylindrical-coordinate representation of color #997C97: hue angle of 304.14º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #997C97 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 124 151 -
CMYK 0 0.19 0.01 0.4
HSL 304.14º 0.12% 0.54% -
HSV(B) 304.14º 0.19% 0.6% -
XYZ 25.93 23.42 32.43 -
YUV 135.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 153 124 151 0 0.19 0.01 0.4 304.14 0.12 0.54
Hex 99 7C 97 0 13 1 28 130 C 36
Octal 231 174 227 0 23 1 50 460 14 66
Binary 10011001 1111100 10010111 0 10011 1 101000 100110000 1100 110110

Color Harmonies of #997C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997C97

Black with #997C97

Text Example


Text Example

White with #997C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997C97; }

 p { color: rgb(153,124,151); }

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

background-color css

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

 a { background-color: rgb(153,124,151); }

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

border-color css

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

 span { border-color: rgb(153,124,151); }

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