#8F6385

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

Shades of Strikemaster #8F6385

Tints of Strikemaster #8F6385

Color information

#8F6385 (or 0x8F6385) is unknown color: approx Strikemaster. HEX triplet: 8F, 63 and 85. RGB value is (143,99,133). Sum of RGB (Red+Green+Blue) = 143+99+133=375 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.13% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6385 is #709C7A. Grayscale: #737373. Windows color (decimal): -7380091 or 8741775. OLE color: 8741775.

HSL color Cylindrical-coordinate representation of color #8F6385: hue angle of 313.64º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6385 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB14399133-
CMYK00.310.070.44
HSL313.64º18.18%47.45%-
HSV(B)313.64º30.77%56.08%-
XYZ20.0216.4624.31-
YUV116.03137.58147.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.13%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 133 (52.34% from 255) = 35.47%
R=38.13%
G=26.4%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439913300.310.070.44313.6418.1847.45
Hex8F638501F72C13a122f
Octal2171432050377544722257
Binary1000111111000111000010101111111110110010011101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,99,133); }

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

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

 a { background-color: rgb(143,99,133); }

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

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

 span { border-color: rgb(143,99,133); }

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