Shades of Vivid Violet #8D259E
Tints of Vivid Violet #8D259E
RGB
CMYK
RGB Variations
Color information
#8D259E (or 0x8D259E) is known color: Vivid Violet. HEX triplet: 8D, 25 and 9E. RGB value is (141,37,158). Sum of RGB (Red+Green+Blue) = 141+37+158=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 158 (62.11% from 255 or 47.02% from 336); Max value from RGB is 158 - color contains mainly: blue. Hex color #8D259E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D259E is #72DA61. Grayscale: #515151. Windows color (decimal): -7527010 or 10364301. OLE color: 10364301.
HSL color Cylindrical-coordinate representation of color #8D259E: hue angle of 291.57º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D259E is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 37 | 158 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.38 |
| HSL | 291.57º | 0.62% | 0.38% | - |
| HSV(B) | 291.57º | 0.77% | 0.62% | - |
| XYZ | 17.82 | 9.45 | 33.23 | - |
| YUV | 81.89 | 170.96 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 158 | 0.11 | 0.77 | 0 | 0.38 | 291.57 | 0.62 | 0.38 |
| Hex | 8D | 25 | 9E | B | 4D | 0 | 26 | 124 | 3E | 26 |
| Octal | 215 | 45 | 236 | 13 | 115 | 0 | 46 | 444 | 76 | 46 |
| Binary | 10001101 | 100101 | 10011110 | 1011 | 1001101 | 0 | 100110 | 100100100 | 111110 | 100110 |
Color Harmonies of #8D259E
Complementary color
Monochromatic Colors of #8D259E
Black with #8D259E
Text Example
Text Example
White with #8D259E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D259E; }
p { color: rgb(141,37,158); }
H1.HeaderClassName
{
color: #8D259E;
}
.AnyTagClassName
{
color: #8D259E;
}
</style>
background-color css
<style>
a { background-color: #8D259E; }
a { background-color: rgb(141,37,158); }
div.DivClassName
{
background-color: #8D259E;
}
.BgClassName
{
background-color: #8D259E;
}
</style>
border-color css
<style>
span { border-color: #8D259E; }
span { border-color: rgb(141,37,158); }
td.TdClassName
{
border-color: #8D259E;
}
.TagClassName
{
border-color: #8D259E;
}
</style>