Shades of Strikemaster #905C83
Tints of Strikemaster #905C83
RGB
CMYK
RGB Variations
Color information
#905C83 (or 0x905C83) is known color: Strikemaster. HEX triplet: 90, 5C and 83. RGB value is (144,92,131). Sum of RGB (Red+Green+Blue) = 144+92+131=367 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.24% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 144 - color contains mainly: red. Hex color #905C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905C83 is #6FA37C. Grayscale: #6F6F6F. Windows color (decimal): -7316349 or 8608912. OLE color: 8608912.
HSL color Cylindrical-coordinate representation of color #905C83: hue angle of 315º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #905C83 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 131 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.44 |
| HSL | 315º | 0.22% | 0.46% | - |
| HSV(B) | 315º | 0.36% | 0.56% | - |
| XYZ | 19.43 | 15.22 | 23.39 | - |
| YUV | 111.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 131 | 0 | 0.36 | 0.09 | 0.44 | 315 | 0.22 | 0.46 |
| Hex | 90 | 5C | 83 | 0 | 24 | 9 | 2C | 13B | 16 | 2E |
| Octal | 220 | 134 | 203 | 0 | 44 | 11 | 54 | 473 | 26 | 56 |
| Binary | 10010000 | 1011100 | 10000011 | 0 | 100100 | 1001 | 101100 | 100111011 | 10110 | 101110 |
Color Harmonies of #905C83
Complementary color
Monochromatic Colors of #905C83
Black with #905C83
Text Example
Text Example
White with #905C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C83; }
p { color: rgb(144,92,131); }
H1.HeaderClassName
{
color: #905C83;
}
.AnyTagClassName
{
color: #905C83;
}
</style>
background-color css
<style>
a { background-color: #905C83; }
a { background-color: rgb(144,92,131); }
div.DivClassName
{
background-color: #905C83;
}
.BgClassName
{
background-color: #905C83;
}
</style>
border-color css
<style>
span { border-color: #905C83; }
span { border-color: rgb(144,92,131); }
td.TdClassName
{
border-color: #905C83;
}
.TagClassName
{
border-color: #905C83;
}
</style>