Shades of Vivid Violet #8D2FA6
Tints of Vivid Violet #8D2FA6
RGB
CMYK
RGB Variations
Color information
#8D2FA6 (or 0x8D2FA6) is known color: Vivid Violet. HEX triplet: 8D, 2F and A6. RGB value is (141,47,166). Sum of RGB (Red+Green+Blue) = 141+47+166=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D2FA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2FA6 is #72D059. Grayscale: #585858. Windows color (decimal): -7524442 or 10891149. OLE color: 10891149.
HSL color Cylindrical-coordinate representation of color #8D2FA6: hue angle of 287.39º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D2FA6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 47 | 166 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.35 |
| HSL | 287.4º | 0.56% | 0.42% | - |
| HSV(B) | 287.4º | 0.72% | 0.65% | - |
| XYZ | 18.88 | 10.45 | 37.1 | - |
| YUV | 88.67 | 171.64 | 165.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 166 | 0.15 | 0.72 | 0 | 0.35 | 287.4 | 0.56 | 0.42 |
| Hex | 8D | 2F | A6 | F | 48 | 0 | 23 | 11F | 38 | 2A |
| Octal | 215 | 57 | 246 | 17 | 110 | 0 | 43 | 437 | 70 | 52 |
| Binary | 10001101 | 101111 | 10100110 | 1111 | 1001000 | 0 | 100011 | 100011111 | 111000 | 101010 |
Color Harmonies of #8D2FA6
Complementary color
Monochromatic Colors of #8D2FA6
Black with #8D2FA6
Text Example
Text Example
White with #8D2FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2FA6; }
p { color: rgb(141,47,166); }
H1.HeaderClassName
{
color: #8D2FA6;
}
.AnyTagClassName
{
color: #8D2FA6;
}
</style>
background-color css
<style>
a { background-color: #8D2FA6; }
a { background-color: rgb(141,47,166); }
div.DivClassName
{
background-color: #8D2FA6;
}
.BgClassName
{
background-color: #8D2FA6;
}
</style>
border-color css
<style>
span { border-color: #8D2FA6; }
span { border-color: rgb(141,47,166); }
td.TdClassName
{
border-color: #8D2FA6;
}
.TagClassName
{
border-color: #8D2FA6;
}
</style>