Shades of Vivid Violet #8B478A
Tints of Vivid Violet #8B478A
RGB
CMYK
RGB Variations
Color information
#8B478A (or 0x8B478A) is known color: Vivid Violet. HEX triplet: 8B, 47 and 8A. RGB value is (139,71,138). Sum of RGB (Red+Green+Blue) = 139+71+138=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B478A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B478A is #74B875. Grayscale: #626262. Windows color (decimal): -7649398 or 9062283. OLE color: 9062283.
HSL color Cylindrical-coordinate representation of color #8B478A: hue angle of 300.88º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8B478A is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 71 | 138 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.45 |
| HSL | 300.88º | 0.32% | 0.41% | - |
| HSV(B) | 300.88º | 0.49% | 0.55% | - |
| XYZ | 17.49 | 11.83 | 25.41 | - |
| YUV | 98.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 71 | 138 | 0 | 0.49 | 0.01 | 0.45 | 300.88 | 0.32 | 0.41 |
| Hex | 8B | 47 | 8A | 0 | 31 | 1 | 2D | 12D | 20 | 29 |
| Octal | 213 | 107 | 212 | 0 | 61 | 1 | 55 | 455 | 40 | 51 |
| Binary | 10001011 | 1000111 | 10001010 | 0 | 110001 | 1 | 101101 | 100101101 | 100000 | 101001 |
Color Harmonies of #8B478A
Complementary color
Monochromatic Colors of #8B478A
Black with #8B478A
Text Example
Text Example
White with #8B478A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B478A; }
p { color: rgb(139,71,138); }
H1.HeaderClassName
{
color: #8B478A;
}
.AnyTagClassName
{
color: #8B478A;
}
</style>
background-color css
<style>
a { background-color: #8B478A; }
a { background-color: rgb(139,71,138); }
div.DivClassName
{
background-color: #8B478A;
}
.BgClassName
{
background-color: #8B478A;
}
</style>
border-color css
<style>
span { border-color: #8B478A; }
span { border-color: rgb(139,71,138); }
td.TdClassName
{
border-color: #8B478A;
}
.TagClassName
{
border-color: #8B478A;
}
</style>