Shades of Vivid Violet #81399D
Tints of Vivid Violet #81399D
RGB
CMYK
RGB Variations
Color information
#81399D (or 0x81399D) is known color: Vivid Violet. HEX triplet: 81, 39 and 9D. RGB value is (129,57,157). Sum of RGB (Red+Green+Blue) = 129+57+157=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #81399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81399D is #7EC662. Grayscale: #595959. Windows color (decimal): -8308323 or 10303873. OLE color: 10303873.
HSL color Cylindrical-coordinate representation of color #81399D: hue angle of 283.2º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81399D is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 57 | 157 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.38 |
| HSL | 283.2º | 0.47% | 0.42% | - |
| HSV(B) | 283.2º | 0.64% | 0.62% | - |
| XYZ | 16.6 | 10.03 | 32.96 | - |
| YUV | 89.93 | 165.85 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 157 | 0.18 | 0.64 | 0 | 0.38 | 283.2 | 0.47 | 0.42 |
| Hex | 81 | 39 | 9D | 12 | 40 | 0 | 26 | 11B | 2F | 2A |
| Octal | 201 | 71 | 235 | 22 | 100 | 0 | 46 | 433 | 57 | 52 |
| Binary | 10000001 | 111001 | 10011101 | 10010 | 1000000 | 0 | 100110 | 100011011 | 101111 | 101010 |
Color Harmonies of #81399D
Complementary color
Monochromatic Colors of #81399D
Black with #81399D
Text Example
Text Example
White with #81399D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81399D; }
p { color: rgb(129,57,157); }
H1.HeaderClassName
{
color: #81399D;
}
.AnyTagClassName
{
color: #81399D;
}
</style>
background-color css
<style>
a { background-color: #81399D; }
a { background-color: rgb(129,57,157); }
div.DivClassName
{
background-color: #81399D;
}
.BgClassName
{
background-color: #81399D;
}
</style>
border-color css
<style>
span { border-color: #81399D; }
span { border-color: rgb(129,57,157); }
td.TdClassName
{
border-color: #81399D;
}
.TagClassName
{
border-color: #81399D;
}
</style>