Shades of Strikemaster #8C6383
Tints of Strikemaster #8C6383
RGB
CMYK
RGB Variations
Color information
#8C6383 (or 0x8C6383) is known color: Strikemaster. HEX triplet: 8C, 63 and 83. RGB value is (140,99,131). Sum of RGB (Red+Green+Blue) = 140+99+131=370 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.84% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 131 (51.56% from 255 or 35.41% from 370); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6383 is #739C7C. Grayscale: #727272. Windows color (decimal): -7576701 or 8610700. OLE color: 8610700.
HSL color Cylindrical-coordinate representation of color #8C6383: hue angle of 313.17º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6383 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 99 | 131 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.45 |
| HSL | 313.17º | 0.17% | 0.47% | - |
| HSV(B) | 313.17º | 0.29% | 0.55% | - |
| XYZ | 19.37 | 16.14 | 23.57 | - |
| YUV | 114.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 99 | 131 | 0 | 0.29 | 0.06 | 0.45 | 313.17 | 0.17 | 0.47 |
| Hex | 8C | 63 | 83 | 0 | 1D | 6 | 2D | 139 | 11 | 2F |
| Octal | 214 | 143 | 203 | 0 | 35 | 6 | 55 | 471 | 21 | 57 |
| Binary | 10001100 | 1100011 | 10000011 | 0 | 11101 | 110 | 101101 | 100111001 | 10001 | 101111 |
Color Harmonies of #8C6383
Complementary color
Monochromatic Colors of #8C6383
Black with #8C6383
Text Example
Text Example
White with #8C6383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6383; }
p { color: rgb(140,99,131); }
H1.HeaderClassName
{
color: #8C6383;
}
.AnyTagClassName
{
color: #8C6383;
}
</style>
background-color css
<style>
a { background-color: #8C6383; }
a { background-color: rgb(140,99,131); }
div.DivClassName
{
background-color: #8C6383;
}
.BgClassName
{
background-color: #8C6383;
}
</style>
border-color css
<style>
span { border-color: #8C6383; }
span { border-color: rgb(140,99,131); }
td.TdClassName
{
border-color: #8C6383;
}
.TagClassName
{
border-color: #8C6383;
}
</style>