Shades of Vivid Violet #81459D
Tints of Vivid Violet #81459D
RGB
CMYK
RGB Variations
Color information
#81459D (or 0x81459D) is known color: Vivid Violet. HEX triplet: 81, 45 and 9D. RGB value is (129,69,157). Sum of RGB (Red+Green+Blue) = 129+69+157=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #81459D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81459D is #7EBA62. Grayscale: #606060. Windows color (decimal): -8305251 or 10306945. OLE color: 10306945.
HSL color Cylindrical-coordinate representation of color #81459D: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #81459D is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 69 | 157 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.38 |
| HSL | 280.91º | 0.39% | 0.44% | - |
| HSV(B) | 280.91º | 0.56% | 0.62% | - |
| XYZ | 17.27 | 11.36 | 33.18 | - |
| YUV | 96.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 69 | 157 | 0.18 | 0.56 | 0 | 0.38 | 280.91 | 0.39 | 0.44 |
| Hex | 81 | 45 | 9D | 12 | 38 | 0 | 26 | 119 | 27 | 2C |
| Octal | 201 | 105 | 235 | 22 | 70 | 0 | 46 | 431 | 47 | 54 |
| Binary | 10000001 | 1000101 | 10011101 | 10010 | 111000 | 0 | 100110 | 100011001 | 100111 | 101100 |
Color Harmonies of #81459D
Complementary color
Monochromatic Colors of #81459D
Black with #81459D
Text Example
Text Example
White with #81459D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81459D; }
p { color: rgb(129,69,157); }
H1.HeaderClassName
{
color: #81459D;
}
.AnyTagClassName
{
color: #81459D;
}
</style>
background-color css
<style>
a { background-color: #81459D; }
a { background-color: rgb(129,69,157); }
div.DivClassName
{
background-color: #81459D;
}
.BgClassName
{
background-color: #81459D;
}
</style>
border-color css
<style>
span { border-color: #81459D; }
span { border-color: rgb(129,69,157); }
td.TdClassName
{
border-color: #81459D;
}
.TagClassName
{
border-color: #81459D;
}
</style>