#9B5786

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

Shades of Strikemaster #9B5786

Tints of Strikemaster #9B5786

Color information

#9B5786 (or 0x9B5786) is unknown color: approx Strikemaster. HEX triplet: 9B, 57 and 86. RGB value is (155,87,134). Sum of RGB (Red+Green+Blue) = 155+87+134=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5786 is #64A879. Grayscale: #707070. Windows color (decimal): -6596730 or 8804251. OLE color: 8804251.

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

Color convert

RGB15587134-
CMYK00.440.140.39
HSL318.53º28.1%47.45%-
HSV(B)318.53º43.87%60.78%-
XYZ21.2315.5124.43-
YUV112.69140.03158.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 87 (34.38% from 255) = 23.14%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=41.22%
G=23.14%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558713400.440.140.39318.5328.147.45
Hex9B578602CE2713f1c2f
Octal23312720605416474773457
Binary100110111010111100001100101100111010011110011111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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