#8F597D

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

Shades of Strikemaster #8F597D

Tints of Strikemaster #8F597D

Color information

#8F597D (or 0x8F597D) is unknown color: approx Strikemaster. HEX triplet: 8F, 59 and 7D. RGB value is (143,89,125). Sum of RGB (Red+Green+Blue) = 143+89+125=357 (47% of max value = 765). Red value is 143 (56.25% from 255 or 40.06% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 143 - color contains mainly: red. Hex color #8F597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F597D is #70A682. Grayscale: #6D6D6D. Windows color (decimal): -7382659 or 8214927. OLE color: 8214927.

HSL color Cylindrical-coordinate representation of color #8F597D: hue angle of 320º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F597D is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB14389125-
CMYK00.380.130.44
HSL320º23.28%45.49%-
HSV(B)320º37.76%56.08%-
XYZ18.614.4721.21-
YUV109.25136.89152.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.06%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 125 (49.22% from 255) = 35.01%
R=40.06%
G=24.93%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1438912500.380.130.4432023.2845.49
Hex8F597D026D2C140172d
Octal21713117504615545002755
Binary10001111101100111111010100110110110110010100000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,89,125); }

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

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

 a { background-color: rgb(143,89,125); }

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

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

 span { border-color: rgb(143,89,125); }

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