Shades of Strikemaster #8B5378
Tints of Strikemaster #8B5378
RGB
CMYK
RGB Variations
Color information
#8B5378 (or 0x8B5378) is known color: Strikemaster. HEX triplet: 8B, 53 and 78. RGB value is (139,83,120). Sum of RGB (Red+Green+Blue) = 139+83+120=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5378 is #74AC87. Grayscale: #676767. Windows color (decimal): -7646344 or 7885707. OLE color: 7885707.
HSL color Cylindrical-coordinate representation of color #8B5378: hue angle of 320.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5378 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 120 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.45 |
| HSL | 320.36º | 0.25% | 0.44% | - |
| HSV(B) | 320.36º | 0.4% | 0.55% | - |
| XYZ | 17.13 | 13.03 | 19.38 | - |
| YUV | 103.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 120 | 0 | 0.40 | 0.14 | 0.45 | 320.36 | 0.25 | 0.44 |
| Hex | 8B | 53 | 78 | 0 | 28 | E | 2D | 140 | 19 | 2C |
| Octal | 213 | 123 | 170 | 0 | 50 | 16 | 55 | 500 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1111000 | 0 | 101000 | 1110 | 101101 | 101000000 | 11001 | 101100 |
Color Harmonies of #8B5378
Complementary color
Monochromatic Colors of #8B5378
Black with #8B5378
Text Example
Text Example
White with #8B5378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5378; }
p { color: rgb(139,83,120); }
H1.HeaderClassName
{
color: #8B5378;
}
.AnyTagClassName
{
color: #8B5378;
}
</style>
background-color css
<style>
a { background-color: #8B5378; }
a { background-color: rgb(139,83,120); }
div.DivClassName
{
background-color: #8B5378;
}
.BgClassName
{
background-color: #8B5378;
}
</style>
border-color css
<style>
span { border-color: #8B5378; }
span { border-color: rgb(139,83,120); }
td.TdClassName
{
border-color: #8B5378;
}
.TagClassName
{
border-color: #8B5378;
}
</style>