#9f6083

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

Shades of Strikemaster #9F6083

Tints of Strikemaster #9F6083

Color information

#9F6083 (or 0x9F6083) is unknown color: approx Strikemaster. HEX triplet: 9F, 60 and 83. RGB value is (159,96,131). Sum of RGB (Red+Green+Blue) = 159+96+131=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6083 is #609F7C. Grayscale: #767676. Windows color (decimal): -6332285 or 8609951. OLE color: 8609951.

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

Color convert

RGB15996131-
CMYK00.400.180.38
HSL326.67º24.71%50%-
HSV(B)326.67º39.62%62.35%-
XYZ22.5817.3823.64-
YUV118.83134.87156.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 96 (37.89% from 255) = 24.87%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=41.19%
G=24.87%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599613100.400.180.38326.6724.7150
Hex9F608302812261471932
Octal23714020305022465073162
Binary1001111111000001000001101010001001010011010100011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f6083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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