#9F5081

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

Shades of Strikemaster #9F5081

Tints of Strikemaster #9F5081

Color information

#9F5081 (or 0x9F5081) is unknown color: approx Strikemaster. HEX triplet: 9F, 50 and 81. RGB value is (159,80,129). Sum of RGB (Red+Green+Blue) = 159+80+129=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5081 is #60AF7E. Grayscale: #6D6D6D. Windows color (decimal): -6336383 or 8474783. OLE color: 8474783.

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

Color convert

RGB15980129-
CMYK00.500.190.38
HSL322.78º33.05%46.86%-
HSV(B)322.78º49.69%62.35%-
XYZ21.1314.6922.49-
YUV109.21139.17163.52-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 80 (31.64% from 255) = 21.74%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=43.21%
G=21.74%
B=35.05%

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
Decimal1598012900.500.190.38322.7833.0546.86
Hex9F50810321326143212f
Octal23712020106223465034157
Binary10011111101000010000001011001010011100110101000011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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