#9F5280

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

Shades of Strikemaster #9F5280

Tints of Strikemaster #9F5280

Color information

#9F5280 (or 0x9F5280) is unknown color: approx Strikemaster. HEX triplet: 9F, 52 and 80. RGB value is (159,82,128). Sum of RGB (Red+Green+Blue) = 159+82+128=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5280 is #60AD7F. Grayscale: #6E6E6E. Windows color (decimal): -6335872 or 8409759. OLE color: 8409759.

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

Color convert

RGB15982128-
CMYK00.480.190.38
HSL324.16º31.95%47.25%-
HSV(B)324.16º48.43%62.35%-
XYZ21.2114.9622.19-
YUV110.27138.01162.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=43.09%
G=22.22%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598212800.480.190.38324.1631.9547.25
Hex9F52800301326144202f
Octal23712220006023465044057
Binary10011111101001010000000011000010011100110101000100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,82,128); }

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

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

 a { background-color: rgb(159,82,128); }

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

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

 span { border-color: rgb(159,82,128); }

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