Shades of Strikemaster #91627E
Tints of Strikemaster #91627E
RGB
CMYK
RGB Variations
Color information
#91627E (or 0x91627E) is known color: Strikemaster. HEX triplet: 91, 62 and 7E. RGB value is (145,98,126). Sum of RGB (Red+Green+Blue) = 145+98+126=369 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.30% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 145 - color contains mainly: red. Hex color #91627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91627E is #6E9D81. Grayscale: #737373. Windows color (decimal): -7249282 or 8282769. OLE color: 8282769.
HSL color Cylindrical-coordinate representation of color #91627E: hue angle of 324.26º 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 #91627E is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 98 | 126 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.43 |
| HSL | 324.26º | 0.19% | 0.48% | - |
| HSV(B) | 324.26º | 0.32% | 0.57% | - |
| XYZ | 19.81 | 16.26 | 21.83 | - |
| YUV | 115.25 | 134.07 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 98 | 126 | 0 | 0.32 | 0.13 | 0.43 | 324.26 | 0.19 | 0.48 |
| Hex | 91 | 62 | 7E | 0 | 20 | D | 2B | 144 | 13 | 30 |
| Octal | 221 | 142 | 176 | 0 | 40 | 15 | 53 | 504 | 23 | 60 |
| Binary | 10010001 | 1100010 | 1111110 | 0 | 100000 | 1101 | 101011 | 101000100 | 10011 | 110000 |
Color Harmonies of #91627E
Complementary color
Monochromatic Colors of #91627E
Black with #91627E
Text Example
Text Example
White with #91627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91627E; }
p { color: rgb(145,98,126); }
H1.HeaderClassName
{
color: #91627E;
}
.AnyTagClassName
{
color: #91627E;
}
</style>
background-color css
<style>
a { background-color: #91627E; }
a { background-color: rgb(145,98,126); }
div.DivClassName
{
background-color: #91627E;
}
.BgClassName
{
background-color: #91627E;
}
</style>
border-color css
<style>
span { border-color: #91627E; }
span { border-color: rgb(145,98,126); }
td.TdClassName
{
border-color: #91627E;
}
.TagClassName
{
border-color: #91627E;
}
</style>