Shades of Strikemaster #955B85
Tints of Strikemaster #955B85
RGB
CMYK
RGB Variations
Color information
#955B85 (or 0x955B85) is known color: Strikemaster. HEX triplet: 95, 5B and 85. RGB value is (149,91,133). Sum of RGB (Red+Green+Blue) = 149+91+133=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 91 (35.94% from 255 or 24.40% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 149 - color contains mainly: red. Hex color #955B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B85 is #6AA47A. Grayscale: #717171. Windows color (decimal): -6988923 or 8739733. OLE color: 8739733.
HSL color Cylindrical-coordinate representation of color #955B85: hue angle of 316.55º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B85 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 133 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.42 |
| HSL | 316.55º | 0.24% | 0.47% | - |
| HSV(B) | 316.55º | 0.39% | 0.58% | - |
| XYZ | 20.37 | 15.57 | 24.12 | - |
| YUV | 113.13 | 139.22 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 133 | 0 | 0.39 | 0.11 | 0.42 | 316.55 | 0.24 | 0.47 |
| Hex | 95 | 5B | 85 | 0 | 27 | B | 2A | 13D | 18 | 2F |
| Octal | 225 | 133 | 205 | 0 | 47 | 13 | 52 | 475 | 30 | 57 |
| Binary | 10010101 | 1011011 | 10000101 | 0 | 100111 | 1011 | 101010 | 100111101 | 11000 | 101111 |
Color Harmonies of #955B85
Complementary color
Monochromatic Colors of #955B85
Black with #955B85
Text Example
Text Example
White with #955B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B85; }
p { color: rgb(149,91,133); }
H1.HeaderClassName
{
color: #955B85;
}
.AnyTagClassName
{
color: #955B85;
}
</style>
background-color css
<style>
a { background-color: #955B85; }
a { background-color: rgb(149,91,133); }
div.DivClassName
{
background-color: #955B85;
}
.BgClassName
{
background-color: #955B85;
}
</style>
border-color css
<style>
span { border-color: #955B85; }
span { border-color: rgb(149,91,133); }
td.TdClassName
{
border-color: #955B85;
}
.TagClassName
{
border-color: #955B85;
}
</style>