#96607B

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

Shades of Strikemaster #96607B

Tints of Strikemaster #96607B

Color information

#96607B (or 0x96607B) is unknown color: approx Strikemaster. HEX triplet: 96, 60 and 7B. RGB value is (150,96,123). Sum of RGB (Red+Green+Blue) = 150+96+123=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607B is #699F84. Grayscale: #737373. Windows color (decimal): -6922117 or 8085654. OLE color: 8085654.

HSL color Cylindrical-coordinate representation of color #96607B: hue angle of 330º 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 #96607B is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB15096123-
CMYK00.360.180.41
HSL330º21.95%48.24%-
HSV(B)330º36%58.82%-
XYZ20.3416.2820.81-
YUV115.22132.39152.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.65%
GREEN value IS 96 (37.89% from 255) = 26.02%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=40.65%
G=26.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509612300.360.180.4133021.9548.24
Hex96607B024122914a1630
Octal22614017304422515122660
Binary100101101100000111101101001001001010100110100101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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