Shades of Vivid Violet #80318F
Tints of Vivid Violet #80318F
RGB
CMYK
RGB Variations
Color information
#80318F (or 0x80318F) is known color: Vivid Violet. HEX triplet: 80, 31 and 8F. RGB value is (128,49,143). Sum of RGB (Red+Green+Blue) = 128+49+143=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #80318F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #80318F is #7FCE70. Grayscale: #535353. Windows color (decimal): -8375921 or 9384320. OLE color: 9384320.
HSL color Cylindrical-coordinate representation of color #80318F: hue angle of 290.43º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #80318F is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 49 | 143 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.44 |
| HSL | 290.43º | 0.49% | 0.38% | - |
| HSV(B) | 290.43º | 0.66% | 0.56% | - |
| XYZ | 14.96 | 8.77 | 26.89 | - |
| YUV | 83.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 49 | 143 | 0.10 | 0.66 | 0 | 0.44 | 290.43 | 0.49 | 0.38 |
| Hex | 80 | 31 | 8F | A | 42 | 0 | 2C | 122 | 31 | 26 |
| Octal | 200 | 61 | 217 | 12 | 102 | 0 | 54 | 442 | 61 | 46 |
| Binary | 10000000 | 110001 | 10001111 | 1010 | 1000010 | 0 | 101100 | 100100010 | 110001 | 100110 |
Color Harmonies of #80318F
Complementary color
Monochromatic Colors of #80318F
Black with #80318F
Text Example
Text Example
White with #80318F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80318F; }
p { color: rgb(128,49,143); }
H1.HeaderClassName
{
color: #80318F;
}
.AnyTagClassName
{
color: #80318F;
}
</style>
background-color css
<style>
a { background-color: #80318F; }
a { background-color: rgb(128,49,143); }
div.DivClassName
{
background-color: #80318F;
}
.BgClassName
{
background-color: #80318F;
}
</style>
border-color css
<style>
span { border-color: #80318F; }
span { border-color: rgb(128,49,143); }
td.TdClassName
{
border-color: #80318F;
}
.TagClassName
{
border-color: #80318F;
}
</style>