#8F6A84

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

Shades of Strikemaster #8F6A84

Tints of Strikemaster #8F6A84

Color information

#8F6A84 (or 0x8F6A84) is unknown color: approx Strikemaster. HEX triplet: 8F, 6A and 84. RGB value is (143,106,132). Sum of RGB (Red+Green+Blue) = 143+106+132=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6A84 is #70957B. Grayscale: #777777. Windows color (decimal): -7378300 or 8678031. OLE color: 8678031.

HSL color Cylindrical-coordinate representation of color #8F6A84: hue angle of 317.84º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F6A84 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143106132-
CMYK00.260.080.44
HSL317.84º14.86%48.82%-
HSV(B)317.84º25.87%56.08%-
XYZ20.6517.8124.18-
YUV120.03134.76144.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.53%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 132 (51.95% from 255) = 34.65%
R=37.53%
G=27.82%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310613200.260.080.44317.8414.8648.82
Hex8F6A8401A82C13ef31
Octal21715220403210544761761
Binary1000111111010101000010001101010001011001001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,106,132); }

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

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

 a { background-color: rgb(143,106,132); }

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

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

 span { border-color: rgb(143,106,132); }

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