Html Css Color HEX #8D5E76 Strikemaster

📋 copy color: '#8D5E76'

red 141 ◦ green 94 ◦ blue 118

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

Shades of Strikemaster #8D5E76

Tints of Strikemaster #8D5E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 118 (46.48% from 255) = 33.43%

R = 39.94%
G = 26.63%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8D5E76 (or 0x8D5E76) is known color: Strikemaster. HEX triplet: 8D, 5E and 76. RGB value is (141,94,118). Sum of RGB (Red+Green+Blue) = 141+94+118=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 118 (46.48% from 255 or 33.43% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5E76 is #72A189. Grayscale: #6E6E6E. Windows color (decimal): -7512458 or 7757453. OLE color: 7757453.

HSL color Cylindrical-coordinate representation of color #8D5E76: hue angle of 329.36º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D5E76 is Cyan = 0, Magento = 0.33, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 94 118 -
CMYK 0 0.33 0.16 0.45
HSL 329.36º 0.2% 0.46% -
HSV(B) 329.36º 0.33% 0.55% -
XYZ 18.26 14.98 19.07 -
YUV 110.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 141 94 118 0 0.33 0.16 0.45 329.36 0.2 0.46
Hex 8D 5E 76 0 21 10 2D 149 14 2E
Octal 215 136 166 0 41 20 55 511 24 56
Binary 10001101 1011110 1110110 0 100001 10000 101101 101001001 10100 101110

Color Harmonies of #8D5E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5E76

Black with #8D5E76

Text Example


Text Example

White with #8D5E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,94,118); }

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

background-color css

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

 a { background-color: rgb(141,94,118); }

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

border-color css

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

 span { border-color: rgb(141,94,118); }

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