Shades of Strikemaster #95667F
Tints of Strikemaster #95667F
RGB
CMYK
RGB Variations
Color information
#95667F (or 0x95667F) is known color: Strikemaster. HEX triplet: 95, 66 and 7F. RGB value is (149,102,127). Sum of RGB (Red+Green+Blue) = 149+102+127=378 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.42% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 149 - color contains mainly: red. Hex color #95667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95667F is #6A9980. Grayscale: #767676. Windows color (decimal): -6986113 or 8349333. OLE color: 8349333.
HSL color Cylindrical-coordinate representation of color #95667F: hue angle of 328.09º 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 #95667F is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 127 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.42 |
| HSL | 328.09º | 0.19% | 0.49% | - |
| HSV(B) | 328.09º | 0.32% | 0.58% | - |
| XYZ | 20.98 | 17.42 | 22.34 | - |
| YUV | 118.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 127 | 0 | 0.32 | 0.15 | 0.42 | 328.09 | 0.19 | 0.49 |
| Hex | 95 | 66 | 7F | 0 | 20 | F | 2A | 148 | 13 | 31 |
| Octal | 225 | 146 | 177 | 0 | 40 | 17 | 52 | 510 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1111111 | 0 | 100000 | 1111 | 101010 | 101001000 | 10011 | 110001 |
Color Harmonies of #95667F
Complementary color
Monochromatic Colors of #95667F
Black with #95667F
Text Example
Text Example
White with #95667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95667F; }
p { color: rgb(149,102,127); }
H1.HeaderClassName
{
color: #95667F;
}
.AnyTagClassName
{
color: #95667F;
}
</style>
background-color css
<style>
a { background-color: #95667F; }
a { background-color: rgb(149,102,127); }
div.DivClassName
{
background-color: #95667F;
}
.BgClassName
{
background-color: #95667F;
}
</style>
border-color css
<style>
span { border-color: #95667F; }
span { border-color: rgb(149,102,127); }
td.TdClassName
{
border-color: #95667F;
}
.TagClassName
{
border-color: #95667F;
}
</style>