Shades of Strikemaster #916382
Tints of Strikemaster #916382
RGB
CMYK
RGB Variations
Color information
#916382 (or 0x916382) is known color: Strikemaster. HEX triplet: 91, 63 and 82. RGB value is (145,99,130). Sum of RGB (Red+Green+Blue) = 145+99+130=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916382 is #6E9C7D. Grayscale: #747474. Windows color (decimal): -7249022 or 8545169. OLE color: 8545169.
HSL color Cylindrical-coordinate representation of color #916382: hue angle of 319.57º 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 #916382 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 99 | 130 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.43 |
| HSL | 319.57º | 0.19% | 0.48% | - |
| HSV(B) | 319.57º | 0.32% | 0.57% | - |
| XYZ | 20.17 | 16.56 | 23.25 | - |
| YUV | 116.29 | 135.74 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 130 | 0 | 0.32 | 0.10 | 0.43 | 319.57 | 0.19 | 0.48 |
| Hex | 91 | 63 | 82 | 0 | 20 | A | 2B | 140 | 13 | 30 |
| Octal | 221 | 143 | 202 | 0 | 40 | 12 | 53 | 500 | 23 | 60 |
| Binary | 10010001 | 1100011 | 10000010 | 0 | 100000 | 1010 | 101011 | 101000000 | 10011 | 110000 |
Color Harmonies of #916382
Complementary color
Monochromatic Colors of #916382
Black with #916382
Text Example
Text Example
White with #916382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916382; }
p { color: rgb(145,99,130); }
H1.HeaderClassName
{
color: #916382;
}
.AnyTagClassName
{
color: #916382;
}
</style>
background-color css
<style>
a { background-color: #916382; }
a { background-color: rgb(145,99,130); }
div.DivClassName
{
background-color: #916382;
}
.BgClassName
{
background-color: #916382;
}
</style>
border-color css
<style>
span { border-color: #916382; }
span { border-color: rgb(145,99,130); }
td.TdClassName
{
border-color: #916382;
}
.TagClassName
{
border-color: #916382;
}
</style>