Shades of Strikemaster #8B6683
Tints of Strikemaster #8B6683
RGB
CMYK
RGB Variations
Color information
#8B6683 (or 0x8B6683) is known color: Strikemaster. HEX triplet: 8B, 66 and 83. RGB value is (139,102,131). Sum of RGB (Red+Green+Blue) = 139+102+131=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B6683 is #74997C. Grayscale: #747474. Windows color (decimal): -7641469 or 8611467. OLE color: 8611467.
HSL color Cylindrical-coordinate representation of color #8B6683: hue angle of 312.97º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6683 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 102 | 131 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.45 |
| HSL | 312.97º | 0.15% | 0.47% | - |
| HSV(B) | 312.97º | 0.27% | 0.55% | - |
| XYZ | 19.5 | 16.63 | 23.66 | - |
| YUV | 116.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 131 | 0 | 0.27 | 0.06 | 0.45 | 312.97 | 0.15 | 0.47 |
| Hex | 8B | 66 | 83 | 0 | 1B | 6 | 2D | 139 | F | 2F |
| Octal | 213 | 146 | 203 | 0 | 33 | 6 | 55 | 471 | 17 | 57 |
| Binary | 10001011 | 1100110 | 10000011 | 0 | 11011 | 110 | 101101 | 100111001 | 1111 | 101111 |
Color Harmonies of #8B6683
Complementary color
Monochromatic Colors of #8B6683
Black with #8B6683
Text Example
Text Example
White with #8B6683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6683; }
p { color: rgb(139,102,131); }
H1.HeaderClassName
{
color: #8B6683;
}
.AnyTagClassName
{
color: #8B6683;
}
</style>
background-color css
<style>
a { background-color: #8B6683; }
a { background-color: rgb(139,102,131); }
div.DivClassName
{
background-color: #8B6683;
}
.BgClassName
{
background-color: #8B6683;
}
</style>
border-color css
<style>
span { border-color: #8B6683; }
span { border-color: rgb(139,102,131); }
td.TdClassName
{
border-color: #8B6683;
}
.TagClassName
{
border-color: #8B6683;
}
</style>