#9F5787

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

Shades of Strikemaster #9F5787

Tints of Strikemaster #9F5787

Color information

#9F5787 (or 0x9F5787) is unknown color: approx Strikemaster. HEX triplet: 9F, 57 and 87. RGB value is (159,87,135). Sum of RGB (Red+Green+Blue) = 159+87+135=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 87 (34.38% from 255 or 22.83% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5787 is #60A878. Grayscale: #717171. Windows color (decimal): -6334585 or 8869791. OLE color: 8869791.

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

Color convert

RGB15987135-
CMYK00.450.150.38
HSL320º29.27%48.24%-
HSV(B)320º45.28%62.35%-
XYZ22.0815.9424.83-
YUV114139.85160.1-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 87 (34.38% from 255) = 22.83%
BLUE value IS 135 (53.12% from 255) = 35.43%
R=41.73%
G=22.83%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598713500.450.150.3832029.2748.24
Hex9F578702DF261401d30
Octal23712720705517465003560
Binary100111111010111100001110101101111110011010100000011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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