Html Css Color HEX #97718F Mountbatten Pink

📋 copy color: '#97718F'

red 151 ◦ green 113 ◦ blue 143

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

Shades of Mountbatten Pink #97718F

Tints of Mountbatten Pink #97718F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.14%

R = 37.1%
G = 27.76%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#97718F (or 0x97718F) is known color: Mountbatten Pink. HEX triplet: 97, 71 and 8F. RGB value is (151,113,143). Sum of RGB (Red+Green+Blue) = 151+113+143=407 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.10% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 151 - color contains mainly: red. Hex color #97718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97718F is #688E70. Grayscale: #7F7F7F. Windows color (decimal): -6852209 or 9400727. OLE color: 9400727.

HSL color Cylindrical-coordinate representation of color #97718F: hue angle of 312.63º 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 #97718F is Cyan = 0, Magento = 0.25, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 113 143 -
CMYK 0 0.25 0.05 0.41
HSL 312.63º 0.15% 0.52% -
HSV(B) 312.63º 0.25% 0.59% -
XYZ 23.63 20.37 28.67 -
YUV 127.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 151 113 143 0 0.25 0.05 0.41 312.63 0.15 0.52
Hex 97 71 8F 0 19 5 29 139 F 34
Octal 227 161 217 0 31 5 51 471 17 64
Binary 10010111 1110001 10001111 0 11001 101 101001 100111001 1111 110100

Color Harmonies of #97718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97718F

Black with #97718F

Text Example


Text Example

White with #97718F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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