Shades of Strikemaster #95467A
Tints of Strikemaster #95467A
RGB
CMYK
RGB Variations
Color information
#95467A (or 0x95467A) is known color: Strikemaster. HEX triplet: 95, 46 and 7A. RGB value is (149,70,122). Sum of RGB (Red+Green+Blue) = 149+70+122=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 149 - color contains mainly: red. Hex color #95467A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95467A is #6AB985. Grayscale: #636363. Windows color (decimal): -6994310 or 8013461. OLE color: 8013461.
HSL color Cylindrical-coordinate representation of color #95467A: hue angle of 320.51º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95467A is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 70 | 122 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.42 |
| HSL | 320.51º | 0.36% | 0.43% | - |
| HSV(B) | 320.51º | 0.53% | 0.58% | - |
| XYZ | 18.1 | 12.18 | 19.81 | - |
| YUV | 99.55 | 140.67 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 70 | 122 | 0 | 0.53 | 0.18 | 0.42 | 320.51 | 0.36 | 0.43 |
| Hex | 95 | 46 | 7A | 0 | 35 | 12 | 2A | 141 | 24 | 2B |
| Octal | 225 | 106 | 172 | 0 | 65 | 22 | 52 | 501 | 44 | 53 |
| Binary | 10010101 | 1000110 | 1111010 | 0 | 110101 | 10010 | 101010 | 101000001 | 100100 | 101011 |
Color Harmonies of #95467A
Complementary color
Monochromatic Colors of #95467A
Black with #95467A
Text Example
Text Example
White with #95467A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95467A; }
p { color: rgb(149,70,122); }
H1.HeaderClassName
{
color: #95467A;
}
.AnyTagClassName
{
color: #95467A;
}
</style>
background-color css
<style>
a { background-color: #95467A; }
a { background-color: rgb(149,70,122); }
div.DivClassName
{
background-color: #95467A;
}
.BgClassName
{
background-color: #95467A;
}
</style>
border-color css
<style>
span { border-color: #95467A; }
span { border-color: rgb(149,70,122); }
td.TdClassName
{
border-color: #95467A;
}
.TagClassName
{
border-color: #95467A;
}
</style>