Shades of Vivid Violet #81379F
Tints of Vivid Violet #81379F
RGB
CMYK
RGB Variations
Color information
#81379F (or 0x81379F) is known color: Vivid Violet. HEX triplet: 81, 37 and 9F. RGB value is (129,55,159). Sum of RGB (Red+Green+Blue) = 129+55+159=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 159 (62.5% from 255 or 46.36% from 343); Max value from RGB is 159 - color contains mainly: blue. Hex color #81379F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81379F is #7EC860. Grayscale: #585858. Windows color (decimal): -8308833 or 10434433. OLE color: 10434433.
HSL color Cylindrical-coordinate representation of color #81379F: hue angle of 282.69º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #81379F is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 55 | 159 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.38 |
| HSL | 282.69º | 0.49% | 0.42% | - |
| HSV(B) | 282.69º | 0.65% | 0.62% | - |
| XYZ | 16.68 | 9.9 | 33.83 | - |
| YUV | 88.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 55 | 159 | 0.19 | 0.65 | 0 | 0.38 | 282.69 | 0.49 | 0.42 |
| Hex | 81 | 37 | 9F | 13 | 41 | 0 | 26 | 11B | 31 | 2A |
| Octal | 201 | 67 | 237 | 23 | 101 | 0 | 46 | 433 | 61 | 52 |
| Binary | 10000001 | 110111 | 10011111 | 10011 | 1000001 | 0 | 100110 | 100011011 | 110001 | 101010 |
Color Harmonies of #81379F
Complementary color
Monochromatic Colors of #81379F
Black with #81379F
Text Example
Text Example
White with #81379F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81379F; }
p { color: rgb(129,55,159); }
H1.HeaderClassName
{
color: #81379F;
}
.AnyTagClassName
{
color: #81379F;
}
</style>
background-color css
<style>
a { background-color: #81379F; }
a { background-color: rgb(129,55,159); }
div.DivClassName
{
background-color: #81379F;
}
.BgClassName
{
background-color: #81379F;
}
</style>
border-color css
<style>
span { border-color: #81379F; }
span { border-color: rgb(129,55,159); }
td.TdClassName
{
border-color: #81379F;
}
.TagClassName
{
border-color: #81379F;
}
</style>