#996990

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

Shades of Mountbatten Pink #996990

Tints of Mountbatten Pink #996990

Color information

#996990 (or 0x996990) is unknown color: approx Mountbatten Pink. HEX triplet: 99, 69 and 90. RGB value is (153,105,144). Sum of RGB (Red+Green+Blue) = 153+105+144=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #996990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996990 is #66966F. Grayscale: #7B7B7B. Windows color (decimal): -6723184 or 9464217. OLE color: 9464217.

HSL color Cylindrical-coordinate representation of color #996990: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996990 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB153105144-
CMYK00.310.060.4
HSL311.25º19.05%50.59%-
HSV(B)311.25º31.37%60%-
XYZ23.2218.8928.81-
YUV123.8139.4148.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.06%
GREEN value IS 105 (41.41% from 255) = 26.12%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=38.06%
G=26.12%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310514400.310.060.4311.2519.0550.59
Hex99699001F6281371333
Octal2311512200376504672363
Binary1001100111010011001000001111111010100010011011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996990; }

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

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

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

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

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

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

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

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