#93838B

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

Shades of Mountbatten Pink #93838B

Tints of Mountbatten Pink #93838B

Color information

#93838B (or 0x93838B) is unknown color: approx Mountbatten Pink. HEX triplet: 93, 83 and 8B. RGB value is (147,131,139). Sum of RGB (Red+Green+Blue) = 147+131+139=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93838B is #6C7C74. Grayscale: #888888. Windows color (decimal): -7109749 or 9143187. OLE color: 9143187.

HSL color Cylindrical-coordinate representation of color #93838B: hue angle of 330º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #93838B is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB147131139-
CMYK00.110.050.42
HSL330º6.9%54.51%-
HSV(B)330º10.88%57.65%-
XYZ24.8124.327.81-
YUV136.7129.3135.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 131 (51.56% from 255) = 31.41%
BLUE value IS 139 (54.69% from 255) = 33.33%
R=35.25%
G=31.41%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713113900.110.050.423306.954.51
Hex93838B0B52A14a737
Octal223203213013552512767
Binary10010011100000111000101101011101101010101001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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