Shades of Strikemaster #935D80
Tints of Strikemaster #935D80
RGB
CMYK
RGB Variations
Color information
#935D80 (or 0x935D80) is known color: Strikemaster. HEX triplet: 93, 5D and 80. RGB value is (147,93,128). Sum of RGB (Red+Green+Blue) = 147+93+128=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 93 (36.72% from 255 or 25.27% from 368); Blue value is 128 (50.39% from 255 or 34.78% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #935D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935D80 is #6CA27F. Grayscale: #717171. Windows color (decimal): -7119488 or 8412563. OLE color: 8412563.
HSL color Cylindrical-coordinate representation of color #935D80: hue angle of 321.11º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935D80 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 93 | 128 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.42 |
| HSL | 321.11º | 0.23% | 0.47% | - |
| HSV(B) | 321.11º | 0.37% | 0.58% | - |
| XYZ | 19.84 | 15.59 | 22.39 | - |
| YUV | 113.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 93 | 128 | 0 | 0.37 | 0.13 | 0.42 | 321.11 | 0.23 | 0.47 |
| Hex | 93 | 5D | 80 | 0 | 25 | D | 2A | 141 | 16 | 2F |
| Octal | 223 | 135 | 200 | 0 | 45 | 15 | 52 | 501 | 26 | 57 |
| Binary | 10010011 | 1011101 | 10000000 | 0 | 100101 | 1101 | 101010 | 101000001 | 10110 | 101111 |
Color Harmonies of #935D80
Complementary color
Monochromatic Colors of #935D80
Black with #935D80
Text Example
Text Example
White with #935D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935D80; }
p { color: rgb(147,93,128); }
H1.HeaderClassName
{
color: #935D80;
}
.AnyTagClassName
{
color: #935D80;
}
</style>
background-color css
<style>
a { background-color: #935D80; }
a { background-color: rgb(147,93,128); }
div.DivClassName
{
background-color: #935D80;
}
.BgClassName
{
background-color: #935D80;
}
</style>
border-color css
<style>
span { border-color: #935D80; }
span { border-color: rgb(147,93,128); }
td.TdClassName
{
border-color: #935D80;
}
.TagClassName
{
border-color: #935D80;
}
</style>