Shades of Strikemaster #95667E
Tints of Strikemaster #95667E
RGB
CMYK
RGB Variations
Color information
#95667E (or 0x95667E) is known color: Strikemaster. HEX triplet: 95, 66 and 7E. RGB value is (149,102,126). Sum of RGB (Red+Green+Blue) = 149+102+126=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95667E is #6A9981. Grayscale: #767676. Windows color (decimal): -6986114 or 8283797. OLE color: 8283797.
HSL color Cylindrical-coordinate representation of color #95667E: hue angle of 329.36º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95667E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 126 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.42 |
| HSL | 329.36º | 0.19% | 0.49% | - |
| HSV(B) | 329.36º | 0.32% | 0.58% | - |
| XYZ | 20.91 | 17.4 | 21.99 | - |
| YUV | 118.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 126 | 0 | 0.32 | 0.15 | 0.42 | 329.36 | 0.19 | 0.49 |
| Hex | 95 | 66 | 7E | 0 | 20 | F | 2A | 149 | 13 | 31 |
| Octal | 225 | 146 | 176 | 0 | 40 | 17 | 52 | 511 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1111110 | 0 | 100000 | 1111 | 101010 | 101001001 | 10011 | 110001 |
Color Harmonies of #95667E
Complementary color
Monochromatic Colors of #95667E
Black with #95667E
Text Example
Text Example
White with #95667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95667E; }
p { color: rgb(149,102,126); }
H1.HeaderClassName
{
color: #95667E;
}
.AnyTagClassName
{
color: #95667E;
}
</style>
background-color css
<style>
a { background-color: #95667E; }
a { background-color: rgb(149,102,126); }
div.DivClassName
{
background-color: #95667E;
}
.BgClassName
{
background-color: #95667E;
}
</style>
border-color css
<style>
span { border-color: #95667E; }
span { border-color: rgb(149,102,126); }
td.TdClassName
{
border-color: #95667E;
}
.TagClassName
{
border-color: #95667E;
}
</style>