Shades of Strikemaster #924C7B
Tints of Strikemaster #924C7B
RGB
CMYK
RGB Variations
Color information
#924C7B (or 0x924C7B) is known color: Strikemaster. HEX triplet: 92, 4C and 7B. RGB value is (146,76,123). Sum of RGB (Red+Green+Blue) = 146+76+123=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #924C7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #924C7B is #6DB384. Grayscale: #666666. Windows color (decimal): -7189381 or 8080530. OLE color: 8080530.
HSL color Cylindrical-coordinate representation of color #924C7B: hue angle of 319.71º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #924C7B is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 76 | 123 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.43 |
| HSL | 319.71º | 0.32% | 0.44% | - |
| HSV(B) | 319.71º | 0.48% | 0.57% | - |
| XYZ | 18.01 | 12.71 | 20.24 | - |
| YUV | 102.29 | 139.69 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 123 | 0 | 0.48 | 0.16 | 0.43 | 319.71 | 0.32 | 0.44 |
| Hex | 92 | 4C | 7B | 0 | 30 | 10 | 2B | 140 | 20 | 2C |
| Octal | 222 | 114 | 173 | 0 | 60 | 20 | 53 | 500 | 40 | 54 |
| Binary | 10010010 | 1001100 | 1111011 | 0 | 110000 | 10000 | 101011 | 101000000 | 100000 | 101100 |
Color Harmonies of #924C7B
Complementary color
Monochromatic Colors of #924C7B
Black with #924C7B
Text Example
Text Example
White with #924C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924C7B; }
p { color: rgb(146,76,123); }
H1.HeaderClassName
{
color: #924C7B;
}
.AnyTagClassName
{
color: #924C7B;
}
</style>
background-color css
<style>
a { background-color: #924C7B; }
a { background-color: rgb(146,76,123); }
div.DivClassName
{
background-color: #924C7B;
}
.BgClassName
{
background-color: #924C7B;
}
</style>
border-color css
<style>
span { border-color: #924C7B; }
span { border-color: rgb(146,76,123); }
td.TdClassName
{
border-color: #924C7B;
}
.TagClassName
{
border-color: #924C7B;
}
</style>