Shades of Strikemaster #92507D
Tints of Strikemaster #92507D
RGB
CMYK
RGB Variations
Color information
#92507D (or 0x92507D) is known color: Strikemaster. HEX triplet: 92, 50 and 7D. RGB value is (146,80,125). Sum of RGB (Red+Green+Blue) = 146+80+125=351 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.60% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 146 - color contains mainly: red. Hex color #92507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92507D is #6DAF82. Grayscale: #686868. Windows color (decimal): -7188355 or 8212626. OLE color: 8212626.
HSL color Cylindrical-coordinate representation of color #92507D: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #92507D is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 80 | 125 | - |
| CMYK | 0 | 0.45 | 0.14 | 0.43 |
| HSL | 319.09º | 0.29% | 0.44% | - |
| HSV(B) | 319.09º | 0.45% | 0.57% | - |
| XYZ | 18.42 | 13.33 | 21 | - |
| YUV | 104.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 80 | 125 | 0 | 0.45 | 0.14 | 0.43 | 319.09 | 0.29 | 0.44 |
| Hex | 92 | 50 | 7D | 0 | 2D | E | 2B | 13F | 1D | 2C |
| Octal | 222 | 120 | 175 | 0 | 55 | 16 | 53 | 477 | 35 | 54 |
| Binary | 10010010 | 1010000 | 1111101 | 0 | 101101 | 1110 | 101011 | 100111111 | 11101 | 101100 |
Color Harmonies of #92507D
Complementary color
Monochromatic Colors of #92507D
Black with #92507D
Text Example
Text Example
White with #92507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92507D; }
p { color: rgb(146,80,125); }
H1.HeaderClassName
{
color: #92507D;
}
.AnyTagClassName
{
color: #92507D;
}
</style>
background-color css
<style>
a { background-color: #92507D; }
a { background-color: rgb(146,80,125); }
div.DivClassName
{
background-color: #92507D;
}
.BgClassName
{
background-color: #92507D;
}
</style>
border-color css
<style>
span { border-color: #92507D; }
span { border-color: rgb(146,80,125); }
td.TdClassName
{
border-color: #92507D;
}
.TagClassName
{
border-color: #92507D;
}
</style>