#9B4984

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

Shades of Strikemaster #9B4984

Tints of Strikemaster #9B4984

Color information

#9B4984 (or 0x9B4984) is unknown color: approx Strikemaster. HEX triplet: 9B, 49 and 84. RGB value is (155,73,132). Sum of RGB (Red+Green+Blue) = 155+73+132=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4984 is #64B67B. Grayscale: #686868. Windows color (decimal): -6600316 or 8669595. OLE color: 8669595.

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

Color convert

RGB15573132-
CMYK00.530.150.39
HSL316.83º35.96%44.71%-
HSV(B)316.83º52.9%60.78%-
XYZ20.0613.423.36-
YUV104.24143.67164.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.06%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=43.06%
G=20.28%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557313200.530.150.39316.8335.9644.71
Hex9B4984035F2713d242d
Octal23311120406517474754455
Binary1001101110010011000010001101011111100111100111101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,132); }

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

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

 a { background-color: rgb(155,73,132); }

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

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

 span { border-color: rgb(155,73,132); }

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