#9C7595

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

Shades of Mountbatten Pink #9C7595

Tints of Mountbatten Pink #9C7595

Color information

#9C7595 (or 0x9C7595) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 95. RGB value is (156,117,149). Sum of RGB (Red+Green+Blue) = 156+117+149=422 (55% of max value = 765). Red value is 156 (61.33% from 255 or 36.97% from 422); Green value is 117 (46.09% from 255 or 27.73% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7595 is #638A6A. Grayscale: #848484. Windows color (decimal): -6523499 or 9794972. OLE color: 9794972.

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

Color convert

RGB156117149-
CMYK00.250.040.39
HSL310.77º16.46%53.53%-
HSV(B)310.77º25%61.18%-
XYZ25.521.9631.33-
YUV132.31137.42144.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.97%
GREEN value IS 117 (46.09% from 255) = 27.73%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=36.97%
G=27.73%
B=35.31%

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
Decimal15611714900.250.040.39310.7716.4653.53
Hex9C75950194271371036
Octal2341652250314474672066
Binary1001110011101011001010101100110010011110011011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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