#9F578A

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

Shades of Strikemaster #9F578A

Tints of Strikemaster #9F578A

Color information

#9F578A (or 0x9F578A) is unknown color: approx Strikemaster. HEX triplet: 9F, 57 and 8A. RGB value is (159,87,138). Sum of RGB (Red+Green+Blue) = 159+87+138=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F578A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F578A is #60A875. Grayscale: #727272. Windows color (decimal): -6334582 or 9066399. OLE color: 9066399.

HSL color Cylindrical-coordinate representation of color #9F578A: hue angle of 317.5º 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 #9F578A is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB15987138-
CMYK00.450.130.38
HSL317.5º29.27%48.24%-
HSV(B)317.5º45.28%62.35%-
XYZ22.2916.0225.96-
YUV114.34141.35159.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.41%
GREEN value IS 87 (34.38% from 255) = 22.66%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=41.41%
G=22.66%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598713800.450.130.38317.529.2748.24
Hex9F578A02DD2613e1d30
Octal23712721205515464763560
Binary100111111010111100010100101101110110011010011111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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