Shades of Strikemaster #95617E
Tints of Strikemaster #95617E
RGB
CMYK
RGB Variations
Color information
#95617E (or 0x95617E) is known color: Strikemaster. HEX triplet: 95, 61 and 7E. RGB value is (149,97,126). Sum of RGB (Red+Green+Blue) = 149+97+126=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95617E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95617E is #6A9E81. Grayscale: #737373. Windows color (decimal): -6987394 or 8282517. OLE color: 8282517.
HSL color Cylindrical-coordinate representation of color #95617E: hue angle of 326.54º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95617E is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 97 | 126 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.42 |
| HSL | 326.54º | 0.21% | 0.48% | - |
| HSV(B) | 326.54º | 0.35% | 0.58% | - |
| XYZ | 20.44 | 16.45 | 21.84 | - |
| YUV | 115.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 97 | 126 | 0 | 0.35 | 0.15 | 0.42 | 326.54 | 0.21 | 0.48 |
| Hex | 95 | 61 | 7E | 0 | 23 | F | 2A | 147 | 15 | 30 |
| Octal | 225 | 141 | 176 | 0 | 43 | 17 | 52 | 507 | 25 | 60 |
| Binary | 10010101 | 1100001 | 1111110 | 0 | 100011 | 1111 | 101010 | 101000111 | 10101 | 110000 |
Color Harmonies of #95617E
Complementary color
Monochromatic Colors of #95617E
Black with #95617E
Text Example
Text Example
White with #95617E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95617E; }
p { color: rgb(149,97,126); }
H1.HeaderClassName
{
color: #95617E;
}
.AnyTagClassName
{
color: #95617E;
}
</style>
background-color css
<style>
a { background-color: #95617E; }
a { background-color: rgb(149,97,126); }
div.DivClassName
{
background-color: #95617E;
}
.BgClassName
{
background-color: #95617E;
}
</style>
border-color css
<style>
span { border-color: #95617E; }
span { border-color: rgb(149,97,126); }
td.TdClassName
{
border-color: #95617E;
}
.TagClassName
{
border-color: #95617E;
}
</style>