#9F4E81

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

Shades of Strikemaster #9F4E81

Tints of Strikemaster #9F4E81

Color information

#9F4E81 (or 0x9F4E81) is unknown color: approx Strikemaster. HEX triplet: 9F, 4E and 81. RGB value is (159,78,129). Sum of RGB (Red+Green+Blue) = 159+78+129=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4E81 is #60B17E. Grayscale: #6B6B6B. Windows color (decimal): -6336895 or 8474271. OLE color: 8474271.

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

Color convert

RGB15978129-
CMYK00.510.190.38
HSL322.22º34.18%46.47%-
HSV(B)322.22º50.94%62.35%-
XYZ20.9814.422.44-
YUV108.03139.84164.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=43.44%
G=21.31%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1597812900.510.190.38322.2234.1846.47
Hex9F4E810331326142222e
Octal23711620106323465024256
Binary10011111100111010000001011001110011100110101000010100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F4E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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