Shades of Strikemaster #995D8C
Tints of Strikemaster #995D8C
RGB
CMYK
RGB Variations
Color information
#995D8C (or 0x995D8C) is known color: Strikemaster. HEX triplet: 99, 5D and 8C. RGB value is (153,93,140). Sum of RGB (Red+Green+Blue) = 153+93+140=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 93 (36.72% from 255 or 24.09% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995D8C is #66A273. Grayscale: #747474. Windows color (decimal): -6726260 or 9199001. OLE color: 9199001.
HSL color Cylindrical-coordinate representation of color #995D8C: hue angle of 313º 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 #995D8C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 93 | 140 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.4 |
| HSL | 313º | 0.24% | 0.48% | - |
| HSV(B) | 313º | 0.39% | 0.6% | - |
| XYZ | 21.78 | 16.49 | 26.85 | - |
| YUV | 116.3 | 141.38 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 93 | 140 | 0 | 0.39 | 0.08 | 0.4 | 313 | 0.24 | 0.48 |
| Hex | 99 | 5D | 8C | 0 | 27 | 8 | 28 | 139 | 18 | 30 |
| Octal | 231 | 135 | 214 | 0 | 47 | 10 | 50 | 471 | 30 | 60 |
| Binary | 10011001 | 1011101 | 10001100 | 0 | 100111 | 1000 | 101000 | 100111001 | 11000 | 110000 |
Color Harmonies of #995D8C
Complementary color
Monochromatic Colors of #995D8C
Black with #995D8C
Text Example
Text Example
White with #995D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995D8C; }
p { color: rgb(153,93,140); }
H1.HeaderClassName
{
color: #995D8C;
}
.AnyTagClassName
{
color: #995D8C;
}
</style>
background-color css
<style>
a { background-color: #995D8C; }
a { background-color: rgb(153,93,140); }
div.DivClassName
{
background-color: #995D8C;
}
.BgClassName
{
background-color: #995D8C;
}
</style>
border-color css
<style>
span { border-color: #995D8C; }
span { border-color: rgb(153,93,140); }
td.TdClassName
{
border-color: #995D8C;
}
.TagClassName
{
border-color: #995D8C;
}
</style>