Shades of Strikemaster #935A80
Tints of Strikemaster #935A80
RGB
CMYK
RGB Variations
Color information
#935A80 (or 0x935A80) is known color: Strikemaster. HEX triplet: 93, 5A and 80. RGB value is (147,90,128). Sum of RGB (Red+Green+Blue) = 147+90+128=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #935A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935A80 is #6CA57F. Grayscale: #6F6F6F. Windows color (decimal): -7120256 or 8411795. OLE color: 8411795.
HSL color Cylindrical-coordinate representation of color #935A80: hue angle of 320º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A80 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 128 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.42 |
| HSL | 320º | 0.24% | 0.46% | - |
| HSV(B) | 320º | 0.39% | 0.58% | - |
| XYZ | 19.59 | 15.07 | 22.3 | - |
| YUV | 111.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 128 | 0 | 0.39 | 0.13 | 0.42 | 320 | 0.24 | 0.46 |
| Hex | 93 | 5A | 80 | 0 | 27 | D | 2A | 140 | 18 | 2E |
| Octal | 223 | 132 | 200 | 0 | 47 | 15 | 52 | 500 | 30 | 56 |
| Binary | 10010011 | 1011010 | 10000000 | 0 | 100111 | 1101 | 101010 | 101000000 | 11000 | 101110 |
Color Harmonies of #935A80
Complementary color
Monochromatic Colors of #935A80
Black with #935A80
Text Example
Text Example
White with #935A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A80; }
p { color: rgb(147,90,128); }
H1.HeaderClassName
{
color: #935A80;
}
.AnyTagClassName
{
color: #935A80;
}
</style>
background-color css
<style>
a { background-color: #935A80; }
a { background-color: rgb(147,90,128); }
div.DivClassName
{
background-color: #935A80;
}
.BgClassName
{
background-color: #935A80;
}
</style>
border-color css
<style>
span { border-color: #935A80; }
span { border-color: rgb(147,90,128); }
td.TdClassName
{
border-color: #935A80;
}
.TagClassName
{
border-color: #935A80;
}
</style>