Shades of Strikemaster #965378
Tints of Strikemaster #965378
RGB
CMYK
RGB Variations
Color information
#965378 (or 0x965378) is known color: Strikemaster. HEX triplet: 96, 53 and 78. RGB value is (150,83,120). Sum of RGB (Red+Green+Blue) = 150+83+120=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965378 is #69AC87. Grayscale: #6B6B6B. Windows color (decimal): -6925448 or 7885718. OLE color: 7885718.
HSL color Cylindrical-coordinate representation of color #965378: hue angle of 326.87º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #965378 is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 83 | 120 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.41 |
| HSL | 326.87º | 0.29% | 0.46% | - |
| HSV(B) | 326.87º | 0.45% | 0.59% | - |
| XYZ | 19.06 | 14.03 | 19.47 | - |
| YUV | 107.25 | 135.2 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 83 | 120 | 0 | 0.45 | 0.20 | 0.41 | 326.87 | 0.29 | 0.46 |
| Hex | 96 | 53 | 78 | 0 | 2D | 14 | 29 | 147 | 1D | 2E |
| Octal | 226 | 123 | 170 | 0 | 55 | 24 | 51 | 507 | 35 | 56 |
| Binary | 10010110 | 1010011 | 1111000 | 0 | 101101 | 10100 | 101001 | 101000111 | 11101 | 101110 |
Color Harmonies of #965378
Complementary color
Monochromatic Colors of #965378
Black with #965378
Text Example
Text Example
White with #965378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965378; }
p { color: rgb(150,83,120); }
H1.HeaderClassName
{
color: #965378;
}
.AnyTagClassName
{
color: #965378;
}
</style>
background-color css
<style>
a { background-color: #965378; }
a { background-color: rgb(150,83,120); }
div.DivClassName
{
background-color: #965378;
}
.BgClassName
{
background-color: #965378;
}
</style>
border-color css
<style>
span { border-color: #965378; }
span { border-color: rgb(150,83,120); }
td.TdClassName
{
border-color: #965378;
}
.TagClassName
{
border-color: #965378;
}
</style>