Shades of Strikemaster #955084
Tints of Strikemaster #955084
RGB
CMYK
RGB Variations
Color information
#955084 (or 0x955084) is known color: Strikemaster. HEX triplet: 95, 50 and 84. RGB value is (149,80,132). Sum of RGB (Red+Green+Blue) = 149+80+132=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #955084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955084 is #6AAF7B. Grayscale: #6A6A6A. Windows color (decimal): -6991740 or 8671381. OLE color: 8671381.
HSL color Cylindrical-coordinate representation of color #955084: hue angle of 314.78º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #955084 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 132 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.42 |
| HSL | 314.78º | 0.3% | 0.45% | - |
| HSV(B) | 314.78º | 0.46% | 0.58% | - |
| XYZ | 19.43 | 13.79 | 23.47 | - |
| YUV | 106.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 132 | 0 | 0.46 | 0.11 | 0.42 | 314.78 | 0.3 | 0.45 |
| Hex | 95 | 50 | 84 | 0 | 2E | B | 2A | 13B | 1E | 2D |
| Octal | 225 | 120 | 204 | 0 | 56 | 13 | 52 | 473 | 36 | 55 |
| Binary | 10010101 | 1010000 | 10000100 | 0 | 101110 | 1011 | 101010 | 100111011 | 11110 | 101101 |
Color Harmonies of #955084
Complementary color
Monochromatic Colors of #955084
Black with #955084
Text Example
Text Example
White with #955084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955084; }
p { color: rgb(149,80,132); }
H1.HeaderClassName
{
color: #955084;
}
.AnyTagClassName
{
color: #955084;
}
</style>
background-color css
<style>
a { background-color: #955084; }
a { background-color: rgb(149,80,132); }
div.DivClassName
{
background-color: #955084;
}
.BgClassName
{
background-color: #955084;
}
</style>
border-color css
<style>
span { border-color: #955084; }
span { border-color: rgb(149,80,132); }
td.TdClassName
{
border-color: #955084;
}
.TagClassName
{
border-color: #955084;
}
</style>