Shades of Strikemaster #96627B
Tints of Strikemaster #96627B
RGB
CMYK
RGB Variations
Color information
#96627B (or 0x96627B) is known color: Strikemaster. HEX triplet: 96, 62 and 7B. RGB value is (150,98,123). Sum of RGB (Red+Green+Blue) = 150+98+123=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96627B is #699D84. Grayscale: #747474. Windows color (decimal): -6921605 or 8086166. OLE color: 8086166.
HSL color Cylindrical-coordinate representation of color #96627B: hue angle of 331.15º 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 #96627B is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 123 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.41 |
| HSL | 331.15º | 0.21% | 0.49% | - |
| HSV(B) | 331.15º | 0.35% | 0.59% | - |
| XYZ | 20.52 | 16.65 | 20.87 | - |
| YUV | 116.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 123 | 0 | 0.35 | 0.18 | 0.41 | 331.15 | 0.21 | 0.49 |
| Hex | 96 | 62 | 7B | 0 | 23 | 12 | 29 | 14B | 15 | 31 |
| Octal | 226 | 142 | 173 | 0 | 43 | 22 | 51 | 513 | 25 | 61 |
| Binary | 10010110 | 1100010 | 1111011 | 0 | 100011 | 10010 | 101001 | 101001011 | 10101 | 110001 |
Color Harmonies of #96627B
Complementary color
Monochromatic Colors of #96627B
Black with #96627B
Text Example
Text Example
White with #96627B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96627B; }
p { color: rgb(150,98,123); }
H1.HeaderClassName
{
color: #96627B;
}
.AnyTagClassName
{
color: #96627B;
}
</style>
background-color css
<style>
a { background-color: #96627B; }
a { background-color: rgb(150,98,123); }
div.DivClassName
{
background-color: #96627B;
}
.BgClassName
{
background-color: #96627B;
}
</style>
border-color css
<style>
span { border-color: #96627B; }
span { border-color: rgb(150,98,123); }
td.TdClassName
{
border-color: #96627B;
}
.TagClassName
{
border-color: #96627B;
}
</style>