Shades of Strikemaster #8F6783
Tints of Strikemaster #8F6783
RGB
CMYK
RGB Variations
Color information
#8F6783 (or 0x8F6783) is known color: Strikemaster. HEX triplet: 8F, 67 and 83. RGB value is (143,103,131). Sum of RGB (Red+Green+Blue) = 143+103+131=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F6783 is #70987C. Grayscale: #767676. Windows color (decimal): -7379069 or 8611727. OLE color: 8611727.
HSL color Cylindrical-coordinate representation of color #8F6783: hue angle of 318º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8F6783 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 131 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.44 |
| HSL | 318º | 0.16% | 0.48% | - |
| HSV(B) | 318º | 0.28% | 0.56% | - |
| XYZ | 20.27 | 17.18 | 23.72 | - |
| YUV | 118.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 131 | 0 | 0.28 | 0.08 | 0.44 | 318 | 0.16 | 0.48 |
| Hex | 8F | 67 | 83 | 0 | 1C | 8 | 2C | 13E | 10 | 30 |
| Octal | 217 | 147 | 203 | 0 | 34 | 10 | 54 | 476 | 20 | 60 |
| Binary | 10001111 | 1100111 | 10000011 | 0 | 11100 | 1000 | 101100 | 100111110 | 10000 | 110000 |
Color Harmonies of #8F6783
Complementary color
Monochromatic Colors of #8F6783
Black with #8F6783
Text Example
Text Example
White with #8F6783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6783; }
p { color: rgb(143,103,131); }
H1.HeaderClassName
{
color: #8F6783;
}
.AnyTagClassName
{
color: #8F6783;
}
</style>
background-color css
<style>
a { background-color: #8F6783; }
a { background-color: rgb(143,103,131); }
div.DivClassName
{
background-color: #8F6783;
}
.BgClassName
{
background-color: #8F6783;
}
</style>
border-color css
<style>
span { border-color: #8F6783; }
span { border-color: rgb(143,103,131); }
td.TdClassName
{
border-color: #8F6783;
}
.TagClassName
{
border-color: #8F6783;
}
</style>