Shades of Strikemaster #915380
Tints of Strikemaster #915380
RGB
CMYK
RGB Variations
Color information
#915380 (or 0x915380) is known color: Strikemaster. HEX triplet: 91, 53 and 80. RGB value is (145,83,128). Sum of RGB (Red+Green+Blue) = 145+83+128=356 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.73% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 128 (50.39% from 255 or 35.96% from 356); Max value from RGB is 145 - color contains mainly: red. Hex color #915380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915380 is #6EAC7F. Grayscale: #6A6A6A. Windows color (decimal): -7253120 or 8410001. OLE color: 8410001.
HSL color Cylindrical-coordinate representation of color #915380: hue angle of 316.45º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #915380 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 83 | 128 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.43 |
| HSL | 316.45º | 0.27% | 0.45% | - |
| HSV(B) | 316.45º | 0.43% | 0.57% | - |
| XYZ | 18.67 | 13.76 | 22.1 | - |
| YUV | 106.67 | 140.04 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 83 | 128 | 0 | 0.43 | 0.12 | 0.43 | 316.45 | 0.27 | 0.45 |
| Hex | 91 | 53 | 80 | 0 | 2B | C | 2B | 13C | 1B | 2D |
| Octal | 221 | 123 | 200 | 0 | 53 | 14 | 53 | 474 | 33 | 55 |
| Binary | 10010001 | 1010011 | 10000000 | 0 | 101011 | 1100 | 101011 | 100111100 | 11011 | 101101 |
Color Harmonies of #915380
Complementary color
Monochromatic Colors of #915380
Black with #915380
Text Example
Text Example
White with #915380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915380; }
p { color: rgb(145,83,128); }
H1.HeaderClassName
{
color: #915380;
}
.AnyTagClassName
{
color: #915380;
}
</style>
background-color css
<style>
a { background-color: #915380; }
a { background-color: rgb(145,83,128); }
div.DivClassName
{
background-color: #915380;
}
.BgClassName
{
background-color: #915380;
}
</style>
border-color css
<style>
span { border-color: #915380; }
span { border-color: rgb(145,83,128); }
td.TdClassName
{
border-color: #915380;
}
.TagClassName
{
border-color: #915380;
}
</style>