Shades of Strikemaster #95457A
Tints of Strikemaster #95457A
RGB
CMYK
RGB Variations
Color information
#95457A (or 0x95457A) is known color: Strikemaster. HEX triplet: 95, 45 and 7A. RGB value is (149,69,122). Sum of RGB (Red+Green+Blue) = 149+69+122=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #95457A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #95457A is #6ABA85. Grayscale: #626262. Windows color (decimal): -6994566 or 8013205. OLE color: 8013205.
HSL color Cylindrical-coordinate representation of color #95457A: hue angle of 320.25º 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 #95457A is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 69 | 122 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.42 |
| HSL | 320.25º | 0.37% | 0.43% | - |
| HSV(B) | 320.25º | 0.54% | 0.58% | - |
| XYZ | 18.04 | 12.05 | 19.79 | - |
| YUV | 98.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 69 | 122 | 0 | 0.54 | 0.18 | 0.42 | 320.25 | 0.37 | 0.43 |
| Hex | 95 | 45 | 7A | 0 | 36 | 12 | 2A | 140 | 25 | 2B |
| Octal | 225 | 105 | 172 | 0 | 66 | 22 | 52 | 500 | 45 | 53 |
| Binary | 10010101 | 1000101 | 1111010 | 0 | 110110 | 10010 | 101010 | 101000000 | 100101 | 101011 |
Color Harmonies of #95457A
Complementary color
Monochromatic Colors of #95457A
Black with #95457A
Text Example
Text Example
White with #95457A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95457A; }
p { color: rgb(149,69,122); }
H1.HeaderClassName
{
color: #95457A;
}
.AnyTagClassName
{
color: #95457A;
}
</style>
background-color css
<style>
a { background-color: #95457A; }
a { background-color: rgb(149,69,122); }
div.DivClassName
{
background-color: #95457A;
}
.BgClassName
{
background-color: #95457A;
}
</style>
border-color css
<style>
span { border-color: #95457A; }
span { border-color: rgb(149,69,122); }
td.TdClassName
{
border-color: #95457A;
}
.TagClassName
{
border-color: #95457A;
}
</style>