#8F5878

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

Shades of Strikemaster #8F5878

Tints of Strikemaster #8F5878

Color information

#8F5878 (or 0x8F5878) is unknown color: approx Strikemaster. HEX triplet: 8F, 58 and 78. RGB value is (143,88,120). Sum of RGB (Red+Green+Blue) = 143+88+120=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 120 (47.27% from 255 or 34.19% from 351); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5878 is #70A787. Grayscale: #6C6C6C. Windows color (decimal): -7382920 or 7886991. OLE color: 7886991.

HSL color Cylindrical-coordinate representation of color #8F5878: hue angle of 325.09º 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 #8F5878 is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB14388120-
CMYK00.380.160.44
HSL325.09º23.81%45.29%-
HSV(B)325.09º38.46%56.08%-
XYZ18.2114.1819.55-
YUV108.09134.72152.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 120 (47.27% from 255) = 34.19%
R=40.74%
G=25.07%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438812000.380.160.44325.0923.8145.29
Hex8F5878026102C145182d
Octal21713017004620545053055
Binary100011111011000111100001001101000010110010100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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