Shades of Vivid Violet #8B418D
Tints of Vivid Violet #8B418D
RGB
CMYK
RGB Variations
Color information
#8B418D (or 0x8B418D) is known color: Vivid Violet. HEX triplet: 8B, 41 and 8D. RGB value is (139,65,141). Sum of RGB (Red+Green+Blue) = 139+65+141=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B418D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B418D is #74BE72. Grayscale: #5F5F5F. Windows color (decimal): -7650931 or 9257355. OLE color: 9257355.
HSL color Cylindrical-coordinate representation of color #8B418D: hue angle of 298.42º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B418D is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 65 | 141 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.45 |
| HSL | 298.42º | 0.37% | 0.4% | - |
| HSV(B) | 298.42º | 0.54% | 0.55% | - |
| XYZ | 17.35 | 11.19 | 26.45 | - |
| YUV | 95.79 | 153.52 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 65 | 141 | 0.01 | 0.54 | 0 | 0.45 | 298.42 | 0.37 | 0.4 |
| Hex | 8B | 41 | 8D | 1 | 36 | 0 | 2D | 12A | 25 | 28 |
| Octal | 213 | 101 | 215 | 1 | 66 | 0 | 55 | 452 | 45 | 50 |
| Binary | 10001011 | 1000001 | 10001101 | 1 | 110110 | 0 | 101101 | 100101010 | 100101 | 101000 |
Color Harmonies of #8B418D
Complementary color
Monochromatic Colors of #8B418D
Black with #8B418D
Text Example
Text Example
White with #8B418D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B418D; }
p { color: rgb(139,65,141); }
H1.HeaderClassName
{
color: #8B418D;
}
.AnyTagClassName
{
color: #8B418D;
}
</style>
background-color css
<style>
a { background-color: #8B418D; }
a { background-color: rgb(139,65,141); }
div.DivClassName
{
background-color: #8B418D;
}
.BgClassName
{
background-color: #8B418D;
}
</style>
border-color css
<style>
span { border-color: #8B418D; }
span { border-color: rgb(139,65,141); }
td.TdClassName
{
border-color: #8B418D;
}
.TagClassName
{
border-color: #8B418D;
}
</style>