#8F517E

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

Shades of Strikemaster #8F517E

Tints of Strikemaster #8F517E

Color information

#8F517E (or 0x8F517E) is unknown color: approx Strikemaster. HEX triplet: 8F, 51 and 7E. RGB value is (143,81,126). Sum of RGB (Red+Green+Blue) = 143+81+126=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F517E is #70AE81. Grayscale: #686868. Windows color (decimal): -7384706 or 8278415. OLE color: 8278415.

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

Color convert

RGB14381126-
CMYK00.430.120.44
HSL316.45º27.68%43.92%-
HSV(B)316.45º43.36%56.08%-
XYZ18.0413.2321.34-
YUV104.67140.04155.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 126 (49.61% from 255) = 36%
R=40.86%
G=23.14%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438112600.430.120.44316.4527.6843.92
Hex8F517E02BC2C13c1c2c
Octal21712117605314544743454
Binary10001111101000111111100101011110010110010011110011100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F517E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,81,126); }

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

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

 a { background-color: rgb(143,81,126); }

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

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

 span { border-color: rgb(143,81,126); }

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