#8F617B

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

Shades of Strikemaster #8F617B

Tints of Strikemaster #8F617B

Color information

#8F617B (or 0x8F617B) is unknown color: approx Strikemaster. HEX triplet: 8F, 61 and 7B. RGB value is (143,97,123). Sum of RGB (Red+Green+Blue) = 143+97+123=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F617B is #709E84. Grayscale: #717171. Windows color (decimal): -7380613 or 8085903. OLE color: 8085903.

HSL color Cylindrical-coordinate representation of color #8F617B: hue angle of 326.09º 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 #8F617B is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB14397123-
CMYK00.320.140.44
HSL326.09º19.17%47.06%-
HSV(B)326.09º32.17%56.08%-
XYZ19.1815.8220.78-
YUV113.72133.24148.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.39%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 123 (48.44% from 255) = 33.88%
R=39.39%
G=26.72%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1439712300.320.140.44326.0919.1747.06
Hex8F617B020E2C146132f
Octal21714117304016545062357
Binary10001111110000111110110100000111010110010100011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F617B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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