#9C7897

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

Shades of Mountbatten Pink #9C7897

Tints of Mountbatten Pink #9C7897

Color information

#9C7897 (or 0x9C7897) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 78 and 97. RGB value is (156,120,151). Sum of RGB (Red+Green+Blue) = 156+120+151=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7897 is #638768. Grayscale: #868686. Windows color (decimal): -6522729 or 9926812. OLE color: 9926812.

HSL color Cylindrical-coordinate representation of color #9C7897: hue angle of 308.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9C7897 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB156120151-
CMYK00.230.030.39
HSL308.33º15.38%54.12%-
HSV(B)308.33º23.08%61.18%-
XYZ26.0122.7432.3-
YUV134.3137.43143.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.53%
GREEN value IS 120 (47.27% from 255) = 28.10%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=36.53%
G=28.10%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612015100.230.030.39308.3315.3854.12
Hex9C7897017327134f36
Octal2341702270273474641766
Binary10011100111100010010111010111111001111001101001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C7897; }

 p { color: rgb(156,120,151); }

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

<style>
 a { background-color: #9C7897; }

 a { background-color: rgb(156,120,151); }

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

<style>
 span { border-color: #9C7897; }

 span { border-color: rgb(156,120,151); }

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