Shades of Strikemaster #96617F
Tints of Strikemaster #96617F
RGB
CMYK
RGB Variations
Color information
#96617F (or 0x96617F) is known color: Strikemaster. HEX triplet: 96, 61 and 7F. RGB value is (150,97,127). Sum of RGB (Red+Green+Blue) = 150+97+127=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 127 (50% from 255 or 33.96% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #96617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96617F is #699E80. Grayscale: #747474. Windows color (decimal): -6921857 or 8348054. OLE color: 8348054.
HSL color Cylindrical-coordinate representation of color #96617F: hue angle of 326.04º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96617F is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 127 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.41 |
| HSL | 326.04º | 0.21% | 0.48% | - |
| HSV(B) | 326.04º | 0.35% | 0.59% | - |
| XYZ | 20.68 | 16.57 | 22.19 | - |
| YUV | 116.27 | 134.06 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 127 | 0 | 0.35 | 0.15 | 0.41 | 326.04 | 0.21 | 0.48 |
| Hex | 96 | 61 | 7F | 0 | 23 | F | 29 | 146 | 15 | 30 |
| Octal | 226 | 141 | 177 | 0 | 43 | 17 | 51 | 506 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1111111 | 0 | 100011 | 1111 | 101001 | 101000110 | 10101 | 110000 |
Color Harmonies of #96617F
Complementary color
Monochromatic Colors of #96617F
Black with #96617F
Text Example
Text Example
White with #96617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96617F; }
p { color: rgb(150,97,127); }
H1.HeaderClassName
{
color: #96617F;
}
.AnyTagClassName
{
color: #96617F;
}
</style>
background-color css
<style>
a { background-color: #96617F; }
a { background-color: rgb(150,97,127); }
div.DivClassName
{
background-color: #96617F;
}
.BgClassName
{
background-color: #96617F;
}
</style>
border-color css
<style>
span { border-color: #96617F; }
span { border-color: rgb(150,97,127); }
td.TdClassName
{
border-color: #96617F;
}
.TagClassName
{
border-color: #96617F;
}
</style>