Html Css Color HEX #8D5674 Strikemaster

📋 copy color: '#8D5674'

red 141 ◦ green 86 ◦ blue 116

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

Shades of Strikemaster #8D5674

Tints of Strikemaster #8D5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.07%

 BLUE value IS 116 (45.7% from 255) = 33.82%

R = 41.11%
G = 25.07%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8D5674 (or 0x8D5674) is known color: Strikemaster. HEX triplet: 8D, 56 and 74. RGB value is (141,86,116). Sum of RGB (Red+Green+Blue) = 141+86+116=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5674 is #72A98B. Grayscale: #696969. Windows color (decimal): -7514508 or 7624333. OLE color: 7624333.

HSL color Cylindrical-coordinate representation of color #8D5674: hue angle of 327.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D5674 is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 86 116 -
CMYK 0 0.39 0.18 0.45
HSL 327.27º 0.24% 0.45% -
HSV(B) 327.27º 0.39% 0.55% -
XYZ 17.46 13.58 18.22 -
YUV 105.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 141 86 116 0 0.39 0.18 0.45 327.27 0.24 0.45
Hex 8D 56 74 0 27 12 2D 147 18 2D
Octal 215 126 164 0 47 22 55 507 30 55
Binary 10001101 1010110 1110100 0 100111 10010 101101 101000111 11000 101101

Color Harmonies of #8D5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5674

Black with #8D5674

Text Example


Text Example

White with #8D5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,86,116); }

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

background-color css

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

 a { background-color: rgb(141,86,116); }

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

border-color css

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

 span { border-color: rgb(141,86,116); }

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