#8F5E83

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

Shades of Strikemaster #8F5E83

Tints of Strikemaster #8F5E83

Color information

#8F5E83 (or 0x8F5E83) is unknown color: approx Strikemaster. HEX triplet: 8F, 5E and 83. RGB value is (143,94,131). Sum of RGB (Red+Green+Blue) = 143+94+131=368 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.86% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F5E83 is #70A17C. Grayscale: #707070. Windows color (decimal): -7381373 or 8609423. OLE color: 8609423.

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

Color convert

RGB14394131-
CMYK00.340.080.44
HSL314.69º20.68%46.47%-
HSV(B)314.69º34.27%56.08%-
XYZ19.4315.4823.44-
YUV112.87138.23149.49-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.86%
GREEN value IS 94 (37.11% from 255) = 25.54%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=38.86%
G=25.54%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439413100.340.080.44314.6920.6846.47
Hex8F5E8302282C13b152e
Octal21713620304210544732556
Binary100011111011110100000110100010100010110010011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F5E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,94,131); }

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

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

 a { background-color: rgb(143,94,131); }

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

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

 span { border-color: rgb(143,94,131); }

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