Shades of Strikemaster #91517D
Tints of Strikemaster #91517D
RGB
CMYK
RGB Variations
Color information
#91517D (or 0x91517D) is known color: Strikemaster. HEX triplet: 91, 51 and 7D. RGB value is (145,81,125). Sum of RGB (Red+Green+Blue) = 145+81+125=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #91517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91517D is #6EAE82. Grayscale: #696969. Windows color (decimal): -7253635 or 8212881. OLE color: 8212881.
HSL color Cylindrical-coordinate representation of color #91517D: hue angle of 318.75º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #91517D is Cyan = 0, Magento = 0.44, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 81 | 125 | - |
| CMYK | 0 | 0.44 | 0.14 | 0.43 |
| HSL | 318.75º | 0.28% | 0.44% | - |
| HSV(B) | 318.75º | 0.44% | 0.57% | - |
| XYZ | 18.32 | 13.39 | 21.02 | - |
| YUV | 105.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 81 | 125 | 0 | 0.44 | 0.14 | 0.43 | 318.75 | 0.28 | 0.44 |
| Hex | 91 | 51 | 7D | 0 | 2C | E | 2B | 13F | 1C | 2C |
| Octal | 221 | 121 | 175 | 0 | 54 | 16 | 53 | 477 | 34 | 54 |
| Binary | 10010001 | 1010001 | 1111101 | 0 | 101100 | 1110 | 101011 | 100111111 | 11100 | 101100 |
Color Harmonies of #91517D
Complementary color
Monochromatic Colors of #91517D
Black with #91517D
Text Example
Text Example
White with #91517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91517D; }
p { color: rgb(145,81,125); }
H1.HeaderClassName
{
color: #91517D;
}
.AnyTagClassName
{
color: #91517D;
}
</style>
background-color css
<style>
a { background-color: #91517D; }
a { background-color: rgb(145,81,125); }
div.DivClassName
{
background-color: #91517D;
}
.BgClassName
{
background-color: #91517D;
}
</style>
border-color css
<style>
span { border-color: #91517D; }
span { border-color: rgb(145,81,125); }
td.TdClassName
{
border-color: #91517D;
}
.TagClassName
{
border-color: #91517D;
}
</style>