#97718F

Color #97718F Mountbatten Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountbatten Pink #97718F

Tints of Mountbatten Pink #97718F

Color information

#97718F (or 0x97718F) is unknown color: approx 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

RGB151113143-
CMYK00.250.050.41
HSL312.63º15.45%51.76%-
HSV(B)312.63º25.17%59.22%-
XYZ23.6320.3728.67-
YUV127.78136.59144.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.10%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 143 (56.25% from 255) = 35.14%
R=37.10%
G=27.76%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111314300.250.050.41312.6315.4551.76
Hex97718F019529139f34
Octal2271612170315514711764
Binary100101111110001100011110110011011010011001110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>