#93728F

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

Shades of Mountbatten Pink #93728F

Tints of Mountbatten Pink #93728F

Color information

#93728F (or 0x93728F) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 72 and 8F. RGB value is (147,114,143). Sum of RGB (Red+Green+Blue) = 147+114+143=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 114 (44.92% from 255 or 28.22% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 147 - color contains mainly: red. Hex color #93728F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93728F is #6C8D70. Grayscale: #7F7F7F. Windows color (decimal): -7114097 or 9400979. OLE color: 9400979.

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

Color convert

RGB147114143-
CMYK00.220.030.42
HSL307.27º13.25%51.18%-
HSV(B)307.27º22.45%57.65%-
XYZ23.0120.2228.68-
YUV127.17136.93142.14-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.39%
GREEN value IS 114 (44.92% from 255) = 28.22%
BLUE value IS 143 (56.25% from 255) = 35.40%
R=36.39%
G=28.22%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711414300.220.030.42307.2713.2551.18
Hex93728F01632A133d33
Octal2231622170263524631563
Binary10010011111001010001111010110111010101001100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93728F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,114,143); }

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

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

 a { background-color: rgb(147,114,143); }

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

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

 span { border-color: rgb(147,114,143); }

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