#9B4F79

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

Shades of Strikemaster #9B4F79

Tints of Strikemaster #9B4F79

Color information

#9B4F79 (or 0x9B4F79) is unknown color: approx Strikemaster. HEX triplet: 9B, 4F and 79. RGB value is (155,79,121). Sum of RGB (Red+Green+Blue) = 155+79+121=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B4F79 is #64B086. Grayscale: #6A6A6A. Windows color (decimal): -6598791 or 7950235. OLE color: 7950235.

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

Color convert

RGB15579121-
CMYK00.490.220.39
HSL326.84º32.48%45.88%-
HSV(B)326.84º49.03%60.78%-
XYZ19.7613.9419.74-
YUV106.51136.18162.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=43.66%
G=22.25%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557912100.490.220.39326.8432.4845.88
Hex9B4F790311627147202e
Octal23311717106126475074056
Binary1001101110011111111001011000110110100111101000111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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