Html Css Color HEX #93738F Mountbatten Pink

📋 copy color: '#93738F'

red 147 ◦ green 115 ◦ blue 143

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

Shades of Mountbatten Pink #93738F

Tints of Mountbatten Pink #93738F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.4%

 BLUE value IS 143 (56.25% from 255) = 35.31%

R = 36.3%
G = 28.4%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93738F (or 0x93738F) is known color: Mountbatten Pink. HEX triplet: 93, 73 and 8F. RGB value is (147,115,143). Sum of RGB (Red+Green+Blue) = 147+115+143=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #93738F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93738F is #6C8C70. Grayscale: #7F7F7F. Windows color (decimal): -7113841 or 9401235. OLE color: 9401235.

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

Color convert

RGB 147 115 143 -
CMYK 0 0.22 0.03 0.42
HSL 307.5º 0.13% 0.51% -
HSV(B) 307.5º 0.22% 0.58% -
XYZ 23.12 20.45 28.71 -
YUV 127.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 147 115 143 0 0.22 0.03 0.42 307.5 0.13 0.51
Hex 93 73 8F 0 16 3 2A 134 D 33
Octal 223 163 217 0 26 3 52 464 15 63
Binary 10010011 1110011 10001111 0 10110 11 101010 100110100 1101 110011

Color Harmonies of #93738F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93738F

Black with #93738F

Text Example


Text Example

White with #93738F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93738F;
 }
 .AnyTagClassName
 {
   color: #93738F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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