Shades of Strikemaster #965183
Tints of Strikemaster #965183
RGB
CMYK
RGB Variations
Color information
#965183 (or 0x965183) is known color: Strikemaster. HEX triplet: 96, 51 and 83. RGB value is (150,81,131). Sum of RGB (Red+Green+Blue) = 150+81+131=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #965183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965183 is #69AE7C. Grayscale: #6B6B6B. Windows color (decimal): -6925949 or 8606102. OLE color: 8606102.
HSL color Cylindrical-coordinate representation of color #965183: hue angle of 316.52º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #965183 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 131 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.41 |
| HSL | 316.52º | 0.3% | 0.45% | - |
| HSV(B) | 316.52º | 0.46% | 0.59% | - |
| XYZ | 19.62 | 14.01 | 23.14 | - |
| YUV | 107.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 131 | 0 | 0.46 | 0.13 | 0.41 | 316.52 | 0.3 | 0.45 |
| Hex | 96 | 51 | 83 | 0 | 2E | D | 29 | 13D | 1E | 2D |
| Octal | 226 | 121 | 203 | 0 | 56 | 15 | 51 | 475 | 36 | 55 |
| Binary | 10010110 | 1010001 | 10000011 | 0 | 101110 | 1101 | 101001 | 100111101 | 11110 | 101101 |
Color Harmonies of #965183
Complementary color
Monochromatic Colors of #965183
Black with #965183
Text Example
Text Example
White with #965183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965183; }
p { color: rgb(150,81,131); }
H1.HeaderClassName
{
color: #965183;
}
.AnyTagClassName
{
color: #965183;
}
</style>
background-color css
<style>
a { background-color: #965183; }
a { background-color: rgb(150,81,131); }
div.DivClassName
{
background-color: #965183;
}
.BgClassName
{
background-color: #965183;
}
</style>
border-color css
<style>
span { border-color: #965183; }
span { border-color: rgb(150,81,131); }
td.TdClassName
{
border-color: #965183;
}
.TagClassName
{
border-color: #965183;
}
</style>