Shades of Strikemaster #916683
Tints of Strikemaster #916683
RGB
CMYK
RGB Variations
Color information
#916683 (or 0x916683) is known color: Strikemaster. HEX triplet: 91, 66 and 83. RGB value is (145,102,131). Sum of RGB (Red+Green+Blue) = 145+102+131=378 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.36% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 145 - color contains mainly: red. Hex color #916683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916683 is #6E997C. Grayscale: #767676. Windows color (decimal): -7248253 or 8611473. OLE color: 8611473.
HSL color Cylindrical-coordinate representation of color #916683: hue angle of 319.53º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916683 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 102 | 131 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.43 |
| HSL | 319.53º | 0.17% | 0.48% | - |
| HSV(B) | 319.53º | 0.3% | 0.57% | - |
| XYZ | 20.53 | 17.16 | 23.7 | - |
| YUV | 118.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 102 | 131 | 0 | 0.30 | 0.10 | 0.43 | 319.53 | 0.17 | 0.48 |
| Hex | 91 | 66 | 83 | 0 | 1E | A | 2B | 140 | 11 | 30 |
| Octal | 221 | 146 | 203 | 0 | 36 | 12 | 53 | 500 | 21 | 60 |
| Binary | 10010001 | 1100110 | 10000011 | 0 | 11110 | 1010 | 101011 | 101000000 | 10001 | 110000 |
Color Harmonies of #916683
Complementary color
Monochromatic Colors of #916683
Black with #916683
Text Example
Text Example
White with #916683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916683; }
p { color: rgb(145,102,131); }
H1.HeaderClassName
{
color: #916683;
}
.AnyTagClassName
{
color: #916683;
}
</style>
background-color css
<style>
a { background-color: #916683; }
a { background-color: rgb(145,102,131); }
div.DivClassName
{
background-color: #916683;
}
.BgClassName
{
background-color: #916683;
}
</style>
border-color css
<style>
span { border-color: #916683; }
span { border-color: rgb(145,102,131); }
td.TdClassName
{
border-color: #916683;
}
.TagClassName
{
border-color: #916683;
}
</style>