#9F4E85

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

Shades of Strikemaster #9F4E85

Tints of Strikemaster #9F4E85

Color information

#9F4E85 (or 0x9F4E85) is unknown color: approx Strikemaster. HEX triplet: 9F, 4E and 85. RGB value is (159,78,133). Sum of RGB (Red+Green+Blue) = 159+78+133=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 78 (30.86% from 255 or 21.08% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E85 is #60B17A. Grayscale: #6C6C6C. Windows color (decimal): -6336891 or 8736415. OLE color: 8736415.

HSL color Cylindrical-coordinate representation of color #9F4E85: hue angle of 319.26º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F4E85 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB15978133-
CMYK00.510.160.38
HSL319.26º34.18%46.47%-
HSV(B)319.26º50.94%62.35%-
XYZ21.2614.5123.87-
YUV108.49141.84164.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 78 (30.86% from 255) = 21.08%
BLUE value IS 133 (52.34% from 255) = 35.95%
R=42.97%
G=21.08%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597813300.510.160.38319.2634.1846.47
Hex9F4E85033102613f222e
Octal23711620506320464774256
Binary10011111100111010000101011001110000100110100111111100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,78,133); }

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

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

 a { background-color: rgb(159,78,133); }

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

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

 span { border-color: rgb(159,78,133); }

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