Shades of Strikemaster #91627D
Tints of Strikemaster #91627D
RGB
CMYK
RGB Variations
Color information
#91627D (or 0x91627D) is known color: Strikemaster. HEX triplet: 91, 62 and 7D. RGB value is (145,98,125). Sum of RGB (Red+Green+Blue) = 145+98+125=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 145 - color contains mainly: red. Hex color #91627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91627D is #6E9D82. Grayscale: #737373. Windows color (decimal): -7249283 or 8217233. OLE color: 8217233.
HSL color Cylindrical-coordinate representation of color #91627D: hue angle of 325.53º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #91627D is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 125 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.43 |
| HSL | 325.53º | 0.19% | 0.48% | - |
| HSV(B) | 325.53º | 0.32% | 0.57% | - |
| XYZ | 19.75 | 16.24 | 21.5 | - |
| YUV | 115.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 125 | 0 | 0.32 | 0.14 | 0.43 | 325.53 | 0.19 | 0.48 |
| Hex | 91 | 62 | 7D | 0 | 20 | E | 2B | 146 | 13 | 30 |
| Octal | 221 | 142 | 175 | 0 | 40 | 16 | 53 | 506 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1111101 | 0 | 100000 | 1110 | 101011 | 101000110 | 10011 | 110000 |
Color Harmonies of #91627D
Complementary color
Monochromatic Colors of #91627D
Black with #91627D
Text Example
Text Example
White with #91627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91627D; }
p { color: rgb(145,98,125); }
H1.HeaderClassName
{
color: #91627D;
}
.AnyTagClassName
{
color: #91627D;
}
</style>
background-color css
<style>
a { background-color: #91627D; }
a { background-color: rgb(145,98,125); }
div.DivClassName
{
background-color: #91627D;
}
.BgClassName
{
background-color: #91627D;
}
</style>
border-color css
<style>
span { border-color: #91627D; }
span { border-color: rgb(145,98,125); }
td.TdClassName
{
border-color: #91627D;
}
.TagClassName
{
border-color: #91627D;
}
</style>