#9C6B91

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

Shades of Mountbatten Pink #9C6B91

Tints of Mountbatten Pink #9C6B91

Color information

#9C6B91 (or 0x9C6B91) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 6B and 91. RGB value is (156,107,145). Sum of RGB (Red+Green+Blue) = 156+107+145=408 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.24% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B91 is #63946E. Grayscale: #7D7D7D. Windows color (decimal): -6526063 or 9530268. OLE color: 9530268.

HSL color Cylindrical-coordinate representation of color #9C6B91: hue angle of 313.47º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B91 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB156107145-
CMYK00.310.070.39
HSL313.47º19.84%51.57%-
HSV(B)313.47º31.41%61.18%-
XYZ24.0819.6329.31-
YUV125.98138.73149.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 38.24%
GREEN value IS 107 (42.19% from 255) = 26.23%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=38.24%
G=26.23%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15610714500.310.070.39313.4719.8451.57
Hex9C6B9101F7271391434
Octal2341532210377474712464
Binary1001110011010111001000101111111110011110011100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,107,145); }

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

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

 a { background-color: rgb(156,107,145); }

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

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

 span { border-color: rgb(156,107,145); }

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