Shades of Strikemaster #995E7A
Tints of Strikemaster #995E7A
RGB
CMYK
RGB Variations
Color information
#995E7A (or 0x995E7A) is known color: Strikemaster. HEX triplet: 99, 5E and 7A. RGB value is (153,94,122). Sum of RGB (Red+Green+Blue) = 153+94+122=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E7A is #66A185. Grayscale: #727272. Windows color (decimal): -6726022 or 8019609. OLE color: 8019609.
HSL color Cylindrical-coordinate representation of color #995E7A: hue angle of 331.53º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E7A is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 122 | - |
| CMYK | 0 | 0.39 | 0.20 | 0.4 |
| HSL | 331.53º | 0.24% | 0.48% | - |
| HSV(B) | 331.53º | 0.39% | 0.6% | - |
| XYZ | 20.65 | 16.18 | 20.45 | - |
| YUV | 114.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 122 | 0 | 0.39 | 0.20 | 0.4 | 331.53 | 0.24 | 0.48 |
| Hex | 99 | 5E | 7A | 0 | 27 | 14 | 28 | 14C | 18 | 30 |
| Octal | 231 | 136 | 172 | 0 | 47 | 24 | 50 | 514 | 30 | 60 |
| Binary | 10011001 | 1011110 | 1111010 | 0 | 100111 | 10100 | 101000 | 101001100 | 11000 | 110000 |
Color Harmonies of #995E7A
Complementary color
Monochromatic Colors of #995E7A
Black with #995E7A
Text Example
Text Example
White with #995E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E7A; }
p { color: rgb(153,94,122); }
H1.HeaderClassName
{
color: #995E7A;
}
.AnyTagClassName
{
color: #995E7A;
}
</style>
background-color css
<style>
a { background-color: #995E7A; }
a { background-color: rgb(153,94,122); }
div.DivClassName
{
background-color: #995E7A;
}
.BgClassName
{
background-color: #995E7A;
}
</style>
border-color css
<style>
span { border-color: #995E7A; }
span { border-color: rgb(153,94,122); }
td.TdClassName
{
border-color: #995E7A;
}
.TagClassName
{
border-color: #995E7A;
}
</style>