#8F587A

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

Shades of Strikemaster #8F587A

Tints of Strikemaster #8F587A

Color information

#8F587A (or 0x8F587A) is unknown color: approx Strikemaster. HEX triplet: 8F, 58 and 7A. RGB value is (143,88,122). Sum of RGB (Red+Green+Blue) = 143+88+122=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F587A is #70A785. Grayscale: #6C6C6C. Windows color (decimal): -7382918 or 8018063. OLE color: 8018063.

HSL color Cylindrical-coordinate representation of color #8F587A: hue angle of 322.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F587A is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB14388122-
CMYK00.380.150.44
HSL322.91º23.81%45.29%-
HSV(B)322.91º38.46%56.08%-
XYZ18.3314.2220.19-
YUV108.32135.72152.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 122 (48.05% from 255) = 34.56%
R=40.51%
G=24.93%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438812200.380.150.44322.9123.8145.29
Hex8F587A026F2C143182d
Octal21713017204617545033055
Binary10001111101100011110100100110111110110010100001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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