Shades of Strikemaster #905C80
Tints of Strikemaster #905C80
RGB
CMYK
RGB Variations
Color information
#905C80 (or 0x905C80) is known color: Strikemaster. HEX triplet: 90, 5C and 80. RGB value is (144,92,128). Sum of RGB (Red+Green+Blue) = 144+92+128=364 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.56% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 144 - color contains mainly: red. Hex color #905C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #905C80 is #6FA37F. Grayscale: #6F6F6F. Windows color (decimal): -7316352 or 8412304. OLE color: 8412304.
HSL color Cylindrical-coordinate representation of color #905C80: hue angle of 318.46º 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 #905C80 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 92 | 128 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.44 |
| HSL | 318.46º | 0.22% | 0.46% | - |
| HSV(B) | 318.46º | 0.36% | 0.56% | - |
| XYZ | 19.23 | 15.14 | 22.33 | - |
| YUV | 111.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 92 | 128 | 0 | 0.36 | 0.11 | 0.44 | 318.46 | 0.22 | 0.46 |
| Hex | 90 | 5C | 80 | 0 | 24 | B | 2C | 13E | 16 | 2E |
| Octal | 220 | 134 | 200 | 0 | 44 | 13 | 54 | 476 | 26 | 56 |
| Binary | 10010000 | 1011100 | 10000000 | 0 | 100100 | 1011 | 101100 | 100111110 | 10110 | 101110 |
Color Harmonies of #905C80
Complementary color
Monochromatic Colors of #905C80
Black with #905C80
Text Example
Text Example
White with #905C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905C80; }
p { color: rgb(144,92,128); }
H1.HeaderClassName
{
color: #905C80;
}
.AnyTagClassName
{
color: #905C80;
}
</style>
background-color css
<style>
a { background-color: #905C80; }
a { background-color: rgb(144,92,128); }
div.DivClassName
{
background-color: #905C80;
}
.BgClassName
{
background-color: #905C80;
}
</style>
border-color css
<style>
span { border-color: #905C80; }
span { border-color: rgb(144,92,128); }
td.TdClassName
{
border-color: #905C80;
}
.TagClassName
{
border-color: #905C80;
}
</style>