Html Css Color HEX #93768E Mountbatten Pink

📋 copy color: '#93768E'

red 147 ◦ green 118 ◦ blue 142

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

Shades of Mountbatten Pink #93768E

Tints of Mountbatten Pink #93768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.99%

 BLUE value IS 142 (55.86% from 255) = 34.89%

R = 36.12%
G = 28.99%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93768E (or 0x93768E) is known color: Mountbatten Pink. HEX triplet: 93, 76 and 8E. RGB value is (147,118,142). Sum of RGB (Red+Green+Blue) = 147+118+142=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 147 - color contains mainly: red. Hex color #93768E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93768E is #6C8971. Grayscale: #818181. Windows color (decimal): -7113074 or 9336467. OLE color: 9336467.

HSL color Cylindrical-coordinate representation of color #93768E: hue angle of 310.34º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #93768E is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 118 142 -
CMYK 0 0.20 0.03 0.42
HSL 310.34º 0.12% 0.52% -
HSV(B) 310.34º 0.2% 0.58% -
XYZ 23.39 21.11 28.43 -
YUV 129.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 147 118 142 0 0.20 0.03 0.42 310.34 0.12 0.52
Hex 93 76 8E 0 14 3 2A 136 C 34
Octal 223 166 216 0 24 3 52 466 14 64
Binary 10010011 1110110 10001110 0 10100 11 101010 100110110 1100 110100

Color Harmonies of #93768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93768E

Black with #93768E

Text Example


Text Example

White with #93768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93768E; }

 p { color: rgb(147,118,142); }

 H1.HeaderClassName
 {
   color: #93768E;
 }
 .AnyTagClassName
 {
   color: #93768E;
 }
</style>

background-color css

<style>
 a { background-color: #93768E; }

 a { background-color: rgb(147,118,142); }

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

border-color css

<style>
 span { border-color: #93768E; }

 span { border-color: rgb(147,118,142); }

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