Shades of Strikemaster #935A84
Tints of Strikemaster #935A84
RGB
CMYK
RGB Variations
Color information
#935A84 (or 0x935A84) is known color: Strikemaster. HEX triplet: 93, 5A and 84. RGB value is (147,90,132). Sum of RGB (Red+Green+Blue) = 147+90+132=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 90 (35.55% from 255 or 24.39% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #935A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #935A84 is #6CA57B. Grayscale: #6F6F6F. Windows color (decimal): -7120252 or 8673939. OLE color: 8673939.
HSL color Cylindrical-coordinate representation of color #935A84: hue angle of 315.79º 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 #935A84 is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 132 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.42 |
| HSL | 315.79º | 0.24% | 0.46% | - |
| HSV(B) | 315.79º | 0.39% | 0.58% | - |
| XYZ | 19.85 | 15.18 | 23.71 | - |
| YUV | 111.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 132 | 0 | 0.39 | 0.10 | 0.42 | 315.79 | 0.24 | 0.46 |
| Hex | 93 | 5A | 84 | 0 | 27 | A | 2A | 13C | 18 | 2E |
| Octal | 223 | 132 | 204 | 0 | 47 | 12 | 52 | 474 | 30 | 56 |
| Binary | 10010011 | 1011010 | 10000100 | 0 | 100111 | 1010 | 101010 | 100111100 | 11000 | 101110 |
Color Harmonies of #935A84
Complementary color
Monochromatic Colors of #935A84
Black with #935A84
Text Example
Text Example
White with #935A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A84; }
p { color: rgb(147,90,132); }
H1.HeaderClassName
{
color: #935A84;
}
.AnyTagClassName
{
color: #935A84;
}
</style>
background-color css
<style>
a { background-color: #935A84; }
a { background-color: rgb(147,90,132); }
div.DivClassName
{
background-color: #935A84;
}
.BgClassName
{
background-color: #935A84;
}
</style>
border-color css
<style>
span { border-color: #935A84; }
span { border-color: rgb(147,90,132); }
td.TdClassName
{
border-color: #935A84;
}
.TagClassName
{
border-color: #935A84;
}
</style>