#9F5286

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

Shades of Strikemaster #9F5286

Tints of Strikemaster #9F5286

Color information

#9F5286 (or 0x9F5286) is unknown color: approx Strikemaster. HEX triplet: 9F, 52 and 86. RGB value is (159,82,134). Sum of RGB (Red+Green+Blue) = 159+82+134=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5286 is #60AD79. Grayscale: #6E6E6E. Windows color (decimal): -6335866 or 8802975. OLE color: 8802975.

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

Color convert

RGB15982134-
CMYK00.480.160.38
HSL319.48º31.95%47.25%-
HSV(B)319.48º48.43%62.35%-
XYZ21.6215.1324.33-
YUV110.95141.01162.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.4%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 134 (52.73% from 255) = 35.73%
R=42.4%
G=21.87%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598213400.480.160.38319.4831.9547.25
Hex9F5286030102613f202f
Octal23712220606020464774057
Binary10011111101001010000110011000010000100110100111111100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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