#96768F

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

Shades of Mountbatten Pink #96768F

Tints of Mountbatten Pink #96768F

Color information

#96768F (or 0x96768F) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 76 and 8F. RGB value is (150,118,143). Sum of RGB (Red+Green+Blue) = 150+118+143=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 150 - color contains mainly: red. Hex color #96768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96768F is #698970. Grayscale: #828282. Windows color (decimal): -6916465 or 9402006. OLE color: 9402006.

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

Color convert

RGB150118143-
CMYK00.210.050.41
HSL313.12º13.22%52.55%-
HSV(B)313.12º21.33%58.82%-
XYZ24.0121.4228.86-
YUV130.42135.1141.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.50%
GREEN value IS 118 (46.48% from 255) = 28.71%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=36.50%
G=28.71%
B=34.79%

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
Decimal15011814300.210.050.41313.1213.2252.55
Hex96768F015529139d35
Octal2261662170255514711565
Binary100101101110110100011110101011011010011001110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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