#96577B

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

Shades of Strikemaster #96577B

Tints of Strikemaster #96577B

Color information

#96577B (or 0x96577B) is unknown color: approx Strikemaster. HEX triplet: 96, 57 and 7B. RGB value is (150,87,123). Sum of RGB (Red+Green+Blue) = 150+87+123=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 123 (48.44% from 255 or 34.17% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #96577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96577B is #69A884. Grayscale: #6D6D6D. Windows color (decimal): -6924421 or 8083350. OLE color: 8083350.

HSL color Cylindrical-coordinate representation of color #96577B: hue angle of 325.71º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96577B is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15087123-
CMYK00.420.180.41
HSL325.71º26.58%46.47%-
HSV(B)325.71º42%58.82%-
XYZ19.5614.7320.55-
YUV109.94135.37156.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.67%
GREEN value IS 87 (34.38% from 255) = 24.17%
BLUE value IS 123 (48.44% from 255) = 34.17%
R=41.67%
G=24.17%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508712300.420.180.41325.7126.5846.47
Hex96577B02A12291461b2e
Octal22612717305222515063356
Binary100101101010111111101101010101001010100110100011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96577B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96577B; }

 p { color: rgb(150,87,123); }

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

<style>
 a { background-color: #96577B; }

 a { background-color: rgb(150,87,123); }

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

<style>
 span { border-color: #96577B; }

 span { border-color: rgb(150,87,123); }

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