#96768E

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

Shades of Mountbatten Pink #96768E

Tints of Mountbatten Pink #96768E

Color information

#96768E (or 0x96768E) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 76 and 8E. RGB value is (150,118,142). Sum of RGB (Red+Green+Blue) = 150+118+142=410 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.59% from 410); Green value is 118 (46.48% from 255 or 28.78% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 150 - color contains mainly: red. Hex color #96768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768E is #698971. Grayscale: #828282. Windows color (decimal): -6916466 or 9336470. OLE color: 9336470.

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

Color convert

RGB150118142-
CMYK00.210.050.41
HSL315º13.22%52.55%-
HSV(B)315º21.33%58.82%-
XYZ23.9421.3928.46-
YUV130.3134.6142.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.59%
GREEN value IS 118 (46.48% from 255) = 28.78%
BLUE value IS 142 (55.86% from 255) = 34.63%
R=36.59%
G=28.78%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011814200.210.050.4131513.2252.55
Hex96768E01552913bd35
Octal2261662160255514731565
Binary100101101110110100011100101011011010011001110111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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