Html Css Color HEX #97718B Mountbatten Pink

📋 copy color: '#97718B'

red 151 ◦ green 113 ◦ blue 139

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

Shades of Mountbatten Pink #97718B

Tints of Mountbatten Pink #97718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 37.47%
G = 28.04%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#97718B (or 0x97718B) is known color: Mountbatten Pink. HEX triplet: 97, 71 and 8B. RGB value is (151,113,139). Sum of RGB (Red+Green+Blue) = 151+113+139=403 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.47% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 151 - color contains mainly: red. Hex color #97718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97718B is #688E74. Grayscale: #7F7F7F. Windows color (decimal): -6852213 or 9138583. OLE color: 9138583.

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

Color convert

RGB 151 113 139 -
CMYK 0 0.25 0.08 0.41
HSL 318.95º 0.15% 0.52% -
HSV(B) 318.95º 0.25% 0.59% -
XYZ 23.33 20.25 27.11 -
YUV 127.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 151 113 139 0 0.25 0.08 0.41 318.95 0.15 0.52
Hex 97 71 8B 0 19 8 29 13F F 34
Octal 227 161 213 0 31 10 51 477 17 64
Binary 10010111 1110001 10001011 0 11001 1000 101001 100111111 1111 110100

Color Harmonies of #97718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97718B

Black with #97718B

Text Example


Text Example

White with #97718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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