Shades of Strikemaster #925C83
Tints of Strikemaster #925C83
RGB
CMYK
RGB Variations
Color information
#925C83 (or 0x925C83) is known color: Strikemaster. HEX triplet: 92, 5C and 83. RGB value is (146,92,131). Sum of RGB (Red+Green+Blue) = 146+92+131=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #925C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925C83 is #6DA37C. Grayscale: #707070. Windows color (decimal): -7185277 or 8608914. OLE color: 8608914.
HSL color Cylindrical-coordinate representation of color #925C83: hue angle of 316.67º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C83 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 92 | 131 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.43 |
| HSL | 316.67º | 0.23% | 0.47% | - |
| HSV(B) | 316.67º | 0.37% | 0.57% | - |
| XYZ | 19.78 | 15.4 | 23.4 | - |
| YUV | 112.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 92 | 131 | 0 | 0.37 | 0.10 | 0.43 | 316.67 | 0.23 | 0.47 |
| Hex | 92 | 5C | 83 | 0 | 25 | A | 2B | 13D | 17 | 2F |
| Octal | 222 | 134 | 203 | 0 | 45 | 12 | 53 | 475 | 27 | 57 |
| Binary | 10010010 | 1011100 | 10000011 | 0 | 100101 | 1010 | 101011 | 100111101 | 10111 | 101111 |
Color Harmonies of #925C83
Complementary color
Monochromatic Colors of #925C83
Black with #925C83
Text Example
Text Example
White with #925C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925C83; }
p { color: rgb(146,92,131); }
H1.HeaderClassName
{
color: #925C83;
}
.AnyTagClassName
{
color: #925C83;
}
</style>
background-color css
<style>
a { background-color: #925C83; }
a { background-color: rgb(146,92,131); }
div.DivClassName
{
background-color: #925C83;
}
.BgClassName
{
background-color: #925C83;
}
</style>
border-color css
<style>
span { border-color: #925C83; }
span { border-color: rgb(146,92,131); }
td.TdClassName
{
border-color: #925C83;
}
.TagClassName
{
border-color: #925C83;
}
</style>