Shades of Strikemaster #8F607B
Tints of Strikemaster #8F607B
RGB
CMYK
RGB Variations
Color information
#8F607B (or 0x8F607B) is known color: Strikemaster. HEX triplet: 8F, 60 and 7B. RGB value is (143,96,123). Sum of RGB (Red+Green+Blue) = 143+96+123=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 96 (37.89% from 255 or 26.52% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F607B is #709F84. Grayscale: #717171. Windows color (decimal): -7380869 or 8085647. OLE color: 8085647.
HSL color Cylindrical-coordinate representation of color #8F607B: hue angle of 325.53º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F607B is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 96 | 123 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.44 |
| HSL | 325.53º | 0.2% | 0.47% | - |
| HSV(B) | 325.53º | 0.33% | 0.56% | - |
| XYZ | 19.09 | 15.64 | 20.75 | - |
| YUV | 113.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 96 | 123 | 0 | 0.33 | 0.14 | 0.44 | 325.53 | 0.2 | 0.47 |
| Hex | 8F | 60 | 7B | 0 | 21 | E | 2C | 146 | 14 | 2F |
| Octal | 217 | 140 | 173 | 0 | 41 | 16 | 54 | 506 | 24 | 57 |
| Binary | 10001111 | 1100000 | 1111011 | 0 | 100001 | 1110 | 101100 | 101000110 | 10100 | 101111 |
Color Harmonies of #8F607B
Complementary color
Monochromatic Colors of #8F607B
Black with #8F607B
Text Example
Text Example
White with #8F607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F607B; }
p { color: rgb(143,96,123); }
H1.HeaderClassName
{
color: #8F607B;
}
.AnyTagClassName
{
color: #8F607B;
}
</style>
background-color css
<style>
a { background-color: #8F607B; }
a { background-color: rgb(143,96,123); }
div.DivClassName
{
background-color: #8F607B;
}
.BgClassName
{
background-color: #8F607B;
}
</style>
border-color css
<style>
span { border-color: #8F607B; }
span { border-color: rgb(143,96,123); }
td.TdClassName
{
border-color: #8F607B;
}
.TagClassName
{
border-color: #8F607B;
}
</style>