#9C7894

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

Shades of Mountbatten Pink #9C7894

Tints of Mountbatten Pink #9C7894

Color information

#9C7894 (or 0x9C7894) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 78 and 94. RGB value is (156,120,148). Sum of RGB (Red+Green+Blue) = 156+120+148=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7894 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7894 is #63876B. Grayscale: #858585. Windows color (decimal): -6522732 or 9730204. OLE color: 9730204.

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

Color convert

RGB156120148-
CMYK00.230.050.39
HSL313.33º15.38%54.12%-
HSV(B)313.33º23.08%61.18%-
XYZ25.7722.6431.03-
YUV133.96135.93143.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 120 (47.27% from 255) = 28.30%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=36.79%
G=28.30%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612014800.230.050.39313.3315.3854.12
Hex9C7894017527139f36
Octal2341702240275474711766
Binary100111001111000100101000101111011001111001110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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