Shades of Strikemaster #925F7B
Tints of Strikemaster #925F7B
RGB
CMYK
RGB Variations
Color information
#925F7B (or 0x925F7B) is known color: Strikemaster. HEX triplet: 92, 5F and 7B. RGB value is (146,95,123). Sum of RGB (Red+Green+Blue) = 146+95+123=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #925F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925F7B is #6DA084. Grayscale: #717171. Windows color (decimal): -7184517 or 8085394. OLE color: 8085394.
HSL color Cylindrical-coordinate representation of color #925F7B: hue angle of 327.06º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #925F7B is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 95 | 123 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.43 |
| HSL | 327.06º | 0.21% | 0.47% | - |
| HSV(B) | 327.06º | 0.35% | 0.57% | - |
| XYZ | 19.52 | 15.73 | 20.75 | - |
| YUV | 113.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 95 | 123 | 0 | 0.35 | 0.16 | 0.43 | 327.06 | 0.21 | 0.47 |
| Hex | 92 | 5F | 7B | 0 | 23 | 10 | 2B | 147 | 15 | 2F |
| Octal | 222 | 137 | 173 | 0 | 43 | 20 | 53 | 507 | 25 | 57 |
| Binary | 10010010 | 1011111 | 1111011 | 0 | 100011 | 10000 | 101011 | 101000111 | 10101 | 101111 |
Color Harmonies of #925F7B
Complementary color
Monochromatic Colors of #925F7B
Black with #925F7B
Text Example
Text Example
White with #925F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925F7B; }
p { color: rgb(146,95,123); }
H1.HeaderClassName
{
color: #925F7B;
}
.AnyTagClassName
{
color: #925F7B;
}
</style>
background-color css
<style>
a { background-color: #925F7B; }
a { background-color: rgb(146,95,123); }
div.DivClassName
{
background-color: #925F7B;
}
.BgClassName
{
background-color: #925F7B;
}
</style>
border-color css
<style>
span { border-color: #925F7B; }
span { border-color: rgb(146,95,123); }
td.TdClassName
{
border-color: #925F7B;
}
.TagClassName
{
border-color: #925F7B;
}
</style>