#9C7F94

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

Shades of Mountbatten Pink #9C7F94

Tints of Mountbatten Pink #9C7F94

Color information

#9C7F94 (or 0x9C7F94) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7F and 94. RGB value is (156,127,148). Sum of RGB (Red+Green+Blue) = 156+127+148=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 127 (50% from 255 or 29.47% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7F94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7F94 is #63806B. Grayscale: #8A8A8A. Windows color (decimal): -6520940 or 9731996. OLE color: 9731996.

HSL color Cylindrical-coordinate representation of color #9C7F94: hue angle of 316.55º 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 #9C7F94 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB156127148-
CMYK00.190.050.39
HSL316.55º12.78%55.49%-
HSV(B)316.55º18.59%61.18%-
XYZ26.6424.3831.32-
YUV138.06133.61140.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 127 (50% from 255) = 29.47%
BLUE value IS 148 (58.20% from 255) = 34.34%
R=36.19%
G=29.47%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612714800.190.050.39316.5512.7855.49
Hex9C7F9401352713dd37
Octal2341772240235474751567
Binary100111001111111100101000100111011001111001111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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