Shades of Vivid Violet #81279D
Tints of Vivid Violet #81279D
RGB
CMYK
RGB Variations
Color information
#81279D (or 0x81279D) is known color: Vivid Violet. HEX triplet: 81, 27 and 9D. RGB value is (129,39,157). Sum of RGB (Red+Green+Blue) = 129+39+157=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #81279D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81279D is #7ED862. Grayscale: #4E4E4E. Windows color (decimal): -8312931 or 10299265. OLE color: 10299265.
HSL color Cylindrical-coordinate representation of color #81279D: hue angle of 285.76º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81279D is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 39 | 157 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.38 |
| HSL | 285.76º | 0.6% | 0.38% | - |
| HSV(B) | 285.76º | 0.75% | 0.62% | - |
| XYZ | 15.86 | 8.55 | 32.71 | - |
| YUV | 79.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 39 | 157 | 0.18 | 0.75 | 0 | 0.38 | 285.76 | 0.6 | 0.38 |
| Hex | 81 | 27 | 9D | 12 | 4B | 0 | 26 | 11E | 3C | 26 |
| Octal | 201 | 47 | 235 | 22 | 113 | 0 | 46 | 436 | 74 | 46 |
| Binary | 10000001 | 100111 | 10011101 | 10010 | 1001011 | 0 | 100110 | 100011110 | 111100 | 100110 |
Color Harmonies of #81279D
Complementary color
Monochromatic Colors of #81279D
Black with #81279D
Text Example
Text Example
White with #81279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81279D; }
p { color: rgb(129,39,157); }
H1.HeaderClassName
{
color: #81279D;
}
.AnyTagClassName
{
color: #81279D;
}
</style>
background-color css
<style>
a { background-color: #81279D; }
a { background-color: rgb(129,39,157); }
div.DivClassName
{
background-color: #81279D;
}
.BgClassName
{
background-color: #81279D;
}
</style>
border-color css
<style>
span { border-color: #81279D; }
span { border-color: rgb(129,39,157); }
td.TdClassName
{
border-color: #81279D;
}
.TagClassName
{
border-color: #81279D;
}
</style>