#9B558A

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

Shades of Strikemaster #9B558A

Tints of Strikemaster #9B558A

Color information

#9B558A (or 0x9B558A) is unknown color: approx Strikemaster. HEX triplet: 9B, 55 and 8A. RGB value is (155,85,138). Sum of RGB (Red+Green+Blue) = 155+85+138=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558A is #64AA75. Grayscale: #6F6F6F. Windows color (decimal): -6597238 or 9065883. OLE color: 9065883.

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

Color convert

RGB15585138-
CMYK00.450.110.39
HSL314.57º29.17%47.06%-
HSV(B)314.57º45.16%60.78%-
XYZ21.3515.325.87-
YUV111.97142.69158.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.01%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=41.01%
G=22.49%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558513800.450.110.39314.5729.1747.06
Hex9B558A02DB2713b1d2f
Octal23312521205513474733557
Binary100110111010101100010100101101101110011110011101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,85,138); }

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

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

 a { background-color: rgb(155,85,138); }

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

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

 span { border-color: rgb(155,85,138); }

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