#9f4f87

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

Shades of Strikemaster #9F4F87

Tints of Strikemaster #9F4F87

Color information

#9F4F87 (or 0x9F4F87) is unknown color: approx Strikemaster. HEX triplet: 9F, 4F and 87. RGB value is (159,79,135). Sum of RGB (Red+Green+Blue) = 159+79+135=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 79 (31.25% from 255 or 21.18% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F87 is #60B078. Grayscale: #6D6D6D. Windows color (decimal): -6336633 or 8867743. OLE color: 8867743.

HSL color Cylindrical-coordinate representation of color #9F4F87: hue angle of 318º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F87 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB15979135-
CMYK00.500.150.38
HSL318º33.61%46.67%-
HSV(B)318º50.31%62.35%-
XYZ21.4714.7124.63-
YUV109.3142.5163.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 79 (31.25% from 255) = 21.18%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=42.63%
G=21.18%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597913500.500.150.3831833.6146.67
Hex9F4F87032F2613e222f
Octal23711720706217464764257
Binary1001111110011111000011101100101111100110100111110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4f87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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