Html Css Color HEX #93718D Mountbatten Pink

📋 copy color: '#93718D'

red 147 ◦ green 113 ◦ blue 141

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

Shades of Mountbatten Pink #93718D

Tints of Mountbatten Pink #93718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 141 (55.47% from 255) = 35.16%

R = 36.66%
G = 28.18%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93718D (or 0x93718D) is known color: Mountbatten Pink. HEX triplet: 93, 71 and 8D. RGB value is (147,113,141). Sum of RGB (Red+Green+Blue) = 147+113+141=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93718D is #6C8E72. Grayscale: #7E7E7E. Windows color (decimal): -7114355 or 9269651. OLE color: 9269651.

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

Color convert

RGB 147 113 141 -
CMYK 0 0.23 0.04 0.42
HSL 310.59º 0.14% 0.51% -
HSV(B) 310.59º 0.23% 0.58% -
XYZ 22.75 19.94 27.85 -
YUV 126.36 136.26 142.72 -
System Red Green Blue C M Y K H S L
Decimal 147 113 141 0 0.23 0.04 0.42 310.59 0.14 0.51
Hex 93 71 8D 0 17 4 2A 137 E 33
Octal 223 161 215 0 27 4 52 467 16 63
Binary 10010011 1110001 10001101 0 10111 100 101010 100110111 1110 110011

Color Harmonies of #93718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93718D

Black with #93718D

Text Example


Text Example

White with #93718D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93718D; }

 p { color: rgb(147,113,141); }

 H1.HeaderClassName
 {
   color: #93718D;
 }
 .AnyTagClassName
 {
   color: #93718D;
 }
</style>

background-color css

<style>
 a { background-color: #93718D; }

 a { background-color: rgb(147,113,141); }

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

border-color css

<style>
 span { border-color: #93718D; }

 span { border-color: rgb(147,113,141); }

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