#9F6082

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

Shades of Strikemaster #9F6082

Tints of Strikemaster #9F6082

Color information

#9F6082 (or 0x9F6082) is unknown color: approx Strikemaster. HEX triplet: 9F, 60 and 82. RGB value is (159,96,130). Sum of RGB (Red+Green+Blue) = 159+96+130=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 96 (37.89% from 255 or 24.94% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6082 is #609F7D. Grayscale: #767676. Windows color (decimal): -6332286 or 8544415. OLE color: 8544415.

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

Color convert

RGB15996130-
CMYK00.400.180.38
HSL327.62º24.71%50%-
HSV(B)327.62º39.62%62.35%-
XYZ22.5117.3523.28-
YUV118.71134.37156.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.30%
GREEN value IS 96 (37.89% from 255) = 24.94%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=41.30%
G=24.94%
B=33.77%

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
Decimal1599613000.400.180.38327.6224.7150
Hex9F608202812261481932
Octal23714020205022465103162
Binary1001111111000001000001001010001001010011010100100011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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