#9B4E79

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

Shades of Strikemaster #9B4E79

Tints of Strikemaster #9B4E79

Color information

#9B4E79 (or 0x9B4E79) is unknown color: approx Strikemaster. HEX triplet: 9B, 4E and 79. RGB value is (155,78,121). Sum of RGB (Red+Green+Blue) = 155+78+121=354 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.79% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 121 (47.66% from 255 or 34.18% from 354); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4E79 is #64B186. Grayscale: #696969. Windows color (decimal): -6599047 or 7949979. OLE color: 7949979.

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

Color convert

RGB15578121-
CMYK00.500.220.39
HSL326.49º33.05%45.69%-
HSV(B)326.49º49.68%60.78%-
XYZ19.6913.819.71-
YUV105.92136.51163-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.79%
GREEN value IS 78 (30.86% from 255) = 22.03%
BLUE value IS 121 (47.66% from 255) = 34.18%
R=43.79%
G=22.03%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557812100.500.220.39326.4933.0545.69
Hex9B4E790321627146212e
Octal23311617106226475064156
Binary1001101110011101111001011001010110100111101000110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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