Shades of Strikemaster #995B7D
Tints of Strikemaster #995B7D
RGB
CMYK
RGB Variations
Color information
#995B7D (or 0x995B7D) is known color: Strikemaster. HEX triplet: 99, 5B and 7D. RGB value is (153,91,125). Sum of RGB (Red+Green+Blue) = 153+91+125=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #995B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B7D is #66A482. Grayscale: #717171. Windows color (decimal): -6726787 or 8215449. OLE color: 8215449.
HSL color Cylindrical-coordinate representation of color #995B7D: hue angle of 327.1º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B7D is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 91 | 125 | - |
| CMYK | 0 | 0.41 | 0.18 | 0.4 |
| HSL | 327.1º | 0.25% | 0.48% | - |
| HSV(B) | 327.1º | 0.41% | 0.6% | - |
| XYZ | 20.58 | 15.74 | 21.35 | - |
| YUV | 113.41 | 134.54 | 156.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 91 | 125 | 0 | 0.41 | 0.18 | 0.4 | 327.1 | 0.25 | 0.48 |
| Hex | 99 | 5B | 7D | 0 | 29 | 12 | 28 | 147 | 19 | 30 |
| Octal | 231 | 133 | 175 | 0 | 51 | 22 | 50 | 507 | 31 | 60 |
| Binary | 10011001 | 1011011 | 1111101 | 0 | 101001 | 10010 | 101000 | 101000111 | 11001 | 110000 |
Color Harmonies of #995B7D
Complementary color
Monochromatic Colors of #995B7D
Black with #995B7D
Text Example
Text Example
White with #995B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995B7D; }
p { color: rgb(153,91,125); }
H1.HeaderClassName
{
color: #995B7D;
}
.AnyTagClassName
{
color: #995B7D;
}
</style>
background-color css
<style>
a { background-color: #995B7D; }
a { background-color: rgb(153,91,125); }
div.DivClassName
{
background-color: #995B7D;
}
.BgClassName
{
background-color: #995B7D;
}
</style>
border-color css
<style>
span { border-color: #995B7D; }
span { border-color: rgb(153,91,125); }
td.TdClassName
{
border-color: #995B7D;
}
.TagClassName
{
border-color: #995B7D;
}
</style>