#96758B

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

Shades of Mountbatten Pink #96758B

Tints of Mountbatten Pink #96758B

Color information

#96758B (or 0x96758B) is unknown color: approx Mountbatten Pink. HEX triplet: 96, 75 and 8B. RGB value is (150,117,139). Sum of RGB (Red+Green+Blue) = 150+117+139=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #96758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96758B is #698A74. Grayscale: #818181. Windows color (decimal): -6916725 or 9139606. OLE color: 9139606.

HSL color Cylindrical-coordinate representation of color #96758B: hue angle of 320º 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 #96758B is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB150117139-
CMYK00.220.070.41
HSL320º13.58%52.35%-
HSV(B)320º22%58.82%-
XYZ23.621.0727.25-
YUV129.38133.43142.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 139 (54.69% from 255) = 34.24%
R=36.95%
G=28.82%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011713900.220.070.4132013.5852.35
Hex96758B016729140e34
Octal2261652130267515001664
Binary100101101110101100010110101101111010011010000001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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