Html Css Color HEX #935870 Mauve Taupe

📋 copy color: '#935870'

red 147 ◦ green 88 ◦ blue 112

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

Shades of Mauve Taupe #935870

Tints of Mauve Taupe #935870

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 42.36%
G = 25.36%
B = 32.28%

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

#935870 (or 0x935870) is known color: Mauve Taupe. HEX triplet: 93, 58 and 70. RGB value is (147,88,112). Sum of RGB (Red+Green+Blue) = 147+88+112=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935870 is #6CA78F. Grayscale: #6C6C6C. Windows color (decimal): -7120784 or 7362707. OLE color: 7362707.

HSL color Cylindrical-coordinate representation of color #935870: hue angle of 335.59º 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 #935870 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 88 112 -
CMYK 0 0.40 0.24 0.42
HSL 335.59º 0.25% 0.46% -
HSV(B) 335.59º 0.4% 0.58% -
XYZ 18.45 14.35 17.13 -
YUV 108.38 130.05 155.55 -
System Red Green Blue C M Y K H S L
Decimal 147 88 112 0 0.40 0.24 0.42 335.59 0.25 0.46
Hex 93 58 70 0 28 18 2A 150 19 2E
Octal 223 130 160 0 50 30 52 520 31 56
Binary 10010011 1011000 1110000 0 101000 11000 101010 101010000 11001 101110

Color Harmonies of #935870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935870

Black with #935870

Text Example


Text Example

White with #935870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935870; }

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

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

background-color css

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

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

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

border-color css

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

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

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