Shades of Strikemaster #95698A
Tints of Strikemaster #95698A
RGB
CMYK
RGB Variations
Color information
#95698A (or 0x95698A) is known color: Strikemaster. HEX triplet: 95, 69 and 8A. RGB value is (149,105,138). Sum of RGB (Red+Green+Blue) = 149+105+138=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #95698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95698A is #6A9675. Grayscale: #797979. Windows color (decimal): -6985334 or 9070997. OLE color: 9070997.
HSL color Cylindrical-coordinate representation of color #95698A: hue angle of 315º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95698A is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 105 | 138 | - |
| CMYK | 0 | 0.30 | 0.07 | 0.42 |
| HSL | 315º | 0.17% | 0.5% | - |
| HSV(B) | 315º | 0.3% | 0.58% | - |
| XYZ | 22.03 | 18.33 | 26.42 | - |
| YUV | 121.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 105 | 138 | 0 | 0.30 | 0.07 | 0.42 | 315 | 0.17 | 0.5 |
| Hex | 95 | 69 | 8A | 0 | 1E | 7 | 2A | 13B | 11 | 32 |
| Octal | 225 | 151 | 212 | 0 | 36 | 7 | 52 | 473 | 21 | 62 |
| Binary | 10010101 | 1101001 | 10001010 | 0 | 11110 | 111 | 101010 | 100111011 | 10001 | 110010 |
Color Harmonies of #95698A
Complementary color
Monochromatic Colors of #95698A
Black with #95698A
Text Example
Text Example
White with #95698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95698A; }
p { color: rgb(149,105,138); }
H1.HeaderClassName
{
color: #95698A;
}
.AnyTagClassName
{
color: #95698A;
}
</style>
background-color css
<style>
a { background-color: #95698A; }
a { background-color: rgb(149,105,138); }
div.DivClassName
{
background-color: #95698A;
}
.BgClassName
{
background-color: #95698A;
}
</style>
border-color css
<style>
span { border-color: #95698A; }
span { border-color: rgb(149,105,138); }
td.TdClassName
{
border-color: #95698A;
}
.TagClassName
{
border-color: #95698A;
}
</style>