Shades of Strikemaster #8C6583
Tints of Strikemaster #8C6583
RGB
CMYK
RGB Variations
Color information
#8C6583 (or 0x8C6583) is known color: Strikemaster. HEX triplet: 8C, 65 and 83. RGB value is (140,101,131). Sum of RGB (Red+Green+Blue) = 140+101+131=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6583 is #739A7C. Grayscale: #747474. Windows color (decimal): -7576189 or 8611212. OLE color: 8611212.
HSL color Cylindrical-coordinate representation of color #8C6583: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C6583 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 101 | 131 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.45 |
| HSL | 313.85º | 0.16% | 0.47% | - |
| HSV(B) | 313.85º | 0.28% | 0.55% | - |
| XYZ | 19.57 | 16.52 | 23.63 | - |
| YUV | 116.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 131 | 0 | 0.28 | 0.06 | 0.45 | 313.85 | 0.16 | 0.47 |
| Hex | 8C | 65 | 83 | 0 | 1C | 6 | 2D | 13A | 10 | 2F |
| Octal | 214 | 145 | 203 | 0 | 34 | 6 | 55 | 472 | 20 | 57 |
| Binary | 10001100 | 1100101 | 10000011 | 0 | 11100 | 110 | 101101 | 100111010 | 10000 | 101111 |
Color Harmonies of #8C6583
Complementary color
Monochromatic Colors of #8C6583
Black with #8C6583
Text Example
Text Example
White with #8C6583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6583; }
p { color: rgb(140,101,131); }
H1.HeaderClassName
{
color: #8C6583;
}
.AnyTagClassName
{
color: #8C6583;
}
</style>
background-color css
<style>
a { background-color: #8C6583; }
a { background-color: rgb(140,101,131); }
div.DivClassName
{
background-color: #8C6583;
}
.BgClassName
{
background-color: #8C6583;
}
</style>
border-color css
<style>
span { border-color: #8C6583; }
span { border-color: rgb(140,101,131); }
td.TdClassName
{
border-color: #8C6583;
}
.TagClassName
{
border-color: #8C6583;
}
</style>