Html Css Color HEX #8D6E87 Strikemaster

📋 copy color: '#8D6E87'

red 141 ◦ green 110 ◦ blue 135

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

Shades of Strikemaster #8D6E87

Tints of Strikemaster #8D6E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 36.53%
G = 28.5%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8D6E87 (or 0x8D6E87) is known color: Strikemaster. HEX triplet: 8D, 6E and 87. RGB value is (141,110,135). Sum of RGB (Red+Green+Blue) = 141+110+135=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D6E87 is #729178. Grayscale: #7A7A7A. Windows color (decimal): -7508345 or 8875661. OLE color: 8875661.

HSL color Cylindrical-coordinate representation of color #8D6E87: hue angle of 311.61º 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 #8D6E87 is Cyan = 0, Magento = 0.22, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 110 135 -
CMYK 0 0.22 0.04 0.45
HSL 311.61º 0.12% 0.49% -
HSV(B) 311.61º 0.22% 0.55% -
XYZ 20.93 18.56 25.4 -
YUV 122.12 135.27 141.47 -
System Red Green Blue C M Y K H S L
Decimal 141 110 135 0 0.22 0.04 0.45 311.61 0.12 0.49
Hex 8D 6E 87 0 16 4 2D 138 C 31
Octal 215 156 207 0 26 4 55 470 14 61
Binary 10001101 1101110 10000111 0 10110 100 101101 100111000 1100 110001

Color Harmonies of #8D6E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D6E87

Black with #8D6E87

Text Example


Text Example

White with #8D6E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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