#9F5781

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

Shades of Strikemaster #9F5781

Tints of Strikemaster #9F5781

Color information

#9F5781 (or 0x9F5781) is unknown color: approx Strikemaster. HEX triplet: 9F, 57 and 81. RGB value is (159,87,129). Sum of RGB (Red+Green+Blue) = 159+87+129=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5781 is #60A87E. Grayscale: #717171. Windows color (decimal): -6334591 or 8476575. OLE color: 8476575.

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

Color convert

RGB15987129-
CMYK00.450.190.38
HSL325º29.27%48.24%-
HSV(B)325º45.28%62.35%-
XYZ21.6715.7722.67-
YUV113.32136.85160.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 87 (34.38% from 255) = 23.2%
BLUE value IS 129 (50.78% from 255) = 34.4%
R=42.4%
G=23.2%
B=34.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598712900.450.190.3832529.2748.24
Hex9F578102D13261451d30
Octal23712720105523465053560
Binary1001111110101111000000101011011001110011010100010111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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