#996D8E

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

Shades of Mountbatten Pink #996D8E

Tints of Mountbatten Pink #996D8E

Color information

#996D8E (or 0x996D8E) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 6D and 8E. RGB value is (153,109,142). Sum of RGB (Red+Green+Blue) = 153+109+142=404 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.87% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 153 - color contains mainly: red. Hex color #996D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D8E is #669271. Grayscale: #7D7D7D. Windows color (decimal): -6722162 or 9334169. OLE color: 9334169.

HSL color Cylindrical-coordinate representation of color #996D8E: hue angle of 315º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #996D8E is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153109142-
CMYK00.290.070.4
HSL315º17.74%51.37%-
HSV(B)315º28.76%60%-
XYZ23.4919.6628.15-
YUV125.92137.08147.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.87%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 142 (55.86% from 255) = 35.15%
R=37.87%
G=26.98%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310914200.290.070.431517.7451.37
Hex996D8E01D72813b1233
Octal2311552160357504732263
Binary1001100111011011000111001110111110100010011101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996D8E; }

 p { color: rgb(153,109,142); }

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

<style>
 a { background-color: #996D8E; }

 a { background-color: rgb(153,109,142); }

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

<style>
 span { border-color: #996D8E; }

 span { border-color: rgb(153,109,142); }

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