Shades of Strikemaster #9A507A
Tints of Strikemaster #9A507A
RGB
CMYK
RGB Variations
Color information
#9A507A (or 0x9A507A) is known color: Strikemaster. HEX triplet: 9A, 50 and 7A. RGB value is (154,80,122). Sum of RGB (Red+Green+Blue) = 154+80+122=356 (47% of max value = 765). Red value is 154 (60.55% from 255 or 43.26% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 154 - color contains mainly: red. Hex color #9A507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A507A is #65AF85. Grayscale: #6A6A6A. Windows color (decimal): -6664070 or 8016026. OLE color: 8016026.
HSL color Cylindrical-coordinate representation of color #9A507A: hue angle of 325.95º 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 #9A507A is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 80 | 122 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.40 |
| HSL | 325.95º | 0.32% | 0.46% | - |
| HSV(B) | 325.95º | 0.48% | 0.6% | - |
| XYZ | 19.71 | 14.01 | 20.08 | - |
| YUV | 106.91 | 136.52 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 80 | 122 | 0 | 0.48 | 0.21 | 0.40 | 325.95 | 0.32 | 0.46 |
| Hex | 9A | 50 | 7A | 0 | 30 | 15 | 28 | 146 | 20 | 2E |
| Octal | 232 | 120 | 172 | 0 | 60 | 25 | 50 | 506 | 40 | 56 |
| Binary | 10011010 | 1010000 | 1111010 | 0 | 110000 | 10101 | 101000 | 101000110 | 100000 | 101110 |
Color Harmonies of #9A507A
Complementary color
Monochromatic Colors of #9A507A
Black with #9A507A
Text Example
Text Example
White with #9A507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A507A; }
p { color: rgb(154,80,122); }
H1.HeaderClassName
{
color: #9A507A;
}
.AnyTagClassName
{
color: #9A507A;
}
</style>
background-color css
<style>
a { background-color: #9A507A; }
a { background-color: rgb(154,80,122); }
div.DivClassName
{
background-color: #9A507A;
}
.BgClassName
{
background-color: #9A507A;
}
</style>
border-color css
<style>
span { border-color: #9A507A; }
span { border-color: rgb(154,80,122); }
td.TdClassName
{
border-color: #9A507A;
}
.TagClassName
{
border-color: #9A507A;
}
</style>