#8D5879

Color #8D5879 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #8D5879

Tints of Strikemaster #8D5879

Color information

#8D5879 (or 0x8D5879) is unknown color: approx Strikemaster. HEX triplet: 8D, 58 and 79. RGB value is (141,88,121). Sum of RGB (Red+Green+Blue) = 141+88+121=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5879 is #72A786. Grayscale: #6B6B6B. Windows color (decimal): -7513991 or 7952525. OLE color: 7952525.

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

Color convert

RGB14188121-
CMYK00.380.140.45
HSL322.64º23.14%44.9%-
HSV(B)322.64º37.59%55.29%-
XYZ17.9314.0219.85-
YUV107.61135.56151.82-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.29%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 121 (47.66% from 255) = 34.57%
R=40.29%
G=25.14%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418812100.380.140.45322.6423.1444.9
Hex8D5879026E2D143172d
Octal21513017104616555032755
Binary10001101101100011110010100110111010110110100001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,88,121); }

 H1.HeaderClassName
 {
   color: #8D5879;
 }
 .AnyTagClassName
 {
   color: #8D5879;
 }
</style>
background-color css

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

 a { background-color: rgb(141,88,121); }

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

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

 span { border-color: rgb(141,88,121); }

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