Shades of Strikemaster #945A76
Tints of Strikemaster #945A76
RGB
CMYK
RGB Variations
Color information
#945A76 (or 0x945A76) is known color: Strikemaster. HEX triplet: 94, 5A and 76. RGB value is (148,90,118). Sum of RGB (Red+Green+Blue) = 148+90+118=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #945A76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A76 is #6BA589. Grayscale: #6E6E6E. Windows color (decimal): -7054730 or 7756436. OLE color: 7756436.
HSL color Cylindrical-coordinate representation of color #945A76: hue angle of 331.03º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A76 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 90 | 118 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.42 |
| HSL | 331.03º | 0.24% | 0.47% | - |
| HSV(B) | 331.03º | 0.39% | 0.58% | - |
| XYZ | 19.14 | 14.92 | 19.01 | - |
| YUV | 110.53 | 132.22 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 90 | 118 | 0 | 0.39 | 0.20 | 0.42 | 331.03 | 0.24 | 0.47 |
| Hex | 94 | 5A | 76 | 0 | 27 | 14 | 2A | 14B | 18 | 2F |
| Octal | 224 | 132 | 166 | 0 | 47 | 24 | 52 | 513 | 30 | 57 |
| Binary | 10010100 | 1011010 | 1110110 | 0 | 100111 | 10100 | 101010 | 101001011 | 11000 | 101111 |
Color Harmonies of #945A76
Complementary color
Monochromatic Colors of #945A76
Black with #945A76
Text Example
Text Example
White with #945A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945A76; }
p { color: rgb(148,90,118); }
H1.HeaderClassName
{
color: #945A76;
}
.AnyTagClassName
{
color: #945A76;
}
</style>
background-color css
<style>
a { background-color: #945A76; }
a { background-color: rgb(148,90,118); }
div.DivClassName
{
background-color: #945A76;
}
.BgClassName
{
background-color: #945A76;
}
</style>
border-color css
<style>
span { border-color: #945A76; }
span { border-color: rgb(148,90,118); }
td.TdClassName
{
border-color: #945A76;
}
.TagClassName
{
border-color: #945A76;
}
</style>