#93708E

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

Shades of Mountbatten Pink #93708E

Tints of Mountbatten Pink #93708E

Color information

#93708E (or 0x93708E) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 70 and 8E. RGB value is (147,112,142). Sum of RGB (Red+Green+Blue) = 147+112+142=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93708E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93708E is #6C8F71. Grayscale: #7D7D7D. Windows color (decimal): -7114610 or 9334931. OLE color: 9334931.

HSL color Cylindrical-coordinate representation of color #93708E: hue angle of 308.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93708E is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147112142-
CMYK00.240.030.42
HSL308.57º13.94%50.78%-
HSV(B)308.57º23.81%57.65%-
XYZ22.7119.7428.21-
YUV125.88137.1143.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.66%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 142 (55.86% from 255) = 35.41%
R=36.66%
G=27.93%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711214200.240.030.42308.5713.9450.78
Hex93708E01832A135e33
Octal2231602160303524651663
Binary10010011111000010001110011000111010101001101011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93708E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,112,142); }

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

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

 a { background-color: rgb(147,112,142); }

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

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

 span { border-color: rgb(147,112,142); }

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