#9F578C

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

Shades of Strikemaster #9F578C

Tints of Strikemaster #9F578C

Color information

#9F578C (or 0x9F578C) is unknown color: approx Strikemaster. HEX triplet: 9F, 57 and 8C. RGB value is (159,87,140). Sum of RGB (Red+Green+Blue) = 159+87+140=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 87 (34.38% from 255 or 22.54% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F578C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F578C is #60A873. Grayscale: #727272. Windows color (decimal): -6334580 or 9197471. OLE color: 9197471.

HSL color Cylindrical-coordinate representation of color #9F578C: hue angle of 315.83º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F578C is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB15987140-
CMYK00.450.120.38
HSL315.83º29.27%48.24%-
HSV(B)315.83º45.28%62.35%-
XYZ22.4416.0826.73-
YUV114.57142.35159.69-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 87 (34.38% from 255) = 22.54%
BLUE value IS 140 (55.08% from 255) = 36.27%
R=41.19%
G=22.54%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598714000.450.120.38315.8329.2748.24
Hex9F578C02DC2613c1d30
Octal23712721405514464743560
Binary100111111010111100011000101101110010011010011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F578C; }

 p { color: rgb(159,87,140); }

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

<style>
 a { background-color: #9F578C; }

 a { background-color: rgb(159,87,140); }

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

<style>
 span { border-color: #9F578C; }

 span { border-color: rgb(159,87,140); }

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