Shades of Strikemaster #95667B
Tints of Strikemaster #95667B
RGB
CMYK
RGB Variations
Color information
#95667B (or 0x95667B) is known color: Strikemaster. HEX triplet: 95, 66 and 7B. RGB value is (149,102,123). Sum of RGB (Red+Green+Blue) = 149+102+123=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 149 - color contains mainly: red. Hex color #95667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95667B is #6A9984. Grayscale: #767676. Windows color (decimal): -6986117 or 8087189. OLE color: 8087189.
HSL color Cylindrical-coordinate representation of color #95667B: hue angle of 333.19º 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 #95667B is Cyan = 0, Magento = 0.32, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 102 | 123 | - |
| CMYK | 0 | 0.32 | 0.17 | 0.42 |
| HSL | 333.19º | 0.19% | 0.49% | - |
| HSV(B) | 333.19º | 0.32% | 0.58% | - |
| XYZ | 20.72 | 17.32 | 20.99 | - |
| YUV | 118.45 | 130.57 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 102 | 123 | 0 | 0.32 | 0.17 | 0.42 | 333.19 | 0.19 | 0.49 |
| Hex | 95 | 66 | 7B | 0 | 20 | 11 | 2A | 14D | 13 | 31 |
| Octal | 225 | 146 | 173 | 0 | 40 | 21 | 52 | 515 | 23 | 61 |
| Binary | 10010101 | 1100110 | 1111011 | 0 | 100000 | 10001 | 101010 | 101001101 | 10011 | 110001 |
Color Harmonies of #95667B
Complementary color
Monochromatic Colors of #95667B
Black with #95667B
Text Example
Text Example
White with #95667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95667B; }
p { color: rgb(149,102,123); }
H1.HeaderClassName
{
color: #95667B;
}
.AnyTagClassName
{
color: #95667B;
}
</style>
background-color css
<style>
a { background-color: #95667B; }
a { background-color: rgb(149,102,123); }
div.DivClassName
{
background-color: #95667B;
}
.BgClassName
{
background-color: #95667B;
}
</style>
border-color css
<style>
span { border-color: #95667B; }
span { border-color: rgb(149,102,123); }
td.TdClassName
{
border-color: #95667B;
}
.TagClassName
{
border-color: #95667B;
}
</style>