Shades of Strikemaster #905C7F
Tints of Strikemaster #905C7F
RGB
CMYK
RGB Variations
Color information
#905C7F (or 0x905C7F) is known color: Strikemaster. HEX triplet: 90, 5C and 7F. RGB value is (144,92,127). Sum of RGB (Red+Green+Blue) = 144+92+127=363 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.67% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 144 - color contains mainly: red. Hex color #905C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905C7F is #6FA380. Grayscale: #6F6F6F. Windows color (decimal): -7316353 or 8346768. OLE color: 8346768.
HSL color Cylindrical-coordinate representation of color #905C7F: hue angle of 319.62º 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 #905C7F is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 127 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.44 |
| HSL | 319.62º | 0.22% | 0.46% | - |
| HSV(B) | 319.62º | 0.36% | 0.56% | - |
| XYZ | 19.16 | 15.12 | 21.99 | - |
| YUV | 111.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 127 | 0 | 0.36 | 0.12 | 0.44 | 319.62 | 0.22 | 0.46 |
| Hex | 90 | 5C | 7F | 0 | 24 | C | 2C | 140 | 16 | 2E |
| Octal | 220 | 134 | 177 | 0 | 44 | 14 | 54 | 500 | 26 | 56 |
| Binary | 10010000 | 1011100 | 1111111 | 0 | 100100 | 1100 | 101100 | 101000000 | 10110 | 101110 |
Color Harmonies of #905C7F
Complementary color
Monochromatic Colors of #905C7F
Black with #905C7F
Text Example
Text Example
White with #905C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C7F; }
p { color: rgb(144,92,127); }
H1.HeaderClassName
{
color: #905C7F;
}
.AnyTagClassName
{
color: #905C7F;
}
</style>
background-color css
<style>
a { background-color: #905C7F; }
a { background-color: rgb(144,92,127); }
div.DivClassName
{
background-color: #905C7F;
}
.BgClassName
{
background-color: #905C7F;
}
</style>
border-color css
<style>
span { border-color: #905C7F; }
span { border-color: rgb(144,92,127); }
td.TdClassName
{
border-color: #905C7F;
}
.TagClassName
{
border-color: #905C7F;
}
</style>