#9C7B91

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

Shades of Mountbatten Pink #9C7B91

Tints of Mountbatten Pink #9C7B91

Color information

#9C7B91 (or 0x9C7B91) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7B and 91. RGB value is (156,123,145). Sum of RGB (Red+Green+Blue) = 156+123+145=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B91 is #63846E. Grayscale: #878787. Windows color (decimal): -6521967 or 9534364. OLE color: 9534364.

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

Color convert

RGB156123145-
CMYK00.210.070.39
HSL320º14.29%54.71%-
HSV(B)320º21.15%61.18%-
XYZ25.923.2829.92-
YUV135.38133.43142.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=36.79%
G=29.01%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612314500.210.070.3932014.2954.71
Hex9C7B91015727140e37
Octal2341732210257475001667
Binary100111001111011100100010101011111001111010000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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