#8F5678

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

Shades of Strikemaster #8F5678

Tints of Strikemaster #8F5678

Color information

#8F5678 (or 0x8F5678) is unknown color: approx Strikemaster. HEX triplet: 8F, 56 and 78. RGB value is (143,86,120). Sum of RGB (Red+Green+Blue) = 143+86+120=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 120 (47.27% from 255 or 34.38% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5678 is #70A987. Grayscale: #6A6A6A. Windows color (decimal): -7383432 or 7886479. OLE color: 7886479.

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

Color convert

RGB14386120-
CMYK00.400.160.44
HSL324.21º24.89%44.9%-
HSV(B)324.21º39.86%56.08%-
XYZ18.0513.8519.49-
YUV106.92135.38153.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 86 (33.98% from 255) = 24.64%
BLUE value IS 120 (47.27% from 255) = 34.38%
R=40.97%
G=24.64%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438612000.400.160.44324.2124.8944.9
Hex8F5678028102C144192d
Octal21712617005020545043155
Binary100011111010110111100001010001000010110010100010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,86,120); }

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

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

 a { background-color: rgb(143,86,120); }

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

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

 span { border-color: rgb(143,86,120); }

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