Shades of Strikemaster #924B7A
Tints of Strikemaster #924B7A
RGB
CMYK
RGB Variations
Color information
#924B7A (or 0x924B7A) is known color: Strikemaster. HEX triplet: 92, 4B and 7A. RGB value is (146,75,122). Sum of RGB (Red+Green+Blue) = 146+75+122=343 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.57% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 146 - color contains mainly: red. Hex color #924B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924B7A is #6DB485. Grayscale: #656565. Windows color (decimal): -7189638 or 8014738. OLE color: 8014738.
HSL color Cylindrical-coordinate representation of color #924B7A: hue angle of 320.28º degrees, saturation: 0.32, 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 #924B7A is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 75 | 122 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.43 |
| HSL | 320.28º | 0.32% | 0.43% | - |
| HSV(B) | 320.28º | 0.49% | 0.57% | - |
| XYZ | 17.88 | 12.55 | 19.89 | - |
| YUV | 101.59 | 139.52 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 75 | 122 | 0 | 0.49 | 0.16 | 0.43 | 320.28 | 0.32 | 0.43 |
| Hex | 92 | 4B | 7A | 0 | 31 | 10 | 2B | 140 | 20 | 2B |
| Octal | 222 | 113 | 172 | 0 | 61 | 20 | 53 | 500 | 40 | 53 |
| Binary | 10010010 | 1001011 | 1111010 | 0 | 110001 | 10000 | 101011 | 101000000 | 100000 | 101011 |
Color Harmonies of #924B7A
Complementary color
Monochromatic Colors of #924B7A
Black with #924B7A
Text Example
Text Example
White with #924B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924B7A; }
p { color: rgb(146,75,122); }
H1.HeaderClassName
{
color: #924B7A;
}
.AnyTagClassName
{
color: #924B7A;
}
</style>
background-color css
<style>
a { background-color: #924B7A; }
a { background-color: rgb(146,75,122); }
div.DivClassName
{
background-color: #924B7A;
}
.BgClassName
{
background-color: #924B7A;
}
</style>
border-color css
<style>
span { border-color: #924B7A; }
span { border-color: rgb(146,75,122); }
td.TdClassName
{
border-color: #924B7A;
}
.TagClassName
{
border-color: #924B7A;
}
</style>