#9C7B8E

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

Shades of Mountbatten Pink #9C7B8E

Tints of Mountbatten Pink #9C7B8E

Color information

#9C7B8E (or 0x9C7B8E) is unknown color: approx Mountbatten Pink. HEX triplet: 9C, 7B and 8E. RGB value is (156,123,142). Sum of RGB (Red+Green+Blue) = 156+123+142=421 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.05% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7B8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7B8E is #638471. Grayscale: #868686. Windows color (decimal): -6521970 or 9337756. OLE color: 9337756.

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

Color convert

RGB156123142-
CMYK00.210.090.39
HSL325.45º14.29%54.71%-
HSV(B)325.45º21.15%61.18%-
XYZ25.6823.1928.71-
YUV135.03131.93142.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.05%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=37.05%
G=29.22%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15612314200.210.090.39325.4514.2954.71
Hex9C7B8E015927145e37
Octal23417321602511475051667
Binary1001110011110111000111001010110011001111010001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C7B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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