#93778F

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

Shades of Mountbatten Pink #93778F

Tints of Mountbatten Pink #93778F

Color information

#93778F (or 0x93778F) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 77 and 8F. RGB value is (147,119,143). Sum of RGB (Red+Green+Blue) = 147+119+143=409 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.94% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 147 - color contains mainly: red. Hex color #93778F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93778F is #6C8870. Grayscale: #828282. Windows color (decimal): -7112817 or 9402259. OLE color: 9402259.

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

Color convert

RGB147119143-
CMYK00.190.030.42
HSL308.57º11.48%52.16%-
HSV(B)308.57º19.05%57.65%-
XYZ23.5921.3828.87-
YUV130.11135.28140.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.94%
GREEN value IS 119 (46.88% from 255) = 29.10%
BLUE value IS 143 (56.25% from 255) = 34.96%
R=35.94%
G=29.10%
B=34.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711914300.190.030.42308.5711.4852.16
Hex93778F01332A135b34
Octal2231672170233524651364
Binary10010011111011110001111010011111010101001101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93778F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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