#9F598D

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

Shades of Strikemaster #9F598D

Tints of Strikemaster #9F598D

Color information

#9F598D (or 0x9F598D) is unknown color: approx Strikemaster. HEX triplet: 9F, 59 and 8D. RGB value is (159,89,141). Sum of RGB (Red+Green+Blue) = 159+89+141=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F598D is #60A672. Grayscale: #737373. Windows color (decimal): -6334067 or 9263519. OLE color: 9263519.

HSL color Cylindrical-coordinate representation of color #9F598D: hue angle of 315.43º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F598D is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15989141-
CMYK00.440.110.38
HSL315.43º28.23%48.63%-
HSV(B)315.43º44.03%62.35%-
XYZ22.6816.4427.18-
YUV115.86142.19158.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.87%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 141 (55.47% from 255) = 36.25%
R=40.87%
G=22.88%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598914100.440.110.38315.4328.2348.63
Hex9F598D02CB2613b1c31
Octal23713121505413464733461
Binary100111111011001100011010101100101110011010011101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,89,141); }

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

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

 a { background-color: rgb(159,89,141); }

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

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

 span { border-color: rgb(159,89,141); }

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