#9C7F95

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

Shades of Mountbatten Pink #9C7F95

Tints of Mountbatten Pink #9C7F95

Color information

#9C7F95 (or 0x9C7F95) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7F and 95. RGB value is (156,127,149). Sum of RGB (Red+Green+Blue) = 156+127+149=432 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.11% from 432); Green value is 127 (50% from 255 or 29.40% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F95 is #63806A. Grayscale: #8A8A8A. Windows color (decimal): -6520939 or 9797532. OLE color: 9797532.

HSL color Cylindrical-coordinate representation of color #9C7F95: hue angle of 314.48º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9C7F95 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB156127149-
CMYK00.190.040.39
HSL314.48º12.78%55.49%-
HSV(B)314.48º18.59%61.18%-
XYZ26.7224.4231.74-
YUV138.18134.11140.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.11%
GREEN value IS 127 (50% from 255) = 29.40%
BLUE value IS 149 (58.59% from 255) = 34.49%
R=36.11%
G=29.40%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612714900.190.040.39314.4812.7855.49
Hex9C7F9501342713ad37
Octal2341772250234474721567
Binary100111001111111100101010100111001001111001110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,127,149); }

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

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

 a { background-color: rgb(156,127,149); }

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

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

 span { border-color: rgb(156,127,149); }

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