#8D5878

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

Shades of Strikemaster #8D5878

Tints of Strikemaster #8D5878

Color information

#8D5878 (or 0x8D5878) is unknown color: approx Strikemaster. HEX triplet: 8D, 58 and 78. RGB value is (141,88,120). Sum of RGB (Red+Green+Blue) = 141+88+120=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5878 is #72A787. Grayscale: #6B6B6B. Windows color (decimal): -7513992 or 7886989. OLE color: 7886989.

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

Color convert

RGB14188120-
CMYK00.380.150.45
HSL323.77º23.14%44.9%-
HSV(B)323.77º37.59%55.29%-
XYZ17.861419.53-
YUV107.5135.06151.9-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.40%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=40.40%
G=25.21%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418812000.380.150.45323.7723.1444.9
Hex8D5878026F2D144172d
Octal21513017004617555042755
Binary10001101101100011110000100110111110110110100010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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