Html Css Color HEX #93728C Mountbatten Pink

📋 copy color: '#93728C'

red 147 ◦ green 114 ◦ blue 140

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

Shades of Mountbatten Pink #93728C

Tints of Mountbatten Pink #93728C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.43%

 BLUE value IS 140 (55.08% from 255) = 34.91%

R = 36.66%
G = 28.43%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93728C (or 0x93728C) is known color: Mountbatten Pink. HEX triplet: 93, 72 and 8C. RGB value is (147,114,140). Sum of RGB (Red+Green+Blue) = 147+114+140=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 147 - color contains mainly: red. Hex color #93728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93728C is #6C8D73. Grayscale: #7E7E7E. Windows color (decimal): -7114100 or 9204371. OLE color: 9204371.

HSL color Cylindrical-coordinate representation of color #93728C: hue angle of 312.73º 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 #93728C is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 114 140 -
CMYK 0 0.22 0.05 0.42
HSL 312.73º 0.13% 0.51% -
HSV(B) 312.73º 0.22% 0.58% -
XYZ 22.78 20.13 27.5 -
YUV 126.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 147 114 140 0 0.22 0.05 0.42 312.73 0.13 0.51
Hex 93 72 8C 0 16 5 2A 139 D 33
Octal 223 162 214 0 26 5 52 471 15 63
Binary 10010011 1110010 10001100 0 10110 101 101010 100111001 1101 110011

Color Harmonies of #93728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93728C

Black with #93728C

Text Example


Text Example

White with #93728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93728C; }

 p { color: rgb(147,114,140); }

 H1.HeaderClassName
 {
   color: #93728C;
 }
 .AnyTagClassName
 {
   color: #93728C;
 }
</style>

background-color css

<style>
 a { background-color: #93728C; }

 a { background-color: rgb(147,114,140); }

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

border-color css

<style>
 span { border-color: #93728C; }

 span { border-color: rgb(147,114,140); }

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