Shades of Strikemaster #8B5274
Tints of Strikemaster #8B5274
RGB
CMYK
RGB Variations
Color information
#8B5274 (or 0x8B5274) is known color: Strikemaster. HEX triplet: 8B, 52 and 74. RGB value is (139,82,116). Sum of RGB (Red+Green+Blue) = 139+82+116=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 82 (32.42% from 255 or 24.33% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5274 is #74AD8B. Grayscale: #666666. Windows color (decimal): -7646604 or 7623307. OLE color: 7623307.
HSL color Cylindrical-coordinate representation of color #8B5274: hue angle of 324.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5274 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 82 | 116 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.45 |
| HSL | 324.21º | 0.26% | 0.43% | - |
| HSV(B) | 324.21º | 0.41% | 0.55% | - |
| XYZ | 16.82 | 12.78 | 18.1 | - |
| YUV | 102.92 | 135.38 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 82 | 116 | 0 | 0.41 | 0.17 | 0.45 | 324.21 | 0.26 | 0.43 |
| Hex | 8B | 52 | 74 | 0 | 29 | 11 | 2D | 144 | 1A | 2B |
| Octal | 213 | 122 | 164 | 0 | 51 | 21 | 55 | 504 | 32 | 53 |
| Binary | 10001011 | 1010010 | 1110100 | 0 | 101001 | 10001 | 101101 | 101000100 | 11010 | 101011 |
Color Harmonies of #8B5274
Complementary color
Monochromatic Colors of #8B5274
Black with #8B5274
Text Example
Text Example
White with #8B5274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5274; }
p { color: rgb(139,82,116); }
H1.HeaderClassName
{
color: #8B5274;
}
.AnyTagClassName
{
color: #8B5274;
}
</style>
background-color css
<style>
a { background-color: #8B5274; }
a { background-color: rgb(139,82,116); }
div.DivClassName
{
background-color: #8B5274;
}
.BgClassName
{
background-color: #8B5274;
}
</style>
border-color css
<style>
span { border-color: #8B5274; }
span { border-color: rgb(139,82,116); }
td.TdClassName
{
border-color: #8B5274;
}
.TagClassName
{
border-color: #8B5274;
}
</style>