Shades of Strikemaster #8C6B7D
Tints of Strikemaster #8C6B7D
RGB
CMYK
RGB Variations
Color information
#8C6B7D (or 0x8C6B7D) is known color: Strikemaster. HEX triplet: 8C, 6B and 7D. RGB value is (140,107,125). Sum of RGB (Red+Green+Blue) = 140+107+125=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 107 (42.19% from 255 or 28.76% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6B7D is #739482. Grayscale: #767676. Windows color (decimal): -7574659 or 8219532. OLE color: 8219532.
HSL color Cylindrical-coordinate representation of color #8C6B7D: hue angle of 327.27º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B7D is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 107 | 125 | - |
CMYK | 0 | 0.24 | 0.11 | 0.45 |
HSL | 327.27º | 0.13% | 0.48% | - |
HSV(B) | 327.27º | 0.24% | 0.55% | - |
XYZ | 19.77 | 17.57 | 21.75 | - |
YUV | 118.92 | 131.43 | 143.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 107 | 125 | 0 | 0.24 | 0.11 | 0.45 | 327.27 | 0.13 | 0.48 |
Hex | 8C | 6B | 7D | 0 | 18 | B | 2D | 147 | D | 30 |
Octal | 214 | 153 | 175 | 0 | 30 | 13 | 55 | 507 | 15 | 60 |
Binary | 10001100 | 1101011 | 1111101 | 0 | 11000 | 1011 | 101101 | 101000111 | 1101 | 110000 |
Color Harmonies of #8C6B7D
Complementary color
Monochromatic Colors of #8C6B7D
Black with #8C6B7D
Text Example
Text Example
White with #8C6B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6B7D; }
p { color: rgb(140,107,125); }
H1.HeaderClassName
{
color: #8C6B7D;
}
.AnyTagClassName
{
color: #8C6B7D;
}
</style>
background-color css
<style>
a { background-color: #8C6B7D; }
a { background-color: rgb(140,107,125); }
div.DivClassName
{
background-color: #8C6B7D;
}
.BgClassName
{
background-color: #8C6B7D;
}
</style>
border-color css
<style>
span { border-color: #8C6B7D; }
span { border-color: rgb(140,107,125); }
td.TdClassName
{
border-color: #8C6B7D;
}
.TagClassName
{
border-color: #8C6B7D;
}
</style>