Shades of Strikemaster #995388
Tints of Strikemaster #995388
RGB
CMYK
RGB Variations
Color information
#995388 (or 0x995388) is known color: Strikemaster. HEX triplet: 99, 53 and 88. RGB value is (153,83,136). Sum of RGB (Red+Green+Blue) = 153+83+136=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #995388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995388 is #66AC77. Grayscale: #6D6D6D. Windows color (decimal): -6728824 or 8934297. OLE color: 8934297.
HSL color Cylindrical-coordinate representation of color #995388: hue angle of 314.57º 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 #995388 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 136 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.4 |
| HSL | 314.57º | 0.3% | 0.46% | - |
| HSV(B) | 314.57º | 0.46% | 0.6% | - |
| XYZ | 20.67 | 14.74 | 25.05 | - |
| YUV | 109.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 136 | 0 | 0.46 | 0.11 | 0.4 | 314.57 | 0.3 | 0.46 |
| Hex | 99 | 53 | 88 | 0 | 2E | B | 28 | 13B | 1E | 2E |
| Octal | 231 | 123 | 210 | 0 | 56 | 13 | 50 | 473 | 36 | 56 |
| Binary | 10011001 | 1010011 | 10001000 | 0 | 101110 | 1011 | 101000 | 100111011 | 11110 | 101110 |
Color Harmonies of #995388
Complementary color
Monochromatic Colors of #995388
Black with #995388
Text Example
Text Example
White with #995388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995388; }
p { color: rgb(153,83,136); }
H1.HeaderClassName
{
color: #995388;
}
.AnyTagClassName
{
color: #995388;
}
</style>
background-color css
<style>
a { background-color: #995388; }
a { background-color: rgb(153,83,136); }
div.DivClassName
{
background-color: #995388;
}
.BgClassName
{
background-color: #995388;
}
</style>
border-color css
<style>
span { border-color: #995388; }
span { border-color: rgb(153,83,136); }
td.TdClassName
{
border-color: #995388;
}
.TagClassName
{
border-color: #995388;
}
</style>