Shades of Vivid Violet #81479D
Tints of Vivid Violet #81479D
RGB
CMYK
RGB Variations
Color information
#81479D (or 0x81479D) is known color: Vivid Violet. HEX triplet: 81, 47 and 9D. RGB value is (129,71,157). Sum of RGB (Red+Green+Blue) = 129+71+157=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 157 - color contains mainly: blue. Hex color #81479D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81479D is #7EB862. Grayscale: #616161. Windows color (decimal): -8304739 or 10307457. OLE color: 10307457.
HSL color Cylindrical-coordinate representation of color #81479D: hue angle of 280.47º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81479D is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 71 | 157 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.38 |
| HSL | 280.47º | 0.38% | 0.45% | - |
| HSV(B) | 280.47º | 0.55% | 0.62% | - |
| XYZ | 17.39 | 11.61 | 33.22 | - |
| YUV | 98.15 | 161.22 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 157 | 0.18 | 0.55 | 0 | 0.38 | 280.47 | 0.38 | 0.45 |
| Hex | 81 | 47 | 9D | 12 | 37 | 0 | 26 | 118 | 26 | 2D |
| Octal | 201 | 107 | 235 | 22 | 67 | 0 | 46 | 430 | 46 | 55 |
| Binary | 10000001 | 1000111 | 10011101 | 10010 | 110111 | 0 | 100110 | 100011000 | 100110 | 101101 |
Color Harmonies of #81479D
Complementary color
Monochromatic Colors of #81479D
Black with #81479D
Text Example
Text Example
White with #81479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81479D; }
p { color: rgb(129,71,157); }
H1.HeaderClassName
{
color: #81479D;
}
.AnyTagClassName
{
color: #81479D;
}
</style>
background-color css
<style>
a { background-color: #81479D; }
a { background-color: rgb(129,71,157); }
div.DivClassName
{
background-color: #81479D;
}
.BgClassName
{
background-color: #81479D;
}
</style>
border-color css
<style>
span { border-color: #81479D; }
span { border-color: rgb(129,71,157); }
td.TdClassName
{
border-color: #81479D;
}
.TagClassName
{
border-color: #81479D;
}
</style>