Shades of Strikemaster #965A7E
Tints of Strikemaster #965A7E
RGB
CMYK
RGB Variations
Color information
#965A7E (or 0x965A7E) is known color: Strikemaster. HEX triplet: 96, 5A and 7E. RGB value is (150,90,126). Sum of RGB (Red+Green+Blue) = 150+90+126=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 150 - color contains mainly: red. Hex color #965A7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A7E is #69A581. Grayscale: #6F6F6F. Windows color (decimal): -6923650 or 8280726. OLE color: 8280726.
HSL color Cylindrical-coordinate representation of color #965A7E: hue angle of 324º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A7E is Cyan = 0, Magento = 0.4, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 126 | - |
| CMYK | 0 | 0.4 | 0.16 | 0.41 |
| HSL | 324º | 0.25% | 0.47% | - |
| HSV(B) | 324º | 0.4% | 0.59% | - |
| XYZ | 20 | 15.3 | 21.64 | - |
| YUV | 112.04 | 135.88 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 126 | 0 | 0.4 | 0.16 | 0.41 | 324 | 0.25 | 0.47 |
| Hex | 96 | 5A | 7E | 0 | 28 | 10 | 29 | 144 | 19 | 2F |
| Octal | 226 | 132 | 176 | 0 | 50 | 20 | 51 | 504 | 31 | 57 |
| Binary | 10010110 | 1011010 | 1111110 | 0 | 101000 | 10000 | 101001 | 101000100 | 11001 | 101111 |
Color Harmonies of #965A7E
Complementary color
Monochromatic Colors of #965A7E
Black with #965A7E
Text Example
Text Example
White with #965A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A7E; }
p { color: rgb(150,90,126); }
H1.HeaderClassName
{
color: #965A7E;
}
.AnyTagClassName
{
color: #965A7E;
}
</style>
background-color css
<style>
a { background-color: #965A7E; }
a { background-color: rgb(150,90,126); }
div.DivClassName
{
background-color: #965A7E;
}
.BgClassName
{
background-color: #965A7E;
}
</style>
border-color css
<style>
span { border-color: #965A7E; }
span { border-color: rgb(150,90,126); }
td.TdClassName
{
border-color: #965A7E;
}
.TagClassName
{
border-color: #965A7E;
}
</style>