Shades of Vivid Violet #8D25AC
Tints of Vivid Violet #8D25AC
RGB
CMYK
RGB Variations
Color information
#8D25AC (or 0x8D25AC) is known color: Vivid Violet. HEX triplet: 8D, 25 and AC. RGB value is (141,37,172). Sum of RGB (Red+Green+Blue) = 141+37+172=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D25AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D25AC is #72DA53. Grayscale: #535353. Windows color (decimal): -7526996 or 11281805. OLE color: 11281805.
HSL color Cylindrical-coordinate representation of color #8D25AC: hue angle of 286.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8D25AC is Cyan = 0.18, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 37 | 172 | - |
| CMYK | 0.18 | 0.78 | 0 | 0.33 |
| HSL | 286.22º | 0.65% | 0.41% | - |
| HSV(B) | 286.22º | 0.78% | 0.67% | - |
| XYZ | 19.09 | 9.96 | 39.95 | - |
| YUV | 83.49 | 177.96 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 172 | 0.18 | 0.78 | 0 | 0.33 | 286.22 | 0.65 | 0.41 |
| Hex | 8D | 25 | AC | 12 | 4E | 0 | 21 | 11E | 41 | 29 |
| Octal | 215 | 45 | 254 | 22 | 116 | 0 | 41 | 436 | 101 | 51 |
| Binary | 10001101 | 100101 | 10101100 | 10010 | 1001110 | 0 | 100001 | 100011110 | 1000001 | 101001 |
Color Harmonies of #8D25AC
Complementary color
Monochromatic Colors of #8D25AC
Black with #8D25AC
Text Example
Text Example
White with #8D25AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D25AC; }
p { color: rgb(141,37,172); }
H1.HeaderClassName
{
color: #8D25AC;
}
.AnyTagClassName
{
color: #8D25AC;
}
</style>
background-color css
<style>
a { background-color: #8D25AC; }
a { background-color: rgb(141,37,172); }
div.DivClassName
{
background-color: #8D25AC;
}
.BgClassName
{
background-color: #8D25AC;
}
</style>
border-color css
<style>
span { border-color: #8D25AC; }
span { border-color: rgb(141,37,172); }
td.TdClassName
{
border-color: #8D25AC;
}
.TagClassName
{
border-color: #8D25AC;
}
</style>