#996F8B

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

Shades of Mountbatten Pink #996F8B

Tints of Mountbatten Pink #996F8B

Color information

#996F8B (or 0x996F8B) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 6F and 8B. RGB value is (153,111,139). Sum of RGB (Red+Green+Blue) = 153+111+139=403 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.97% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 153 - color contains mainly: red. Hex color #996F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996F8B is #669074. Grayscale: #7E7E7E. Windows color (decimal): -6721653 or 9138073. OLE color: 9138073.

HSL color Cylindrical-coordinate representation of color #996F8B: hue angle of 320º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #996F8B is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB153111139-
CMYK00.270.090.4
HSL320º17.07%51.76%-
HSV(B)320º27.45%60%-
XYZ23.4820.0127.05-
YUV126.75134.91146.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 37.97%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=37.97%
G=27.54%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311113900.270.090.432017.0751.76
Hex996F8B01B9281401134
Octal23115721303311505002164
Binary10011001110111110001011011011100110100010100000010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,139); }

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

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

 a { background-color: rgb(153,111,139); }

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

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

 span { border-color: rgb(153,111,139); }

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