Html Css Color HEX #93708B Mountbatten Pink

📋 copy color: '#93708B'

red 147 ◦ green 112 ◦ blue 139

#93708B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountbatten Pink #93708B

Tints of Mountbatten Pink #93708B

RGB

 RED value IS 147 (57.81% from 255) = 36.93%

 GREEN value IS 112 (44.14% from 255) = 28.14%

 BLUE value IS 139 (54.69% from 255) = 34.92%

R = 36.93%
G = 28.14%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93708B (or 0x93708B) is known color: Mountbatten Pink. HEX triplet: 93, 70 and 8B. RGB value is (147,112,139). Sum of RGB (Red+Green+Blue) = 147+112+139=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 139 (54.69% from 255 or 34.92% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #93708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93708B is #6C8F74. Grayscale: #7D7D7D. Windows color (decimal): -7114613 or 9138323. OLE color: 9138323.

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

Color convert

RGB 147 112 139 -
CMYK 0 0.24 0.05 0.42
HSL 313.71º 0.14% 0.51% -
HSV(B) 313.71º 0.24% 0.58% -
XYZ 22.49 19.66 27.03 -
YUV 125.54 135.6 143.3 -
System Red Green Blue C M Y K H S L
Decimal 147 112 139 0 0.24 0.05 0.42 313.71 0.14 0.51
Hex 93 70 8B 0 18 5 2A 13A E 33
Octal 223 160 213 0 30 5 52 472 16 63
Binary 10010011 1110000 10001011 0 11000 101 101010 100111010 1110 110011

Color Harmonies of #93708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93708B

Black with #93708B

Text Example


Text Example

White with #93708B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93708B;
 }
 .AnyTagClassName
 {
   color: #93708B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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