#9f4f80

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

Shades of Strikemaster #9F4F80

Tints of Strikemaster #9F4F80

Color information

#9F4F80 (or 0x9F4F80) is unknown color: approx Strikemaster. HEX triplet: 9F, 4F and 80. RGB value is (159,79,128). Sum of RGB (Red+Green+Blue) = 159+79+128=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F80 is #60B07F. Grayscale: #6C6C6C. Windows color (decimal): -6336640 or 8408991. OLE color: 8408991.

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

Color convert

RGB15979128-
CMYK00.500.190.38
HSL323.25º33.61%46.67%-
HSV(B)323.25º50.31%62.35%-
XYZ20.9914.5222.12-
YUV108.51139164.02-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=43.44%
G=21.58%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597912800.500.190.38323.2533.6146.67
Hex9F4F800321326143222f
Octal23711720006223465034257
Binary10011111100111110000000011001010011100110101000011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f4f80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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