#9B5379

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

Shades of Strikemaster #9B5379

Tints of Strikemaster #9B5379

Color information

#9B5379 (or 0x9B5379) is unknown color: approx Strikemaster. HEX triplet: 9B, 53 and 79. RGB value is (155,83,121). Sum of RGB (Red+Green+Blue) = 155+83+121=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5379 is #64AC86. Grayscale: #6C6C6C. Windows color (decimal): -6597767 or 7951259. OLE color: 7951259.

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

Color convert

RGB15583121-
CMYK00.460.220.39
HSL328.33º30.25%46.67%-
HSV(B)328.33º46.45%60.78%-
XYZ20.0614.5419.84-
YUV108.86134.85160.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.18%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=43.18%
G=23.12%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558312100.460.220.39328.3330.2546.67
Hex9B537902E16271481e2f
Octal23312317105626475103657
Binary100110111010011111100101011101011010011110100100011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,83,121); }

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

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

 a { background-color: rgb(155,83,121); }

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

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

 span { border-color: rgb(155,83,121); }

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