#8F6586

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

Shades of Strikemaster #8F6586

Tints of Strikemaster #8F6586

Color information

#8F6586 (or 0x8F6586) is unknown color: approx Strikemaster. HEX triplet: 8F, 65 and 86. RGB value is (143,101,134). Sum of RGB (Red+Green+Blue) = 143+101+134=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6586 is #709A79. Grayscale: #757575. Windows color (decimal): -7379578 or 8807823. OLE color: 8807823.

HSL color Cylindrical-coordinate representation of color #8F6586: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6586 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB143101134-
CMYK00.290.060.44
HSL312.86º17.21%47.84%-
HSV(B)312.86º29.37%56.08%-
XYZ20.2816.8724.74-
YUV117.32137.41146.32-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=37.83%
G=26.72%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310113400.290.060.44312.8617.2147.84
Hex8F658601D62C1391130
Octal2171452060356544712160
Binary1000111111001011000011001110111010110010011100110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,101,134); }

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

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

 a { background-color: rgb(143,101,134); }

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

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

 span { border-color: rgb(143,101,134); }

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