#96688E

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

Shades of Mountbatten Pink #96688E

Tints of Mountbatten Pink #96688E

Color information

#96688E (or 0x96688E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 68 and 8E. RGB value is (150,104,142). Sum of RGB (Red+Green+Blue) = 150+104+142=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #96688E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688E is #699771. Grayscale: #797979. Windows color (decimal): -6920050 or 9332886. OLE color: 9332886.

HSL color Cylindrical-coordinate representation of color #96688E: hue angle of 310.43º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96688E is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150104142-
CMYK00.310.050.41
HSL310.43º18.11%49.8%-
HSV(B)310.43º30.67%58.82%-
XYZ22.4118.3427.95-
YUV122.09139.24147.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 104 (41.02% from 255) = 26.26%
BLUE value IS 142 (55.86% from 255) = 35.86%
R=37.88%
G=26.26%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010414200.310.050.41310.4318.1149.8
Hex96688E01F5291361232
Octal2261502160375514662262
Binary1001011011010001000111001111110110100110011011010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96688E; }

 p { color: rgb(150,104,142); }

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

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

 a { background-color: rgb(150,104,142); }

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

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

 span { border-color: rgb(150,104,142); }

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