Shades of Strikemaster #955083
Tints of Strikemaster #955083
RGB
CMYK
RGB Variations
Color information
#955083 (or 0x955083) is known color: Strikemaster. HEX triplet: 95, 50 and 83. RGB value is (149,80,131). Sum of RGB (Red+Green+Blue) = 149+80+131=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 149 - color contains mainly: red. Hex color #955083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955083 is #6AAF7C. Grayscale: #6A6A6A. Windows color (decimal): -6991741 or 8605845. OLE color: 8605845.
HSL color Cylindrical-coordinate representation of color #955083: hue angle of 315.65º 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 #955083 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 80 | 131 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.42 |
| HSL | 315.65º | 0.3% | 0.45% | - |
| HSV(B) | 315.65º | 0.46% | 0.58% | - |
| XYZ | 19.36 | 13.77 | 23.11 | - |
| YUV | 106.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 80 | 131 | 0 | 0.46 | 0.12 | 0.42 | 315.65 | 0.3 | 0.45 |
| Hex | 95 | 50 | 83 | 0 | 2E | C | 2A | 13C | 1E | 2D |
| Octal | 225 | 120 | 203 | 0 | 56 | 14 | 52 | 474 | 36 | 55 |
| Binary | 10010101 | 1010000 | 10000011 | 0 | 101110 | 1100 | 101010 | 100111100 | 11110 | 101101 |
Color Harmonies of #955083
Complementary color
Monochromatic Colors of #955083
Black with #955083
Text Example
Text Example
White with #955083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955083; }
p { color: rgb(149,80,131); }
H1.HeaderClassName
{
color: #955083;
}
.AnyTagClassName
{
color: #955083;
}
</style>
background-color css
<style>
a { background-color: #955083; }
a { background-color: rgb(149,80,131); }
div.DivClassName
{
background-color: #955083;
}
.BgClassName
{
background-color: #955083;
}
</style>
border-color css
<style>
span { border-color: #955083; }
span { border-color: rgb(149,80,131); }
td.TdClassName
{
border-color: #955083;
}
.TagClassName
{
border-color: #955083;
}
</style>