#8F617E

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

Shades of Strikemaster #8F617E

Tints of Strikemaster #8F617E

Color information

#8F617E (or 0x8F617E) is unknown color: approx Strikemaster. HEX triplet: 8F, 61 and 7E. RGB value is (143,97,126). Sum of RGB (Red+Green+Blue) = 143+97+126=366 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.07% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 143 - color contains mainly: red. Hex color #8F617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F617E is #709E81. Grayscale: #717171. Windows color (decimal): -7380610 or 8282511. OLE color: 8282511.

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

Color convert

RGB14397126-
CMYK00.320.120.44
HSL322.17º19.17%47.06%-
HSV(B)322.17º32.17%56.08%-
XYZ19.3715.921.79-
YUV114.06134.74148.64-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.07%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=39.07%
G=26.50%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439712600.320.120.44322.1719.1747.06
Hex8F617E020C2C142132f
Octal21714117604014545022357
Binary10001111110000111111100100000110010110010100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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