#9C7596

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

Shades of Mountbatten Pink #9C7596

Tints of Mountbatten Pink #9C7596

Color information

#9C7596 (or 0x9C7596) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 96. RGB value is (156,117,150). Sum of RGB (Red+Green+Blue) = 156+117+150=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7596 is #638A69. Grayscale: #848484. Windows color (decimal): -6523498 or 9860508. OLE color: 9860508.

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

Color convert

RGB156117150-
CMYK00.250.040.39
HSL309.23º16.46%53.53%-
HSV(B)309.23º25%61.18%-
XYZ25.5821.9931.75-
YUV132.42137.92144.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 117 (46.09% from 255) = 27.66%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=36.88%
G=27.66%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611715000.250.040.39309.2316.4653.53
Hex9C75960194271351036
Octal2341652260314474652066
Binary1001110011101011001011001100110010011110011010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,117,150); }

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

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

 a { background-color: rgb(156,117,150); }

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

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

 span { border-color: rgb(156,117,150); }

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