Shades of Vivid Violet #8D409B
Tints of Vivid Violet #8D409B
RGB
CMYK
RGB Variations
Color information
#8D409B (or 0x8D409B) is known color: Vivid Violet. HEX triplet: 8D, 40 and 9B. RGB value is (141,64,155). Sum of RGB (Red+Green+Blue) = 141+64+155=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D409B is #72BF64. Grayscale: #616161. Windows color (decimal): -7520101 or 10174605. OLE color: 10174605.
HSL color Cylindrical-coordinate representation of color #8D409B: hue angle of 290.77º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D409B is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 141 | 64 | 155 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.39 |
| HSL | 290.77º | 0.42% | 0.43% | - |
| HSV(B) | 290.77º | 0.59% | 0.61% | - |
| XYZ | 18.73 | 11.7 | 32.28 | - |
| YUV | 97.4 | 160.51 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 64 | 155 | 0.09 | 0.59 | 0 | 0.39 | 290.77 | 0.42 | 0.43 |
| Hex | 8D | 40 | 9B | 9 | 3B | 0 | 27 | 123 | 2A | 2B |
| Octal | 215 | 100 | 233 | 11 | 73 | 0 | 47 | 443 | 52 | 53 |
| Binary | 10001101 | 1000000 | 10011011 | 1001 | 111011 | 0 | 100111 | 100100011 | 101010 | 101011 |
Color Harmonies of #8D409B
Complementary color
Monochromatic Colors of #8D409B
Black with #8D409B
Text Example
Text Example
White with #8D409B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D409B; }
p { color: rgb(141,64,155); }
H1.HeaderClassName
{
color: #8D409B;
}
.AnyTagClassName
{
color: #8D409B;
}
</style>
background-color css
<style>
a { background-color: #8D409B; }
a { background-color: rgb(141,64,155); }
div.DivClassName
{
background-color: #8D409B;
}
.BgClassName
{
background-color: #8D409B;
}
</style>
border-color css
<style>
span { border-color: #8D409B; }
span { border-color: rgb(141,64,155); }
td.TdClassName
{
border-color: #8D409B;
}
.TagClassName
{
border-color: #8D409B;
}
</style>