#976D8C

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

Shades of Mountbatten Pink #976D8C

Tints of Mountbatten Pink #976D8C

Color information

#976D8C (or 0x976D8C) is unknown color: approx Mountbatten Pink. HEX triplet: 97, 6D and 8C. RGB value is (151,109,140). Sum of RGB (Red+Green+Blue) = 151+109+140=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #976D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #976D8C is #689273. Grayscale: #7D7D7D. Windows color (decimal): -6853236 or 9203095. OLE color: 9203095.

HSL color Cylindrical-coordinate representation of color #976D8C: hue angle of 315.71º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #976D8C is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB151109140-
CMYK00.280.070.41
HSL315.71º16.8%50.98%-
HSV(B)315.71º27.81%59.22%-
XYZ22.9619.4127.35-
YUV125.09136.41146.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 37.75%
GREEN value IS 109 (42.97% from 255) = 27.25%
BLUE value IS 140 (55.08% from 255) = 35%
R=37.75%
G=27.25%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110914000.280.070.41315.7116.850.98
Hex976D8C01C72913c1133
Octal2271552140347514742163
Binary1001011111011011000110001110011110100110011110010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976D8C; }

 p { color: rgb(151,109,140); }

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

<style>
 a { background-color: #976D8C; }

 a { background-color: rgb(151,109,140); }

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

<style>
 span { border-color: #976D8C; }

 span { border-color: rgb(151,109,140); }

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