#96758E

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

Shades of Mountbatten Pink #96758E

Tints of Mountbatten Pink #96758E

Color information

#96758E (or 0x96758E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 75 and 8E. RGB value is (150,117,142). Sum of RGB (Red+Green+Blue) = 150+117+142=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #96758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758E is #698A71. Grayscale: #818181. Windows color (decimal): -6916722 or 9336214. OLE color: 9336214.

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

Color convert

RGB150117142-
CMYK00.220.050.41
HSL314.55º13.58%52.35%-
HSV(B)314.55º22%58.82%-
XYZ23.8221.1628.42-
YUV129.72134.93142.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 142 (55.86% from 255) = 34.72%
R=36.67%
G=28.61%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011714200.220.050.41314.5513.5852.35
Hex96758E01652913be34
Octal2261652160265514731664
Binary100101101110101100011100101101011010011001110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96758E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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