Shades of Strikemaster #955180
Tints of Strikemaster #955180
RGB
CMYK
RGB Variations
Color information
#955180 (or 0x955180) is known color: Strikemaster. HEX triplet: 95, 51 and 80. RGB value is (149,81,128). Sum of RGB (Red+Green+Blue) = 149+81+128=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #955180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955180 is #6AAE7F. Grayscale: #6A6A6A. Windows color (decimal): -6991488 or 8409493. OLE color: 8409493.
HSL color Cylindrical-coordinate representation of color #955180: hue angle of 318.53º 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 #955180 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 128 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.42 |
| HSL | 318.53º | 0.3% | 0.45% | - |
| HSV(B) | 318.53º | 0.46% | 0.58% | - |
| XYZ | 19.23 | 13.83 | 22.08 | - |
| YUV | 106.69 | 140.03 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 128 | 0 | 0.46 | 0.14 | 0.42 | 318.53 | 0.3 | 0.45 |
| Hex | 95 | 51 | 80 | 0 | 2E | E | 2A | 13F | 1E | 2D |
| Octal | 225 | 121 | 200 | 0 | 56 | 16 | 52 | 477 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10000000 | 0 | 101110 | 1110 | 101010 | 100111111 | 11110 | 101101 |
Color Harmonies of #955180
Complementary color
Monochromatic Colors of #955180
Black with #955180
Text Example
Text Example
White with #955180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955180; }
p { color: rgb(149,81,128); }
H1.HeaderClassName
{
color: #955180;
}
.AnyTagClassName
{
color: #955180;
}
</style>
background-color css
<style>
a { background-color: #955180; }
a { background-color: rgb(149,81,128); }
div.DivClassName
{
background-color: #955180;
}
.BgClassName
{
background-color: #955180;
}
</style>
border-color css
<style>
span { border-color: #955180; }
span { border-color: rgb(149,81,128); }
td.TdClassName
{
border-color: #955180;
}
.TagClassName
{
border-color: #955180;
}
</style>