Html Css Color HEX #93718A Mountbatten Pink

📋 copy color: '#93718A'

red 147 ◦ green 113 ◦ blue 138

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

Shades of Mountbatten Pink #93718A

Tints of Mountbatten Pink #93718A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.67%

R = 36.93%
G = 28.39%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93718A (or 0x93718A) is known color: Mountbatten Pink. HEX triplet: 93, 71 and 8A. RGB value is (147,113,138). Sum of RGB (Red+Green+Blue) = 147+113+138=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 138 (54.30% from 255 or 34.67% from 398); Max value from RGB is 147 - color contains mainly: red. Hex color #93718A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93718A is #6C8E75. Grayscale: #7D7D7D. Windows color (decimal): -7114358 or 9073043. OLE color: 9073043.

HSL color Cylindrical-coordinate representation of color #93718A: hue angle of 315.88º 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 #93718A is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 113 138 -
CMYK 0 0.23 0.06 0.42
HSL 315.88º 0.14% 0.51% -
HSV(B) 315.88º 0.23% 0.58% -
XYZ 22.53 19.85 26.69 -
YUV 126.02 134.76 142.97 -
System Red Green Blue C M Y K H S L
Decimal 147 113 138 0 0.23 0.06 0.42 315.88 0.14 0.51
Hex 93 71 8A 0 17 6 2A 13C E 33
Octal 223 161 212 0 27 6 52 474 16 63
Binary 10010011 1110001 10001010 0 10111 110 101010 100111100 1110 110011

Color Harmonies of #93718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93718A

Black with #93718A

Text Example


Text Example

White with #93718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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