#93758B

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

Shades of Mountbatten Pink #93758B

Tints of Mountbatten Pink #93758B

Color information

#93758B (or 0x93758B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 75 and 8B. RGB value is (147,117,139). Sum of RGB (Red+Green+Blue) = 147+117+139=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 117 (46.09% from 255 or 29.03% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 147 - color contains mainly: red. Hex color #93758B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93758B is #6C8A74. Grayscale: #808080. Windows color (decimal): -7113333 or 9139603. OLE color: 9139603.

HSL color Cylindrical-coordinate representation of color #93758B: hue angle of 316º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93758B is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147117139-
CMYK00.200.050.42
HSL316º12.2%51.76%-
HSV(B)316º20.41%57.65%-
XYZ23.0520.7927.22-
YUV128.48133.94141.21-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.48%
GREEN value IS 117 (46.09% from 255) = 29.03%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=36.48%
G=29.03%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711713900.200.050.4231612.251.76
Hex93758B01452A13cc34
Octal2231652130245524741464
Binary100100111110101100010110101001011010101001111001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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