#8F5A78

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

Shades of Strikemaster #8F5A78

Tints of Strikemaster #8F5A78

Color information

#8F5A78 (or 0x8F5A78) is unknown color: approx Strikemaster. HEX triplet: 8F, 5A and 78. RGB value is (143,90,120). Sum of RGB (Red+Green+Blue) = 143+90+120=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5A78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5A78 is #70A587. Grayscale: #6D6D6D. Windows color (decimal): -7382408 or 7887503. OLE color: 7887503.

HSL color Cylindrical-coordinate representation of color #8F5A78: hue angle of 326.04º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8F5A78 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14390120-
CMYK00.370.160.44
HSL326.04º22.75%45.69%-
HSV(B)326.04º37.06%56.08%-
XYZ18.3714.5119.6-
YUV109.27134.06152.06-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.51%
GREEN value IS 90 (35.55% from 255) = 25.50%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=40.51%
G=25.50%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439012000.370.160.44326.0422.7545.69
Hex8F5A78025102C146172e
Octal21713217004520545062756
Binary100011111011010111100001001011000010110010100011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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