Shades of Strikemaster #915D84
Tints of Strikemaster #915D84
RGB
CMYK
RGB Variations
Color information
#915D84 (or 0x915D84) is known color: Strikemaster. HEX triplet: 91, 5D and 84. RGB value is (145,93,132). Sum of RGB (Red+Green+Blue) = 145+93+132=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 145 - color contains mainly: red. Hex color #915D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915D84 is #6EA27B. Grayscale: #707070. Windows color (decimal): -7250556 or 8674705. OLE color: 8674705.
HSL color Cylindrical-coordinate representation of color #915D84: hue angle of 315º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D84 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 93 | 132 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.43 |
| HSL | 315º | 0.22% | 0.47% | - |
| HSV(B) | 315º | 0.36% | 0.57% | - |
| XYZ | 19.76 | 15.51 | 23.78 | - |
| YUV | 112.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 93 | 132 | 0 | 0.36 | 0.09 | 0.43 | 315 | 0.22 | 0.47 |
| Hex | 91 | 5D | 84 | 0 | 24 | 9 | 2B | 13B | 16 | 2F |
| Octal | 221 | 135 | 204 | 0 | 44 | 11 | 53 | 473 | 26 | 57 |
| Binary | 10010001 | 1011101 | 10000100 | 0 | 100100 | 1001 | 101011 | 100111011 | 10110 | 101111 |
Color Harmonies of #915D84
Complementary color
Monochromatic Colors of #915D84
Black with #915D84
Text Example
Text Example
White with #915D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915D84; }
p { color: rgb(145,93,132); }
H1.HeaderClassName
{
color: #915D84;
}
.AnyTagClassName
{
color: #915D84;
}
</style>
background-color css
<style>
a { background-color: #915D84; }
a { background-color: rgb(145,93,132); }
div.DivClassName
{
background-color: #915D84;
}
.BgClassName
{
background-color: #915D84;
}
</style>
border-color css
<style>
span { border-color: #915D84; }
span { border-color: rgb(145,93,132); }
td.TdClassName
{
border-color: #915D84;
}
.TagClassName
{
border-color: #915D84;
}
</style>