Shades of Strikemaster #9A5078
Tints of Strikemaster #9A5078
RGB
CMYK
RGB Variations
Color information
#9A5078 (or 0x9A5078) is known color: Strikemaster. HEX triplet: 9A, 50 and 78. RGB value is (154,80,120). Sum of RGB (Red+Green+Blue) = 154+80+120=354 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.50% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 120 (47.27% from 255 or 33.90% from 354); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A5078 is #65AF87. Grayscale: #6A6A6A. Windows color (decimal): -6664072 or 7884954. OLE color: 7884954.
HSL color Cylindrical-coordinate representation of color #9A5078: hue angle of 327.57º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9A5078 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 120 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.40 |
| HSL | 327.57º | 0.32% | 0.46% | - |
| HSV(B) | 327.57º | 0.48% | 0.6% | - |
| XYZ | 19.59 | 13.96 | 19.43 | - |
| YUV | 106.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 120 | 0 | 0.48 | 0.22 | 0.40 | 327.57 | 0.32 | 0.46 |
| Hex | 9A | 50 | 78 | 0 | 30 | 16 | 28 | 148 | 20 | 2E |
| Octal | 232 | 120 | 170 | 0 | 60 | 26 | 50 | 510 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1111000 | 0 | 110000 | 10110 | 101000 | 101001000 | 100000 | 101110 |
Color Harmonies of #9A5078
Complementary color
Monochromatic Colors of #9A5078
Black with #9A5078
Text Example
Text Example
White with #9A5078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5078; }
p { color: rgb(154,80,120); }
H1.HeaderClassName
{
color: #9A5078;
}
.AnyTagClassName
{
color: #9A5078;
}
</style>
background-color css
<style>
a { background-color: #9A5078; }
a { background-color: rgb(154,80,120); }
div.DivClassName
{
background-color: #9A5078;
}
.BgClassName
{
background-color: #9A5078;
}
</style>
border-color css
<style>
span { border-color: #9A5078; }
span { border-color: rgb(154,80,120); }
td.TdClassName
{
border-color: #9A5078;
}
.TagClassName
{
border-color: #9A5078;
}
</style>