#9B6384

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

Shades of Strikemaster #9B6384

Tints of Strikemaster #9B6384

Color information

#9B6384 (or 0x9B6384) is unknown color: approx Strikemaster. HEX triplet: 9B, 63 and 84. RGB value is (155,99,132). Sum of RGB (Red+Green+Blue) = 155+99+132=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6384 is #649C7B. Grayscale: #777777. Windows color (decimal): -6593660 or 8676251. OLE color: 8676251.

HSL color Cylindrical-coordinate representation of color #9B6384: hue angle of 324.64º 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 #9B6384 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB15599132-
CMYK00.360.150.39
HSL324.64º22.05%49.8%-
HSV(B)324.64º36.13%60.78%-
XYZ22.1417.5624.05-
YUV119.51135.05153.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 99 (39.06% from 255) = 25.65%
BLUE value IS 132 (51.95% from 255) = 34.20%
R=40.16%
G=25.65%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559913200.360.150.39324.6422.0549.8
Hex9B6384024F271451632
Octal23314320404417475052662
Binary100110111100011100001000100100111110011110100010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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