Shades of Strikemaster #955F83
Tints of Strikemaster #955F83
RGB
CMYK
RGB Variations
Color information
#955F83 (or 0x955F83) is known color: Strikemaster. HEX triplet: 95, 5F and 83. RGB value is (149,95,131). Sum of RGB (Red+Green+Blue) = 149+95+131=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 95 (37.5% from 255 or 25.33% from 375); Blue value is 131 (51.56% from 255 or 34.93% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #955F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F83 is #6AA07C. Grayscale: #737373. Windows color (decimal): -6987901 or 8609685. OLE color: 8609685.
HSL color Cylindrical-coordinate representation of color #955F83: hue angle of 320º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F83 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 131 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.42 |
| HSL | 320º | 0.22% | 0.48% | - |
| HSV(B) | 320º | 0.36% | 0.58% | - |
| XYZ | 20.58 | 16.21 | 23.52 | - |
| YUV | 115.25 | 136.89 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 131 | 0 | 0.36 | 0.12 | 0.42 | 320 | 0.22 | 0.48 |
| Hex | 95 | 5F | 83 | 0 | 24 | C | 2A | 140 | 16 | 30 |
| Octal | 225 | 137 | 203 | 0 | 44 | 14 | 52 | 500 | 26 | 60 |
| Binary | 10010101 | 1011111 | 10000011 | 0 | 100100 | 1100 | 101010 | 101000000 | 10110 | 110000 |
Color Harmonies of #955F83
Complementary color
Monochromatic Colors of #955F83
Black with #955F83
Text Example
Text Example
White with #955F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F83; }
p { color: rgb(149,95,131); }
H1.HeaderClassName
{
color: #955F83;
}
.AnyTagClassName
{
color: #955F83;
}
</style>
background-color css
<style>
a { background-color: #955F83; }
a { background-color: rgb(149,95,131); }
div.DivClassName
{
background-color: #955F83;
}
.BgClassName
{
background-color: #955F83;
}
</style>
border-color css
<style>
span { border-color: #955F83; }
span { border-color: rgb(149,95,131); }
td.TdClassName
{
border-color: #955F83;
}
.TagClassName
{
border-color: #955F83;
}
</style>