#9F5581

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

Shades of Strikemaster #9F5581

Tints of Strikemaster #9F5581

Color information

#9F5581 (or 0x9F5581) is unknown color: approx Strikemaster. HEX triplet: 9F, 55 and 81. RGB value is (159,85,129). Sum of RGB (Red+Green+Blue) = 159+85+129=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5581 is #60AA7E. Grayscale: #707070. Windows color (decimal): -6335103 or 8476063. OLE color: 8476063.

HSL color Cylindrical-coordinate representation of color #9F5581: hue angle of 324.32º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5581 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB15985129-
CMYK00.470.190.38
HSL324.32º30.33%47.84%-
HSV(B)324.32º46.54%62.35%-
XYZ21.5115.4522.62-
YUV112.14137.52161.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=42.63%
G=22.79%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598512900.470.190.38324.3230.3347.84
Hex9F558102F13261441e30
Octal23712520105723465043660
Binary1001111110101011000000101011111001110011010100010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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