Shades of Vivid Violet #8D2F8A
Tints of Vivid Violet #8D2F8A
RGB
CMYK
RGB Variations
Color information
#8D2F8A (or 0x8D2F8A) is known color: Vivid Violet. HEX triplet: 8D, 2F and 8A. RGB value is (141,47,138). Sum of RGB (Red+Green+Blue) = 141+47+138=326 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.25% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 138 (54.30% from 255 or 42.33% from 326); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D2F8A is #72D075. Grayscale: #555555. Windows color (decimal): -7524470 or 9056141. OLE color: 9056141.
HSL color Cylindrical-coordinate representation of color #8D2F8A: hue angle of 301.91º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D2F8A is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 47 | 138 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.45 |
| HSL | 301.91º | 0.5% | 0.37% | - |
| HSV(B) | 301.91º | 0.67% | 0.55% | - |
| XYZ | 16.59 | 9.53 | 25.01 | - |
| YUV | 85.48 | 157.64 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 47 | 138 | 0 | 0.67 | 0.02 | 0.45 | 301.91 | 0.5 | 0.37 |
| Hex | 8D | 2F | 8A | 0 | 43 | 2 | 2D | 12E | 32 | 25 |
| Octal | 215 | 57 | 212 | 0 | 103 | 2 | 55 | 456 | 62 | 45 |
| Binary | 10001101 | 101111 | 10001010 | 0 | 1000011 | 10 | 101101 | 100101110 | 110010 | 100101 |
Color Harmonies of #8D2F8A
Complementary color
Monochromatic Colors of #8D2F8A
Black with #8D2F8A
Text Example
Text Example
White with #8D2F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2F8A; }
p { color: rgb(141,47,138); }
H1.HeaderClassName
{
color: #8D2F8A;
}
.AnyTagClassName
{
color: #8D2F8A;
}
</style>
background-color css
<style>
a { background-color: #8D2F8A; }
a { background-color: rgb(141,47,138); }
div.DivClassName
{
background-color: #8D2F8A;
}
.BgClassName
{
background-color: #8D2F8A;
}
</style>
border-color css
<style>
span { border-color: #8D2F8A; }
span { border-color: rgb(141,47,138); }
td.TdClassName
{
border-color: #8D2F8A;
}
.TagClassName
{
border-color: #8D2F8A;
}
</style>