Shades of Strikemaster #995387
Tints of Strikemaster #995387
RGB
CMYK
RGB Variations
Color information
#995387 (or 0x995387) is known color: Strikemaster. HEX triplet: 99, 53 and 87. RGB value is (153,83,135). Sum of RGB (Red+Green+Blue) = 153+83+135=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #995387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995387 is #66AC78. Grayscale: #6D6D6D. Windows color (decimal): -6728825 or 8868761. OLE color: 8868761.
HSL color Cylindrical-coordinate representation of color #995387: hue angle of 315.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995387 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 135 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.4 |
| HSL | 315.43º | 0.3% | 0.46% | - |
| HSV(B) | 315.43º | 0.46% | 0.6% | - |
| XYZ | 20.6 | 14.71 | 24.67 | - |
| YUV | 109.86 | 142.19 | 158.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 135 | 0 | 0.46 | 0.12 | 0.4 | 315.43 | 0.3 | 0.46 |
| Hex | 99 | 53 | 87 | 0 | 2E | C | 28 | 13B | 1E | 2E |
| Octal | 231 | 123 | 207 | 0 | 56 | 14 | 50 | 473 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10000111 | 0 | 101110 | 1100 | 101000 | 100111011 | 11110 | 101110 |
Color Harmonies of #995387
Complementary color
Monochromatic Colors of #995387
Black with #995387
Text Example
Text Example
White with #995387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995387; }
p { color: rgb(153,83,135); }
H1.HeaderClassName
{
color: #995387;
}
.AnyTagClassName
{
color: #995387;
}
</style>
background-color css
<style>
a { background-color: #995387; }
a { background-color: rgb(153,83,135); }
div.DivClassName
{
background-color: #995387;
}
.BgClassName
{
background-color: #995387;
}
</style>
border-color css
<style>
span { border-color: #995387; }
span { border-color: rgb(153,83,135); }
td.TdClassName
{
border-color: #995387;
}
.TagClassName
{
border-color: #995387;
}
</style>