Shades of Strikemaster #8B5374
Tints of Strikemaster #8B5374
RGB
CMYK
RGB Variations
Color information
#8B5374 (or 0x8B5374) is known color: Strikemaster. HEX triplet: 8B, 53 and 74. RGB value is (139,83,116). Sum of RGB (Red+Green+Blue) = 139+83+116=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 83 (32.81% from 255 or 24.56% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5374 is #74AC8B. Grayscale: #676767. Windows color (decimal): -7646348 or 7623563. OLE color: 7623563.
HSL color Cylindrical-coordinate representation of color #8B5374: hue angle of 324.64º 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 #8B5374 is Cyan = 0, Magento = 0.40, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 116 | - |
| CMYK | 0 | 0.40 | 0.17 | 0.45 |
| HSL | 324.64º | 0.25% | 0.44% | - |
| HSV(B) | 324.64º | 0.4% | 0.55% | - |
| XYZ | 16.89 | 12.94 | 18.13 | - |
| YUV | 103.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 116 | 0 | 0.40 | 0.17 | 0.45 | 324.64 | 0.25 | 0.44 |
| Hex | 8B | 53 | 74 | 0 | 28 | 11 | 2D | 145 | 19 | 2C |
| Octal | 213 | 123 | 164 | 0 | 50 | 21 | 55 | 505 | 31 | 54 |
| Binary | 10001011 | 1010011 | 1110100 | 0 | 101000 | 10001 | 101101 | 101000101 | 11001 | 101100 |
Color Harmonies of #8B5374
Complementary color
Monochromatic Colors of #8B5374
Black with #8B5374
Text Example
Text Example
White with #8B5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5374; }
p { color: rgb(139,83,116); }
H1.HeaderClassName
{
color: #8B5374;
}
.AnyTagClassName
{
color: #8B5374;
}
</style>
background-color css
<style>
a { background-color: #8B5374; }
a { background-color: rgb(139,83,116); }
div.DivClassName
{
background-color: #8B5374;
}
.BgClassName
{
background-color: #8B5374;
}
</style>
border-color css
<style>
span { border-color: #8B5374; }
span { border-color: rgb(139,83,116); }
td.TdClassName
{
border-color: #8B5374;
}
.TagClassName
{
border-color: #8B5374;
}
</style>