#8F7284

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

Shades of Strikemaster #8F7284

Tints of Strikemaster #8F7284

Color information

#8F7284 (or 0x8F7284) is unknown color: approx Strikemaster. HEX triplet: 8F, 72 and 84. RGB value is (143,114,132). Sum of RGB (Red+Green+Blue) = 143+114+132=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7284 is #708D7B. Grayscale: #7C7C7C. Windows color (decimal): -7376252 or 8680079. OLE color: 8680079.

HSL color Cylindrical-coordinate representation of color #8F7284: hue angle of 322.76º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7284 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB143114132-
CMYK00.200.080.44
HSL322.76º11.46%50.39%-
HSV(B)322.76º20.28%56.08%-
XYZ21.5119.5424.47-
YUV124.72132.11141.04-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.76%
GREEN value IS 114 (44.92% from 255) = 29.31%
BLUE value IS 132 (51.95% from 255) = 33.93%
R=36.76%
G=29.31%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311413200.200.080.44322.7611.4650.39
Hex8F728401482C143b32
Octal21716220402410545031362
Binary1000111111100101000010001010010001011001010000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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