#8F5580

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

Shades of Strikemaster #8F5580

Tints of Strikemaster #8F5580

Color information

#8F5580 (or 0x8F5580) is unknown color: approx Strikemaster. HEX triplet: 8F, 55 and 80. RGB value is (143,85,128). Sum of RGB (Red+Green+Blue) = 143+85+128=356 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.17% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5580 is #70AA7F. Grayscale: #6B6B6B. Windows color (decimal): -7383680 or 8410511. OLE color: 8410511.

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

Color convert

RGB14385128-
CMYK00.410.100.44
HSL315.52º25.44%44.71%-
HSV(B)315.52º40.56%56.08%-
XYZ18.4713.922.13-
YUV107.24139.72153.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.17%
GREEN value IS 85 (33.59% from 255) = 23.88%
BLUE value IS 128 (50.39% from 255) = 35.96%
R=40.17%
G=23.88%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438512800.410.100.44315.5225.4444.71
Hex8F5580029A2C13c192d
Octal21712520005112544743155
Binary100011111010101100000000101001101010110010011110011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,85,128); }

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

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

 a { background-color: rgb(143,85,128); }

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

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

 span { border-color: rgb(143,85,128); }

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