Shades of Strikemaster #96627D
Tints of Strikemaster #96627D
RGB
CMYK
RGB Variations
Color information
#96627D (or 0x96627D) is known color: Strikemaster. HEX triplet: 96, 62 and 7D. RGB value is (150,98,125). Sum of RGB (Red+Green+Blue) = 150+98+125=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #96627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96627D is #699D82. Grayscale: #747474. Windows color (decimal): -6921603 or 8217238. OLE color: 8217238.
HSL color Cylindrical-coordinate representation of color #96627D: hue angle of 328.85º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96627D is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 125 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.41 |
| HSL | 328.85º | 0.21% | 0.49% | - |
| HSV(B) | 328.85º | 0.35% | 0.59% | - |
| XYZ | 20.65 | 16.7 | 21.54 | - |
| YUV | 116.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 125 | 0 | 0.35 | 0.17 | 0.41 | 328.85 | 0.21 | 0.49 |
| Hex | 96 | 62 | 7D | 0 | 23 | 11 | 29 | 149 | 15 | 31 |
| Octal | 226 | 142 | 175 | 0 | 43 | 21 | 51 | 511 | 25 | 61 |
| Binary | 10010110 | 1100010 | 1111101 | 0 | 100011 | 10001 | 101001 | 101001001 | 10101 | 110001 |
Color Harmonies of #96627D
Complementary color
Monochromatic Colors of #96627D
Black with #96627D
Text Example
Text Example
White with #96627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96627D; }
p { color: rgb(150,98,125); }
H1.HeaderClassName
{
color: #96627D;
}
.AnyTagClassName
{
color: #96627D;
}
</style>
background-color css
<style>
a { background-color: #96627D; }
a { background-color: rgb(150,98,125); }
div.DivClassName
{
background-color: #96627D;
}
.BgClassName
{
background-color: #96627D;
}
</style>
border-color css
<style>
span { border-color: #96627D; }
span { border-color: rgb(150,98,125); }
td.TdClassName
{
border-color: #96627D;
}
.TagClassName
{
border-color: #96627D;
}
</style>