#97698D

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

Shades of Mountbatten Pink #97698D

Tints of Mountbatten Pink #97698D

Color information

#97698D (or 0x97698D) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 69 and 8D. RGB value is (151,105,141). Sum of RGB (Red+Green+Blue) = 151+105+141=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #97698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97698D is #689672. Grayscale: #7A7A7A. Windows color (decimal): -6854259 or 9267607. OLE color: 9267607.

HSL color Cylindrical-coordinate representation of color #97698D: hue angle of 313.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97698D is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151105141-
CMYK00.300.070.41
HSL313.04º18.11%50.2%-
HSV(B)313.04º30.46%59.22%-
XYZ22.6218.6127.6-
YUV122.86138.24148.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.04%
GREEN value IS 105 (41.41% from 255) = 26.45%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=38.04%
G=26.45%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110514100.300.070.41313.0418.1150.2
Hex97698D01E7291391232
Octal2271512150367514712262
Binary1001011111010011000110101111011110100110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97698D;
 }
 .AnyTagClassName
 {
   color: #97698D;
 }
</style>
background-color css

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

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

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

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

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

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