Html Css Color HEX #8D6E6F Empress

📋 copy color: '#8D6E6F'

red 141 ◦ green 110 ◦ blue 111

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

Shades of Empress #8D6E6F

Tints of Empress #8D6E6F

RGB

 RED value IS 141 (55.47% from 255) = 38.95%

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 38.95%
G = 30.39%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8D6E6F (or 0x8D6E6F) is known color: Empress. HEX triplet: 8D, 6E and 6F. RGB value is (141,110,111). Sum of RGB (Red+Green+Blue) = 141+110+111=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E6F is #729190. Grayscale: #777777. Windows color (decimal): -7508369 or 7302797. OLE color: 7302797.

HSL color Cylindrical-coordinate representation of color #8D6E6F: hue angle of 358.06º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D6E6F is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 111 -
CMYK 0 0.22 0.21 0.45
HSL 358.06º 0.12% 0.49% -
HSV(B) 358.06º 0.22% 0.55% -
XYZ 19.43 17.96 17.48 -
YUV 119.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 141 110 111 0 0.22 0.21 0.45 358.06 0.12 0.49
Hex 8D 6E 6F 0 16 15 2D 166 C 31
Octal 215 156 157 0 26 25 55 546 14 61
Binary 10001101 1101110 1101111 0 10110 10101 101101 101100110 1100 110001

Color Harmonies of #8D6E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E6F

Black with #8D6E6F

Text Example


Text Example

White with #8D6E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,110,111); }

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

background-color css

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

 a { background-color: rgb(141,110,111); }

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

border-color css

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

 span { border-color: rgb(141,110,111); }

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