Shades of Strikemaster #95447A
Tints of Strikemaster #95447A
RGB
CMYK
RGB Variations
Color information
#95447A (or 0x95447A) is known color: Strikemaster. HEX triplet: 95, 44 and 7A. RGB value is (149,68,122). Sum of RGB (Red+Green+Blue) = 149+68+122=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #95447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95447A is #6ABB85. Grayscale: #626262. Windows color (decimal): -6994822 or 8012949. OLE color: 8012949.
HSL color Cylindrical-coordinate representation of color #95447A: hue angle of 320º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #95447A is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 68 | 122 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.42 |
| HSL | 320º | 0.37% | 0.43% | - |
| HSV(B) | 320º | 0.54% | 0.58% | - |
| XYZ | 17.97 | 11.93 | 19.77 | - |
| YUV | 98.38 | 141.34 | 164.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 68 | 122 | 0 | 0.54 | 0.18 | 0.42 | 320 | 0.37 | 0.43 |
| Hex | 95 | 44 | 7A | 0 | 36 | 12 | 2A | 140 | 25 | 2B |
| Octal | 225 | 104 | 172 | 0 | 66 | 22 | 52 | 500 | 45 | 53 |
| Binary | 10010101 | 1000100 | 1111010 | 0 | 110110 | 10010 | 101010 | 101000000 | 100101 | 101011 |
Color Harmonies of #95447A
Complementary color
Monochromatic Colors of #95447A
Black with #95447A
Text Example
Text Example
White with #95447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95447A; }
p { color: rgb(149,68,122); }
H1.HeaderClassName
{
color: #95447A;
}
.AnyTagClassName
{
color: #95447A;
}
</style>
background-color css
<style>
a { background-color: #95447A; }
a { background-color: rgb(149,68,122); }
div.DivClassName
{
background-color: #95447A;
}
.BgClassName
{
background-color: #95447A;
}
</style>
border-color css
<style>
span { border-color: #95447A; }
span { border-color: rgb(149,68,122); }
td.TdClassName
{
border-color: #95447A;
}
.TagClassName
{
border-color: #95447A;
}
</style>