#96607F

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

Shades of Strikemaster #96607F

Tints of Strikemaster #96607F

Color information

#96607F (or 0x96607F) is unknown color: approx Strikemaster. HEX triplet: 96, 60 and 7F. RGB value is (150,96,127). Sum of RGB (Red+Green+Blue) = 150+96+127=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607F is #699F80. Grayscale: #737373. Windows color (decimal): -6922113 or 8347798. OLE color: 8347798.

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

Color convert

RGB15096127-
CMYK00.360.150.41
HSL325.56º21.95%48.24%-
HSV(B)325.56º36%58.82%-
XYZ20.5916.3822.16-
YUV115.68134.39152.48-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40.21%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 127 (50% from 255) = 34.05%
R=40.21%
G=25.74%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509612700.360.150.41325.5621.9548.24
Hex96607F024F291461630
Octal22614017704417515062660
Binary10010110110000011111110100100111110100110100011010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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