#8F6981

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

Shades of Strikemaster #8F6981

Tints of Strikemaster #8F6981

Color information

#8F6981 (or 0x8F6981) is unknown color: approx Strikemaster. HEX triplet: 8F, 69 and 81. RGB value is (143,105,129). Sum of RGB (Red+Green+Blue) = 143+105+129=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6981 is #70967E. Grayscale: #777777. Windows color (decimal): -7378559 or 8481167. OLE color: 8481167.

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

Color convert

RGB143105129-
CMYK00.270.100.44
HSL322.11º15.32%48.63%-
HSV(B)322.11º26.57%56.08%-
XYZ20.3417.5323.08-
YUV119.1133.59145.05-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.93%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 129 (50.78% from 255) = 34.22%
R=37.93%
G=27.85%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310512900.270.100.44322.1115.3248.63
Hex8F698101BA2C142f31
Octal21715120103312545021761
Binary1000111111010011000000101101110101011001010000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,129); }

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

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

 a { background-color: rgb(143,105,129); }

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

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

 span { border-color: rgb(143,105,129); }

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