Html Css Color HEX #97718D Mountbatten Pink

📋 copy color: '#97718D'

red 151 ◦ green 113 ◦ blue 141

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

Shades of Mountbatten Pink #97718D

Tints of Mountbatten Pink #97718D

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 37.28%
G = 27.9%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#97718D (or 0x97718D) is known color: Mountbatten Pink. HEX triplet: 97, 71 and 8D. RGB value is (151,113,141). Sum of RGB (Red+Green+Blue) = 151+113+141=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #97718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97718D is #688E72. Grayscale: #7F7F7F. Windows color (decimal): -6852211 or 9269655. OLE color: 9269655.

HSL color Cylindrical-coordinate representation of color #97718D: hue angle of 315.79º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97718D is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 141 -
CMYK 0 0.25 0.07 0.41
HSL 315.79º 0.15% 0.52% -
HSV(B) 315.79º 0.25% 0.59% -
XYZ 23.48 20.31 27.88 -
YUV 127.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 151 113 141 0 0.25 0.07 0.41 315.79 0.15 0.52
Hex 97 71 8D 0 19 7 29 13C F 34
Octal 227 161 215 0 31 7 51 474 17 64
Binary 10010111 1110001 10001101 0 11001 111 101001 100111100 1111 110100

Color Harmonies of #97718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97718D

Black with #97718D

Text Example


Text Example

White with #97718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97718D; }

 p { color: rgb(151,113,141); }

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

background-color css

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

 a { background-color: rgb(151,113,141); }

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

border-color css

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

 span { border-color: rgb(151,113,141); }

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