#8F6580

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

Shades of Strikemaster #8F6580

Tints of Strikemaster #8F6580

Color information

#8F6580 (or 0x8F6580) is unknown color: approx Strikemaster. HEX triplet: 8F, 65 and 80. RGB value is (143,101,128). Sum of RGB (Red+Green+Blue) = 143+101+128=372 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.44% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6580 is #709A7F. Grayscale: #747474. Windows color (decimal): -7379584 or 8414607. OLE color: 8414607.

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

Color convert

RGB143101128-
CMYK00.290.100.44
HSL321.43º17.21%47.84%-
HSV(B)321.43º29.37%56.08%-
XYZ19.8816.7122.6-
YUV116.64134.41146.8-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.44%
GREEN value IS 101 (39.84% from 255) = 27.15%
BLUE value IS 128 (50.39% from 255) = 34.41%
R=38.44%
G=27.15%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310112800.290.100.44321.4317.2147.84
Hex8F658001DA2C1411130
Octal21714520003512545012160
Binary10001111110010110000000011101101010110010100000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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