Shades of Vivid Violet #81279C
Tints of Vivid Violet #81279C
RGB
CMYK
RGB Variations
Color information
#81279C (or 0x81279C) is known color: Vivid Violet. HEX triplet: 81, 27 and 9C. RGB value is (129,39,156). Sum of RGB (Red+Green+Blue) = 129+39+156=324 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.81% from 324); Green value is 39 (15.62% from 255 or 12.04% from 324); Blue value is 156 (61.33% from 255 or 48.15% from 324); Max value from RGB is 156 - color contains mainly: blue. Hex color #81279C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81279C is #7ED863. Grayscale: #4E4E4E. Windows color (decimal): -8312932 or 10233729. OLE color: 10233729.
HSL color Cylindrical-coordinate representation of color #81279C: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81279C is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 39 | 156 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.39 |
| HSL | 286.15º | 0.6% | 0.38% | - |
| HSV(B) | 286.15º | 0.75% | 0.61% | - |
| XYZ | 15.78 | 8.52 | 32.27 | - |
| YUV | 79.25 | 171.32 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 156 | 0.17 | 0.75 | 0 | 0.39 | 286.15 | 0.6 | 0.38 |
| Hex | 81 | 27 | 9C | 11 | 4B | 0 | 27 | 11E | 3C | 26 |
| Octal | 201 | 47 | 234 | 21 | 113 | 0 | 47 | 436 | 74 | 46 |
| Binary | 10000001 | 100111 | 10011100 | 10001 | 1001011 | 0 | 100111 | 100011110 | 111100 | 100110 |
Color Harmonies of #81279C
Complementary color
Monochromatic Colors of #81279C
Black with #81279C
Text Example
Text Example
White with #81279C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81279C; }
p { color: rgb(129,39,156); }
H1.HeaderClassName
{
color: #81279C;
}
.AnyTagClassName
{
color: #81279C;
}
</style>
background-color css
<style>
a { background-color: #81279C; }
a { background-color: rgb(129,39,156); }
div.DivClassName
{
background-color: #81279C;
}
.BgClassName
{
background-color: #81279C;
}
</style>
border-color css
<style>
span { border-color: #81279C; }
span { border-color: rgb(129,39,156); }
td.TdClassName
{
border-color: #81279C;
}
.TagClassName
{
border-color: #81279C;
}
</style>