Shades of Strikemaster #955C80
Tints of Strikemaster #955C80
RGB
CMYK
RGB Variations
Color information
#955C80 (or 0x955C80) is known color: Strikemaster. HEX triplet: 95, 5C and 80. RGB value is (149,92,128). Sum of RGB (Red+Green+Blue) = 149+92+128=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955C80 is #6AA37F. Grayscale: #717171. Windows color (decimal): -6988672 or 8412309. OLE color: 8412309.
HSL color Cylindrical-coordinate representation of color #955C80: hue angle of 322.11º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955C80 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 92 | 128 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.42 |
| HSL | 322.11º | 0.24% | 0.47% | - |
| HSV(B) | 322.11º | 0.38% | 0.58% | - |
| XYZ | 20.12 | 15.6 | 22.37 | - |
| YUV | 113.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 128 | 0 | 0.38 | 0.14 | 0.42 | 322.11 | 0.24 | 0.47 |
| Hex | 95 | 5C | 80 | 0 | 26 | E | 2A | 142 | 18 | 2F |
| Octal | 225 | 134 | 200 | 0 | 46 | 16 | 52 | 502 | 30 | 57 |
| Binary | 10010101 | 1011100 | 10000000 | 0 | 100110 | 1110 | 101010 | 101000010 | 11000 | 101111 |
Color Harmonies of #955C80
Complementary color
Monochromatic Colors of #955C80
Black with #955C80
Text Example
Text Example
White with #955C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955C80; }
p { color: rgb(149,92,128); }
H1.HeaderClassName
{
color: #955C80;
}
.AnyTagClassName
{
color: #955C80;
}
</style>
background-color css
<style>
a { background-color: #955C80; }
a { background-color: rgb(149,92,128); }
div.DivClassName
{
background-color: #955C80;
}
.BgClassName
{
background-color: #955C80;
}
</style>
border-color css
<style>
span { border-color: #955C80; }
span { border-color: rgb(149,92,128); }
td.TdClassName
{
border-color: #955C80;
}
.TagClassName
{
border-color: #955C80;
}
</style>