Shades of Vivid Violet #81238D
Tints of Vivid Violet #81238D
RGB
CMYK
RGB Variations
Color information
#81238D (or 0x81238D) is known color: Vivid Violet. HEX triplet: 81, 23 and 8D. RGB value is (129,35,141). Sum of RGB (Red+Green+Blue) = 129+35+141=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #81238D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81238D is #7EDC72. Grayscale: #4A4A4A. Windows color (decimal): -8313971 or 9249665. OLE color: 9249665.
HSL color Cylindrical-coordinate representation of color #81238D: hue angle of 293.21º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81238D is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 35 | 141 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.45 |
| HSL | 293.21º | 0.6% | 0.35% | - |
| HSV(B) | 293.21º | 0.75% | 0.55% | - |
| XYZ | 14.46 | 7.79 | 25.94 | - |
| YUV | 75.19 | 165.14 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 35 | 141 | 0.09 | 0.75 | 0 | 0.45 | 293.21 | 0.6 | 0.35 |
| Hex | 81 | 23 | 8D | 9 | 4B | 0 | 2D | 125 | 3C | 23 |
| Octal | 201 | 43 | 215 | 11 | 113 | 0 | 55 | 445 | 74 | 43 |
| Binary | 10000001 | 100011 | 10001101 | 1001 | 1001011 | 0 | 101101 | 100100101 | 111100 | 100011 |
Color Harmonies of #81238D
Complementary color
Monochromatic Colors of #81238D
Black with #81238D
Text Example
Text Example
White with #81238D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81238D; }
p { color: rgb(129,35,141); }
H1.HeaderClassName
{
color: #81238D;
}
.AnyTagClassName
{
color: #81238D;
}
</style>
background-color css
<style>
a { background-color: #81238D; }
a { background-color: rgb(129,35,141); }
div.DivClassName
{
background-color: #81238D;
}
.BgClassName
{
background-color: #81238D;
}
</style>
border-color css
<style>
span { border-color: #81238D; }
span { border-color: rgb(129,35,141); }
td.TdClassName
{
border-color: #81238D;
}
.TagClassName
{
border-color: #81238D;
}
</style>