#96557B

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

Shades of Strikemaster #96557B

Tints of Strikemaster #96557B

Color information

#96557B (or 0x96557B) is unknown color: approx Strikemaster. HEX triplet: 96, 55 and 7B. RGB value is (150,85,123). Sum of RGB (Red+Green+Blue) = 150+85+123=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96557B is #69AA84. Grayscale: #6C6C6C. Windows color (decimal): -6924933 or 8082838. OLE color: 8082838.

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

Color convert

RGB15085123-
CMYK00.430.180.41
HSL324.92º27.66%46.08%-
HSV(B)324.92º43.33%58.82%-
XYZ19.414.4120.5-
YUV108.77136.03157.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.90%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 123 (48.44% from 255) = 34.36%
R=41.90%
G=23.74%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508512300.430.180.41324.9227.6646.08
Hex96557B02B12291451c2e
Octal22612517305322515053456
Binary100101101010101111101101010111001010100110100010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96557B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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