Shades of Strikemaster #916883
Tints of Strikemaster #916883
RGB
CMYK
RGB Variations
Color information
#916883 (or 0x916883) is known color: Strikemaster. HEX triplet: 91, 68 and 83. RGB value is (145,104,131). Sum of RGB (Red+Green+Blue) = 145+104+131=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #916883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916883 is #6E977C. Grayscale: #777777. Windows color (decimal): -7247741 or 8611985. OLE color: 8611985.
HSL color Cylindrical-coordinate representation of color #916883: hue angle of 320.49º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #916883 is Cyan = 0, Magento = 0.28, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 104 | 131 | - |
| CMYK | 0 | 0.28 | 0.10 | 0.43 |
| HSL | 320.49º | 0.16% | 0.49% | - |
| HSV(B) | 320.49º | 0.28% | 0.57% | - |
| XYZ | 20.72 | 17.56 | 23.77 | - |
| YUV | 119.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 104 | 131 | 0 | 0.28 | 0.10 | 0.43 | 320.49 | 0.16 | 0.49 |
| Hex | 91 | 68 | 83 | 0 | 1C | A | 2B | 140 | 10 | 31 |
| Octal | 221 | 150 | 203 | 0 | 34 | 12 | 53 | 500 | 20 | 61 |
| Binary | 10010001 | 1101000 | 10000011 | 0 | 11100 | 1010 | 101011 | 101000000 | 10000 | 110001 |
Color Harmonies of #916883
Complementary color
Monochromatic Colors of #916883
Black with #916883
Text Example
Text Example
White with #916883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916883; }
p { color: rgb(145,104,131); }
H1.HeaderClassName
{
color: #916883;
}
.AnyTagClassName
{
color: #916883;
}
</style>
background-color css
<style>
a { background-color: #916883; }
a { background-color: rgb(145,104,131); }
div.DivClassName
{
background-color: #916883;
}
.BgClassName
{
background-color: #916883;
}
</style>
border-color css
<style>
span { border-color: #916883; }
span { border-color: rgb(145,104,131); }
td.TdClassName
{
border-color: #916883;
}
.TagClassName
{
border-color: #916883;
}
</style>