Shades of Vivid Violet #8B478E
Tints of Vivid Violet #8B478E
RGB
CMYK
RGB Variations
Color information
#8B478E (or 0x8B478E) is known color: Vivid Violet. HEX triplet: 8B, 47 and 8E. RGB value is (139,71,142). Sum of RGB (Red+Green+Blue) = 139+71+142=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B478E is #74B871. Grayscale: #636363. Windows color (decimal): -7649394 or 9324427. OLE color: 9324427.
HSL color Cylindrical-coordinate representation of color #8B478E: hue angle of 297.46º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B478E is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 139 | 71 | 142 | - |
| CMYK | 0.02 | 0.5 | 0 | 0.44 |
| HSL | 297.46º | 0.33% | 0.42% | - |
| HSV(B) | 297.46º | 0.5% | 0.56% | - |
| XYZ | 17.78 | 11.95 | 26.96 | - |
| YUV | 99.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 142 | 0.02 | 0.5 | 0 | 0.44 | 297.46 | 0.33 | 0.42 |
| Hex | 8B | 47 | 8E | 2 | 32 | 0 | 2C | 129 | 21 | 2A |
| Octal | 213 | 107 | 216 | 2 | 62 | 0 | 54 | 451 | 41 | 52 |
| Binary | 10001011 | 1000111 | 10001110 | 10 | 110010 | 0 | 101100 | 100101001 | 100001 | 101010 |
Color Harmonies of #8B478E
Complementary color
Monochromatic Colors of #8B478E
Black with #8B478E
Text Example
Text Example
White with #8B478E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B478E; }
p { color: rgb(139,71,142); }
H1.HeaderClassName
{
color: #8B478E;
}
.AnyTagClassName
{
color: #8B478E;
}
</style>
background-color css
<style>
a { background-color: #8B478E; }
a { background-color: rgb(139,71,142); }
div.DivClassName
{
background-color: #8B478E;
}
.BgClassName
{
background-color: #8B478E;
}
</style>
border-color css
<style>
span { border-color: #8B478E; }
span { border-color: rgb(139,71,142); }
td.TdClassName
{
border-color: #8B478E;
}
.TagClassName
{
border-color: #8B478E;
}
</style>