#996D90

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

Shades of Mountbatten Pink #996D90

Tints of Mountbatten Pink #996D90

Color information

#996D90 (or 0x996D90) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 6D and 90. RGB value is (153,109,144). Sum of RGB (Red+Green+Blue) = 153+109+144=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 153 - color contains mainly: red. Hex color #996D90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996D90 is #66926F. Grayscale: #7E7E7E. Windows color (decimal): -6722160 or 9465241. OLE color: 9465241.

HSL color Cylindrical-coordinate representation of color #996D90: hue angle of 312.27º 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 #996D90 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153109144-
CMYK00.290.060.4
HSL312.27º17.74%51.37%-
HSV(B)312.27º28.76%60%-
XYZ23.6419.7228.95-
YUV126.15138.08147.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.68%
GREEN value IS 109 (42.97% from 255) = 26.85%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=37.68%
G=26.85%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310914400.290.060.4312.2717.7451.37
Hex996D9001D6281381233
Octal2311552200356504702263
Binary1001100111011011001000001110111010100010011100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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