#93798A

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

Shades of Mountbatten Pink #93798A

Tints of Mountbatten Pink #93798A

Color information

#93798A (or 0x93798A) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 79 and 8A. RGB value is (147,121,138). Sum of RGB (Red+Green+Blue) = 147+121+138=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 121 (47.66% from 255 or 29.80% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 147 - color contains mainly: red. Hex color #93798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93798A is #6C8675. Grayscale: #828282. Windows color (decimal): -7112310 or 9075091. OLE color: 9075091.

HSL color Cylindrical-coordinate representation of color #93798A: hue angle of 320.77º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93798A is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB147121138-
CMYK00.180.060.42
HSL320.77º10.74%52.55%-
HSV(B)320.77º17.69%57.65%-
XYZ23.4621.7127-
YUV130.71132.11139.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.21%
GREEN value IS 121 (47.66% from 255) = 29.80%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=36.21%
G=29.80%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712113800.180.060.42320.7710.7452.55
Hex93798A01262A141b35
Octal2231712120226525011365
Binary100100111111001100010100100101101010101010000011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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