Shades of Vivid Violet #802F8D
Tints of Vivid Violet #802F8D
RGB
CMYK
RGB Variations
Color information
#802F8D (or 0x802F8D) is known color: Vivid Violet. HEX triplet: 80, 2F and 8D. RGB value is (128,47,141). Sum of RGB (Red+Green+Blue) = 128+47+141=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 47 (18.75% from 255 or 14.87% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 141 - color contains mainly: blue. Hex color #802F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #802F8D is #7FD072. Grayscale: #515151. Windows color (decimal): -8376435 or 9252736. OLE color: 9252736.
HSL color Cylindrical-coordinate representation of color #802F8D: hue angle of 291.7º 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 #802F8D is Cyan = 0.09, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 47 | 141 | - |
| CMYK | 0.09 | 0.67 | 0 | 0.45 |
| HSL | 291.7º | 0.5% | 0.37% | - |
| HSV(B) | 291.7º | 0.67% | 0.55% | - |
| XYZ | 14.73 | 8.55 | 26.07 | - |
| YUV | 81.94 | 161.34 | 160.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 47 | 141 | 0.09 | 0.67 | 0 | 0.45 | 291.7 | 0.5 | 0.37 |
| Hex | 80 | 2F | 8D | 9 | 43 | 0 | 2D | 124 | 32 | 25 |
| Octal | 200 | 57 | 215 | 11 | 103 | 0 | 55 | 444 | 62 | 45 |
| Binary | 10000000 | 101111 | 10001101 | 1001 | 1000011 | 0 | 101101 | 100100100 | 110010 | 100101 |
Color Harmonies of #802F8D
Complementary color
Monochromatic Colors of #802F8D
Black with #802F8D
Text Example
Text Example
White with #802F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802F8D; }
p { color: rgb(128,47,141); }
H1.HeaderClassName
{
color: #802F8D;
}
.AnyTagClassName
{
color: #802F8D;
}
</style>
background-color css
<style>
a { background-color: #802F8D; }
a { background-color: rgb(128,47,141); }
div.DivClassName
{
background-color: #802F8D;
}
.BgClassName
{
background-color: #802F8D;
}
</style>
border-color css
<style>
span { border-color: #802F8D; }
span { border-color: rgb(128,47,141); }
td.TdClassName
{
border-color: #802F8D;
}
.TagClassName
{
border-color: #802F8D;
}
</style>