#9C758D

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

Shades of Mountbatten Pink #9C758D

Tints of Mountbatten Pink #9C758D

Color information

#9C758D (or 0x9C758D) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 75 and 8D. RGB value is (156,117,141). Sum of RGB (Red+Green+Blue) = 156+117+141=414 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.68% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 156 - color contains mainly: red. Hex color #9C758D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C758D is #638A72. Grayscale: #838383. Windows color (decimal): -6523507 or 9270684. OLE color: 9270684.

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

Color convert

RGB156117141-
CMYK00.250.100.39
HSL323.08º16.46%53.53%-
HSV(B)323.08º25%61.18%-
XYZ24.8821.7128.08-
YUV131.4133.42145.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.68%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 141 (55.47% from 255) = 34.06%
R=37.68%
G=28.26%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611714100.250.100.39323.0816.4653.53
Hex9C758D019A271431036
Octal23416521503112475032066
Binary10011100111010110001101011001101010011110100001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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