#93708A

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

Shades of Mountbatten Pink #93708A

Tints of Mountbatten Pink #93708A

Color information

#93708A (or 0x93708A) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 70 and 8A. RGB value is (147,112,138). Sum of RGB (Red+Green+Blue) = 147+112+138=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 147 - color contains mainly: red. Hex color #93708A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93708A is #6C8F75. Grayscale: #7D7D7D. Windows color (decimal): -7114614 or 9072787. OLE color: 9072787.

HSL color Cylindrical-coordinate representation of color #93708A: hue angle of 315.43º 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 #93708A is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147112138-
CMYK00.240.060.42
HSL315.43º13.94%50.78%-
HSV(B)315.43º23.81%57.65%-
XYZ22.4119.6326.65-
YUV125.43135.1143.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.03%
GREEN value IS 112 (44.14% from 255) = 28.21%
BLUE value IS 138 (54.30% from 255) = 34.76%
R=37.03%
G=28.21%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711213800.240.060.42315.4313.9450.78
Hex93708A01862A13be33
Octal2231602120306524731663
Binary100100111110000100010100110001101010101001110111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93708A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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