#9F608E

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

Shades of Strikemaster #9F608E

Tints of Strikemaster #9F608E

Color information

#9F608E (or 0x9F608E) is unknown color: approx Strikemaster. HEX triplet: 9F, 60 and 8E. RGB value is (159,96,142). Sum of RGB (Red+Green+Blue) = 159+96+142=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F608E is #609F71. Grayscale: #777777. Windows color (decimal): -6332274 or 9330847. OLE color: 9330847.

HSL color Cylindrical-coordinate representation of color #9F608E: hue angle of 316.19º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F608E is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB15996142-
CMYK00.400.110.38
HSL316.19º24.71%50%-
HSV(B)316.19º39.62%62.35%-
XYZ23.3617.6927.77-
YUV120.08140.37155.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.05%
GREEN value IS 96 (37.89% from 255) = 24.18%
BLUE value IS 142 (55.86% from 255) = 35.77%
R=40.05%
G=24.18%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599614200.400.110.38316.1924.7150
Hex9F608E028B2613c1932
Octal23714021605013464743162
Binary100111111100000100011100101000101110011010011110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,96,142); }

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

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

 a { background-color: rgb(159,96,142); }

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

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

 span { border-color: rgb(159,96,142); }

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