#9B577D

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

Shades of Strikemaster #9B577D

Tints of Strikemaster #9B577D

Color information

#9B577D (or 0x9B577D) is unknown color: approx Strikemaster. HEX triplet: 9B, 57 and 7D. RGB value is (155,87,125). Sum of RGB (Red+Green+Blue) = 155+87+125=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B577D is #64A882. Grayscale: #6F6F6F. Windows color (decimal): -6596739 or 8214427. OLE color: 8214427.

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

Color convert

RGB15587125-
CMYK00.440.190.39
HSL326.47º28.1%47.45%-
HSV(B)326.47º43.87%60.78%-
XYZ20.6315.2721.26-
YUV111.66135.53158.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=42.23%
G=23.71%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558712500.440.190.39326.4728.147.45
Hex9B577D02C13271461c2f
Octal23312717505423475063457
Binary100110111010111111110101011001001110011110100011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,125); }

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

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

 a { background-color: rgb(155,87,125); }

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

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

 span { border-color: rgb(155,87,125); }

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