#9B7586

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

Shades of Strikemaster #9B7586

Tints of Strikemaster #9B7586

Color information

#9B7586 (or 0x9B7586) is unknown color: approx Strikemaster. HEX triplet: 9B, 75 and 86. RGB value is (155,117,134). Sum of RGB (Red+Green+Blue) = 155+117+134=406 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.18% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7586 is #648A79. Grayscale: #828282. Windows color (decimal): -6589050 or 8811931. OLE color: 8811931.

HSL color Cylindrical-coordinate representation of color #9B7586: hue angle of 333.16º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7586 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.39.

Color convert

RGB155117134-
CMYK00.250.140.39
HSL333.16º15.97%53.33%-
HSV(B)333.16º24.52%60.78%-
XYZ24.1821.4125.41-
YUV130.3130.09145.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.18%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=38.18%
G=28.82%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511713400.250.140.39333.1615.9753.33
Hex9B7586019E2714d1035
Octal23316520603116475152065
Binary10011011111010110000110011001111010011110100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,134); }

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

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

 a { background-color: rgb(155,117,134); }

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

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

 span { border-color: rgb(155,117,134); }

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