#93718F

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

Shades of Mountbatten Pink #93718F

Tints of Mountbatten Pink #93718F

Color information

#93718F (or 0x93718F) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 71 and 8F. RGB value is (147,113,143). Sum of RGB (Red+Green+Blue) = 147+113+143=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 143 (56.25% from 255 or 35.48% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93718F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93718F is #6C8E70. Grayscale: #7E7E7E. Windows color (decimal): -7114353 or 9400723. OLE color: 9400723.

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

Color convert

RGB147113143-
CMYK00.230.030.42
HSL307.06º13.6%50.98%-
HSV(B)307.06º23.13%57.65%-
XYZ22.92028.64-
YUV126.59137.26142.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 143 (56.25% from 255) = 35.48%
R=36.48%
G=28.04%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711314300.230.030.42307.0613.650.98
Hex93718F01732A133e33
Octal2231612170273524631663
Binary10010011111000110001111010111111010101001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93718F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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