Shades of Vivid Violet #814297
Tints of Vivid Violet #814297
RGB
CMYK
RGB Variations
Color information
#814297 (or 0x814297) is known color: Vivid Violet. HEX triplet: 81, 42 and 97. RGB value is (129,66,151). Sum of RGB (Red+Green+Blue) = 129+66+151=346 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.28% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 151 (59.38% from 255 or 43.64% from 346); Max value from RGB is 151 - color contains mainly: blue. Hex color #814297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814297 is #7EBD68. Grayscale: #5E5E5E. Windows color (decimal): -8306025 or 9912961. OLE color: 9912961.
HSL color Cylindrical-coordinate representation of color #814297: hue angle of 284.47º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814297 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 66 | 151 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.41 |
| HSL | 284.47º | 0.39% | 0.43% | - |
| HSV(B) | 284.47º | 0.56% | 0.59% | - |
| XYZ | 16.59 | 10.8 | 30.49 | - |
| YUV | 94.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 151 | 0.15 | 0.56 | 0 | 0.41 | 284.47 | 0.39 | 0.43 |
| Hex | 81 | 42 | 97 | F | 38 | 0 | 29 | 11C | 27 | 2B |
| Octal | 201 | 102 | 227 | 17 | 70 | 0 | 51 | 434 | 47 | 53 |
| Binary | 10000001 | 1000010 | 10010111 | 1111 | 111000 | 0 | 101001 | 100011100 | 100111 | 101011 |
Color Harmonies of #814297
Complementary color
Monochromatic Colors of #814297
Black with #814297
Text Example
Text Example
White with #814297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814297; }
p { color: rgb(129,66,151); }
H1.HeaderClassName
{
color: #814297;
}
.AnyTagClassName
{
color: #814297;
}
</style>
background-color css
<style>
a { background-color: #814297; }
a { background-color: rgb(129,66,151); }
div.DivClassName
{
background-color: #814297;
}
.BgClassName
{
background-color: #814297;
}
</style>
border-color css
<style>
span { border-color: #814297; }
span { border-color: rgb(129,66,151); }
td.TdClassName
{
border-color: #814297;
}
.TagClassName
{
border-color: #814297;
}
</style>