#8D587A

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

Shades of Strikemaster #8D587A

Tints of Strikemaster #8D587A

Color information

#8D587A (or 0x8D587A) is unknown color: approx Strikemaster. HEX triplet: 8D, 58 and 7A. RGB value is (141,88,122). Sum of RGB (Red+Green+Blue) = 141+88+122=351 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.17% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 141 - color contains mainly: red. Hex color #8D587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D587A is #72A785. Grayscale: #6B6B6B. Windows color (decimal): -7513990 or 8018061. OLE color: 8018061.

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

Color convert

RGB14188122-
CMYK00.380.130.45
HSL321.51º23.14%44.9%-
HSV(B)321.51º37.59%55.29%-
XYZ17.9914.0520.18-
YUV107.72136.06151.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.17%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 122 (48.05% from 255) = 34.76%
R=40.17%
G=25.07%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1418812200.380.130.45321.5123.1444.9
Hex8D587A026D2D142172d
Octal21513017204615555022755
Binary10001101101100011110100100110110110110110100001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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