#96798E

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

Shades of Mountbatten Pink #96798E

Tints of Mountbatten Pink #96798E

Color information

#96798E (or 0x96798E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 79 and 8E. RGB value is (150,121,142). Sum of RGB (Red+Green+Blue) = 150+121+142=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 121 (47.66% from 255 or 29.30% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #96798E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798E is #698671. Grayscale: #848484. Windows color (decimal): -6915698 or 9337238. OLE color: 9337238.

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

Color convert

RGB150121142-
CMYK00.190.050.41
HSL316.55º12.13%53.14%-
HSV(B)316.55º19.33%58.82%-
XYZ24.322.1128.58-
YUV132.06133.61140.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.32%
GREEN value IS 121 (47.66% from 255) = 29.30%
BLUE value IS 142 (55.86% from 255) = 34.38%
R=36.32%
G=29.30%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012114200.190.050.41316.5512.1353.14
Hex96798E01352913dc35
Octal2261712160235514751465
Binary100101101111001100011100100111011010011001111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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