#96808E

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

Shades of Mountbatten Pink #96808E

Tints of Mountbatten Pink #96808E

Color information

#96808E (or 0x96808E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 80 and 8E. RGB value is (150,128,142). Sum of RGB (Red+Green+Blue) = 150+128+142=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #96808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96808E is #697F71. Grayscale: #888888. Windows color (decimal): -6913906 or 9339030. OLE color: 9339030.

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

Color convert

RGB150128142-
CMYK00.150.050.41
HSL321.82º9.48%54.51%-
HSV(B)321.82º14.67%58.82%-
XYZ25.1823.8828.87-
YUV136.17131.29137.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 128 (50.39% from 255) = 30.48%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=35.71%
G=30.48%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012814200.150.050.41321.829.4854.51
Hex96808E0F529142937
Octal2262002160175515021167
Binary100101101000000010001110011111011010011010000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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