#9f6582

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

Shades of Strikemaster #9F6582

Tints of Strikemaster #9F6582

Color information

#9F6582 (or 0x9F6582) is unknown color: approx Strikemaster. HEX triplet: 9F, 65 and 82. RGB value is (159,101,130). Sum of RGB (Red+Green+Blue) = 159+101+130=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6582 is #609A7D. Grayscale: #797979. Windows color (decimal): -6331006 or 8545695. OLE color: 8545695.

HSL color Cylindrical-coordinate representation of color #9F6582: hue angle of 330º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6582 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.38.

Color convert

RGB159101130-
CMYK00.360.180.38
HSL330º23.2%50.98%-
HSV(B)330º36.48%62.35%-
XYZ22.9818.2923.44-
YUV121.65132.72154.64-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=40.77%
G=25.90%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910113000.360.180.3833023.250.98
Hex9F6582024122614a1733
Octal23714520204422465122763
Binary1001111111001011000001001001001001010011010100101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f6582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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