#96798F

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

Shades of Mountbatten Pink #96798F

Tints of Mountbatten Pink #96798F

Color information

#96798F (or 0x96798F) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 79 and 8F. RGB value is (150,121,143). Sum of RGB (Red+Green+Blue) = 150+121+143=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #96798F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96798F is #698670. Grayscale: #848484. Windows color (decimal): -6915697 or 9402774. OLE color: 9402774.

HSL color Cylindrical-coordinate representation of color #96798F: hue angle of 314.48º 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 #96798F is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB150121143-
CMYK00.190.050.41
HSL314.48º12.13%53.14%-
HSV(B)314.48º19.33%58.82%-
XYZ24.3722.1428.98-
YUV132.18134.11140.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 143 (56.25% from 255) = 34.54%
R=36.23%
G=29.23%
B=34.54%

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
Decimal15012114300.190.050.41314.4812.1353.14
Hex96798F01352913ac35
Octal2261712170235514721465
Binary100101101111001100011110100111011010011001110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96798F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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