Shades of Strikemaster #924A7A
Tints of Strikemaster #924A7A
RGB
CMYK
RGB Variations
Color information
#924A7A (or 0x924A7A) is known color: Strikemaster. HEX triplet: 92, 4A and 7A. RGB value is (146,74,122). Sum of RGB (Red+Green+Blue) = 146+74+122=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #924A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924A7A is #6DB585. Grayscale: #646464. Windows color (decimal): -7189894 or 8014482. OLE color: 8014482.
HSL color Cylindrical-coordinate representation of color #924A7A: hue angle of 320º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #924A7A is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 74 | 122 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.43 |
| HSL | 320º | 0.33% | 0.43% | - |
| HSV(B) | 320º | 0.49% | 0.57% | - |
| XYZ | 17.82 | 12.41 | 19.87 | - |
| YUV | 101 | 139.85 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 122 | 0 | 0.49 | 0.16 | 0.43 | 320 | 0.33 | 0.43 |
| Hex | 92 | 4A | 7A | 0 | 31 | 10 | 2B | 140 | 21 | 2B |
| Octal | 222 | 112 | 172 | 0 | 61 | 20 | 53 | 500 | 41 | 53 |
| Binary | 10010010 | 1001010 | 1111010 | 0 | 110001 | 10000 | 101011 | 101000000 | 100001 | 101011 |
Color Harmonies of #924A7A
Complementary color
Monochromatic Colors of #924A7A
Black with #924A7A
Text Example
Text Example
White with #924A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924A7A; }
p { color: rgb(146,74,122); }
H1.HeaderClassName
{
color: #924A7A;
}
.AnyTagClassName
{
color: #924A7A;
}
</style>
background-color css
<style>
a { background-color: #924A7A; }
a { background-color: rgb(146,74,122); }
div.DivClassName
{
background-color: #924A7A;
}
.BgClassName
{
background-color: #924A7A;
}
</style>
border-color css
<style>
span { border-color: #924A7A; }
span { border-color: rgb(146,74,122); }
td.TdClassName
{
border-color: #924A7A;
}
.TagClassName
{
border-color: #924A7A;
}
</style>