#9C7690

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

Shades of Mountbatten Pink #9C7690

Tints of Mountbatten Pink #9C7690

Color information

#9C7690 (or 0x9C7690) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 76 and 90. RGB value is (156,118,144). Sum of RGB (Red+Green+Blue) = 156+118+144=418 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.32% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7690 is #63896F. Grayscale: #848484. Windows color (decimal): -6523248 or 9467548. OLE color: 9467548.

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

Color convert

RGB156118144-
CMYK00.240.080.39
HSL318.95º16.1%53.73%-
HSV(B)318.95º24.36%61.18%-
XYZ25.2222.0429.31-
YUV132.33134.59144.89-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.32%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 144 (56.64% from 255) = 34.45%
R=37.32%
G=28.23%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15611814400.240.080.39318.9516.153.73
Hex9C769001882713f1036
Octal23416622003010474772066
Binary10011100111011010010000011000100010011110011111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,118,144); }

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

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

 a { background-color: rgb(156,118,144); }

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

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

 span { border-color: rgb(156,118,144); }

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