Shades of Strikemaster #955377
Tints of Strikemaster #955377
RGB
CMYK
RGB Variations
Color information
#955377 (or 0x955377) is known color: Strikemaster. HEX triplet: 95, 53 and 77. RGB value is (149,83,119). Sum of RGB (Red+Green+Blue) = 149+83+119=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955377 is #6AAC88. Grayscale: #6A6A6A. Windows color (decimal): -6990985 or 7820181. OLE color: 7820181.
HSL color Cylindrical-coordinate representation of color #955377: hue angle of 327.27º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955377 is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 83 | 119 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.42 |
| HSL | 327.27º | 0.28% | 0.45% | - |
| HSV(B) | 327.27º | 0.44% | 0.58% | - |
| XYZ | 18.82 | 13.91 | 19.15 | - |
| YUV | 106.84 | 134.87 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 83 | 119 | 0 | 0.44 | 0.20 | 0.42 | 327.27 | 0.28 | 0.45 |
| Hex | 95 | 53 | 77 | 0 | 2C | 14 | 2A | 147 | 1C | 2D |
| Octal | 225 | 123 | 167 | 0 | 54 | 24 | 52 | 507 | 34 | 55 |
| Binary | 10010101 | 1010011 | 1110111 | 0 | 101100 | 10100 | 101010 | 101000111 | 11100 | 101101 |
Color Harmonies of #955377
Complementary color
Monochromatic Colors of #955377
Black with #955377
Text Example
Text Example
White with #955377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955377; }
p { color: rgb(149,83,119); }
H1.HeaderClassName
{
color: #955377;
}
.AnyTagClassName
{
color: #955377;
}
</style>
background-color css
<style>
a { background-color: #955377; }
a { background-color: rgb(149,83,119); }
div.DivClassName
{
background-color: #955377;
}
.BgClassName
{
background-color: #955377;
}
</style>
border-color css
<style>
span { border-color: #955377; }
span { border-color: rgb(149,83,119); }
td.TdClassName
{
border-color: #955377;
}
.TagClassName
{
border-color: #955377;
}
</style>