#9B6379

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

Shades of Strikemaster #9B6379

Tints of Strikemaster #9B6379

Color information

#9B6379 (or 0x9B6379) is unknown color: approx Strikemaster. HEX triplet: 9B, 63 and 79. RGB value is (155,99,121). Sum of RGB (Red+Green+Blue) = 155+99+121=375 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.33% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6379 is #649C86. Grayscale: #767676. Windows color (decimal): -6593671 or 7955355. OLE color: 7955355.

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

Color convert

RGB15599121-
CMYK00.360.220.39
HSL336.43º22.05%49.8%-
HSV(B)336.43º36.13%60.78%-
XYZ21.4317.2720.29-
YUV118.25129.55154.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.33%
GREEN value IS 99 (39.06% from 255) = 26.4%
BLUE value IS 121 (47.66% from 255) = 32.27%
R=41.33%
G=26.4%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559912100.360.220.39336.4322.0549.8
Hex9B637902416271501632
Octal23314317104426475202662
Binary100110111100011111100101001001011010011110101000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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