#9C6790

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

Shades of Mountbatten Pink #9C6790

Tints of Mountbatten Pink #9C6790

Color information

#9C6790 (or 0x9C6790) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 67 and 90. RGB value is (156,103,144). Sum of RGB (Red+Green+Blue) = 156+103+144=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6790 is #63986F. Grayscale: #7B7B7B. Windows color (decimal): -6527088 or 9463708. OLE color: 9463708.

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

Color convert

RGB156103144-
CMYK00.340.080.39
HSL313.58º21.12%50.78%-
HSV(B)313.58º33.97%61.18%-
XYZ23.5918.7828.77-
YUV123.52139.56151.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.71%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=38.71%
G=25.56%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610314400.340.080.39313.5821.1250.78
Hex9C679002282713a1533
Octal23414722004210474722563
Binary100111001100111100100000100010100010011110011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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