#8F6878

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

Shades of Strikemaster #8F6878

Tints of Strikemaster #8F6878

Color information

#8F6878 (or 0x8F6878) is unknown color: approx Strikemaster. HEX triplet: 8F, 68 and 78. RGB value is (143,104,120). Sum of RGB (Red+Green+Blue) = 143+104+120=367 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.96% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6878 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6878 is #709787. Grayscale: #757575. Windows color (decimal): -7378824 or 7891087. OLE color: 7891087.

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

Color convert

RGB143104120-
CMYK00.270.160.44
HSL335.38º15.79%48.43%-
HSV(B)335.38º27.27%56.08%-
XYZ19.6717.120.03-
YUV117.48129.42146.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.96%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 120 (47.27% from 255) = 32.70%
R=38.96%
G=28.34%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310412000.270.160.44335.3815.7948.43
Hex8F687801B102C14f1030
Octal21715017003320545172060
Binary10001111110100011110000110111000010110010100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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