Shades of Strikemaster #915077
Tints of Strikemaster #915077
RGB
CMYK
RGB Variations
Color information
#915077 (or 0x915077) is known color: Strikemaster. HEX triplet: 91, 50 and 77. RGB value is (145,80,119). Sum of RGB (Red+Green+Blue) = 145+80+119=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #915077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915077 is #6EAF88. Grayscale: #676767. Windows color (decimal): -7253897 or 7819409. OLE color: 7819409.
HSL color Cylindrical-coordinate representation of color #915077: hue angle of 324º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #915077 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 80 | 119 | - |
| CMYK | 0 | 0.45 | 0.18 | 0.43 |
| HSL | 324º | 0.29% | 0.44% | - |
| HSV(B) | 324º | 0.45% | 0.57% | - |
| XYZ | 17.88 | 13.09 | 19.04 | - |
| YUV | 103.88 | 136.53 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 80 | 119 | 0 | 0.45 | 0.18 | 0.43 | 324 | 0.29 | 0.44 |
| Hex | 91 | 50 | 77 | 0 | 2D | 12 | 2B | 144 | 1D | 2C |
| Octal | 221 | 120 | 167 | 0 | 55 | 22 | 53 | 504 | 35 | 54 |
| Binary | 10010001 | 1010000 | 1110111 | 0 | 101101 | 10010 | 101011 | 101000100 | 11101 | 101100 |
Color Harmonies of #915077
Complementary color
Monochromatic Colors of #915077
Black with #915077
Text Example
Text Example
White with #915077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915077; }
p { color: rgb(145,80,119); }
H1.HeaderClassName
{
color: #915077;
}
.AnyTagClassName
{
color: #915077;
}
</style>
background-color css
<style>
a { background-color: #915077; }
a { background-color: rgb(145,80,119); }
div.DivClassName
{
background-color: #915077;
}
.BgClassName
{
background-color: #915077;
}
</style>
border-color css
<style>
span { border-color: #915077; }
span { border-color: rgb(145,80,119); }
td.TdClassName
{
border-color: #915077;
}
.TagClassName
{
border-color: #915077;
}
</style>