#8D5778

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

Shades of Strikemaster #8D5778

Tints of Strikemaster #8D5778

Color information

#8D5778 (or 0x8D5778) is unknown color: approx Strikemaster. HEX triplet: 8D, 57 and 78. RGB value is (141,87,120). Sum of RGB (Red+Green+Blue) = 141+87+120=348 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.52% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5778 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5778 is #72A887. Grayscale: #6A6A6A. Windows color (decimal): -7514248 or 7886733. OLE color: 7886733.

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

Color convert

RGB14187120-
CMYK00.380.150.45
HSL323.33º23.68%44.71%-
HSV(B)323.33º38.3%55.29%-
XYZ17.7813.8419.5-
YUV106.91135.39152.32-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.52%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 120 (47.27% from 255) = 34.48%
R=40.52%
G=25%
B=34.48%

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
Decimal1418712000.380.150.45323.3323.6844.71
Hex8D5778026F2D143182d
Octal21512717004617555033055
Binary10001101101011111110000100110111110110110100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D5778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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