Shades of Strikemaster #91678A
Tints of Strikemaster #91678A
RGB
CMYK
RGB Variations
Color information
#91678A (or 0x91678A) is known color: Strikemaster. HEX triplet: 91, 67 and 8A. RGB value is (145,103,138). Sum of RGB (Red+Green+Blue) = 145+103+138=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #91678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91678A is #6E9875. Grayscale: #777777. Windows color (decimal): -7247990 or 9070481. OLE color: 9070481.
HSL color Cylindrical-coordinate representation of color #91678A: hue angle of 310º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #91678A is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 103 | 138 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.43 |
| HSL | 310º | 0.17% | 0.49% | - |
| HSV(B) | 310º | 0.29% | 0.57% | - |
| XYZ | 21.11 | 17.56 | 26.32 | - |
| YUV | 119.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 103 | 138 | 0 | 0.29 | 0.05 | 0.43 | 310 | 0.17 | 0.49 |
| Hex | 91 | 67 | 8A | 0 | 1D | 5 | 2B | 136 | 11 | 31 |
| Octal | 221 | 147 | 212 | 0 | 35 | 5 | 53 | 466 | 21 | 61 |
| Binary | 10010001 | 1100111 | 10001010 | 0 | 11101 | 101 | 101011 | 100110110 | 10001 | 110001 |
Color Harmonies of #91678A
Complementary color
Monochromatic Colors of #91678A
Black with #91678A
Text Example
Text Example
White with #91678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91678A; }
p { color: rgb(145,103,138); }
H1.HeaderClassName
{
color: #91678A;
}
.AnyTagClassName
{
color: #91678A;
}
</style>
background-color css
<style>
a { background-color: #91678A; }
a { background-color: rgb(145,103,138); }
div.DivClassName
{
background-color: #91678A;
}
.BgClassName
{
background-color: #91678A;
}
</style>
border-color css
<style>
span { border-color: #91678A; }
span { border-color: rgb(145,103,138); }
td.TdClassName
{
border-color: #91678A;
}
.TagClassName
{
border-color: #91678A;
}
</style>