#96607C

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

Shades of Strikemaster #96607C

Tints of Strikemaster #96607C

Color information

#96607C (or 0x96607C) is unknown color: approx Strikemaster. HEX triplet: 96, 60 and 7C. RGB value is (150,96,124). Sum of RGB (Red+Green+Blue) = 150+96+124=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607C is #699F83. Grayscale: #737373. Windows color (decimal): -6922116 or 8151190. OLE color: 8151190.

HSL color Cylindrical-coordinate representation of color #96607C: hue angle of 328.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96607C is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB15096124-
CMYK00.360.170.41
HSL328.89º21.95%48.24%-
HSV(B)328.89º36%58.82%-
XYZ20.416.3121.14-
YUV115.34132.89152.72-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.54%
GREEN value IS 96 (37.89% from 255) = 25.95%
BLUE value IS 124 (48.83% from 255) = 33.51%
R=40.54%
G=25.95%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509612400.360.170.41328.8921.9548.24
Hex96607C02411291491630
Octal22614017404421515112660
Binary100101101100000111110001001001000110100110100100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96607C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96607C; }

 p { color: rgb(150,96,124); }

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

<style>
 a { background-color: #96607C; }

 a { background-color: rgb(150,96,124); }

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

<style>
 span { border-color: #96607C; }

 span { border-color: rgb(150,96,124); }

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