Html Css Color HEX #8F5F6A Mauve Taupe

📋 copy color: '#8F5F6A'

red 143 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #8F5F6A

Tints of Mauve Taupe #8F5F6A

RGB

 RED value IS 143 (56.25% from 255) = 41.57%

 GREEN value IS 95 (37.5% from 255) = 27.62%

 BLUE value IS 106 (41.8% from 255) = 30.81%

R = 41.57%
G = 27.62%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F5F6A (or 0x8F5F6A) is known color: Mauve Taupe. HEX triplet: 8F, 5F and 6A. RGB value is (143,95,106). Sum of RGB (Red+Green+Blue) = 143+95+106=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F6A is #70A095. Grayscale: #6E6E6E. Windows color (decimal): -7381142 or 6971279. OLE color: 6971279.

HSL color Cylindrical-coordinate representation of color #8F5F6A: hue angle of 346.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5F6A is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 95 106 -
CMYK 0 0.34 0.26 0.44
HSL 346.25º 0.2% 0.47% -
HSV(B) 346.25º 0.34% 0.56% -
XYZ 18.02 15.06 15.59 -
YUV 110.61 125.4 151.11 -
System Red Green Blue C M Y K H S L
Decimal 143 95 106 0 0.34 0.26 0.44 346.25 0.2 0.47
Hex 8F 5F 6A 0 22 1A 2C 15A 14 2F
Octal 217 137 152 0 42 32 54 532 24 57
Binary 10001111 1011111 1101010 0 100010 11010 101100 101011010 10100 101111

Color Harmonies of #8F5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F5F6A

Black with #8F5F6A

Text Example


Text Example

White with #8F5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F5F6A; }

 p { color: rgb(143,95,106); }

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

background-color css

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

 a { background-color: rgb(143,95,106); }

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

border-color css

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

 span { border-color: rgb(143,95,106); }

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