#9F588C

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

Shades of Strikemaster #9F588C

Tints of Strikemaster #9F588C

Color information

#9F588C (or 0x9F588C) is unknown color: approx Strikemaster. HEX triplet: 9F, 58 and 8C. RGB value is (159,88,140). Sum of RGB (Red+Green+Blue) = 159+88+140=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588C is #60A773. Grayscale: #737373. Windows color (decimal): -6334324 or 9197727. OLE color: 9197727.

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

Color convert

RGB15988140-
CMYK00.450.120.38
HSL316.06º28.74%48.43%-
HSV(B)316.06º44.65%62.35%-
XYZ22.5216.2426.76-
YUV115.16142.02159.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.09%
GREEN value IS 88 (34.77% from 255) = 22.74%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=41.09%
G=22.74%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1598814000.450.120.38316.0628.7448.43
Hex9F588C02DC2613c1d30
Octal23713021405514464743560
Binary100111111011000100011000101101110010011010011110011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F588C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,88,140); }

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

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

 a { background-color: rgb(159,88,140); }

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

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

 span { border-color: rgb(159,88,140); }

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