Html Css Color HEX #93586F Mauve Taupe

📋 copy color: '#93586F'

red 147 ◦ green 88 ◦ blue 111

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

Shades of Mauve Taupe #93586F

Tints of Mauve Taupe #93586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.43%

 BLUE value IS 111 (43.75% from 255) = 32.08%

R = 42.49%
G = 25.43%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#93586F (or 0x93586F) is known color: Mauve Taupe. HEX triplet: 93, 58 and 6F. RGB value is (147,88,111). Sum of RGB (Red+Green+Blue) = 147+88+111=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #93586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93586F is #6CA790. Grayscale: #6C6C6C. Windows color (decimal): -7120785 or 7297171. OLE color: 7297171.

HSL color Cylindrical-coordinate representation of color #93586F: hue angle of 336.61º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #93586F is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 111 -
CMYK 0 0.40 0.24 0.42
HSL 336.61º 0.25% 0.46% -
HSV(B) 336.61º 0.4% 0.58% -
XYZ 18.39 14.33 16.84 -
YUV 108.26 129.55 155.63 -
System Red Green Blue C M Y K H S L
Decimal 147 88 111 0 0.40 0.24 0.42 336.61 0.25 0.46
Hex 93 58 6F 0 28 18 2A 151 19 2E
Octal 223 130 157 0 50 30 52 521 31 56
Binary 10010011 1011000 1101111 0 101000 11000 101010 101010001 11001 101110

Color Harmonies of #93586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93586F

Black with #93586F

Text Example


Text Example

White with #93586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,88,111); }

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

background-color css

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

 a { background-color: rgb(147,88,111); }

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

border-color css

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

 span { border-color: rgb(147,88,111); }

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