#97698F

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

Shades of Mountbatten Pink #97698F

Tints of Mountbatten Pink #97698F

Color information

#97698F (or 0x97698F) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 69 and 8F. RGB value is (151,105,143). Sum of RGB (Red+Green+Blue) = 151+105+143=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #97698F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97698F is #689670. Grayscale: #7A7A7A. Windows color (decimal): -6854257 or 9398679. OLE color: 9398679.

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

Color convert

RGB151105143-
CMYK00.300.050.41
HSL310.43º18.11%50.2%-
HSV(B)310.43º30.46%59.22%-
XYZ22.7718.6728.39-
YUV123.09139.24147.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.84%
GREEN value IS 105 (41.41% from 255) = 26.32%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=37.84%
G=26.32%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110514300.300.050.41310.4318.1150.2
Hex97698F01E5291361232
Octal2271512170365514662262
Binary1001011111010011000111101111010110100110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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