Shades of Vivid Violet #81359B
Tints of Vivid Violet #81359B
RGB
CMYK
RGB Variations
Color information
#81359B (or 0x81359B) is known color: Vivid Violet. HEX triplet: 81, 35 and 9B. RGB value is (129,53,155). Sum of RGB (Red+Green+Blue) = 129+53+155=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 53 (21.09% from 255 or 15.73% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #81359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81359B is #7ECA64. Grayscale: #575757. Windows color (decimal): -8309349 or 10171777. OLE color: 10171777.
HSL color Cylindrical-coordinate representation of color #81359B: hue angle of 284.71º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #81359B is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 53 | 155 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.39 |
| HSL | 284.71º | 0.49% | 0.41% | - |
| HSV(B) | 284.71º | 0.66% | 0.61% | - |
| XYZ | 16.24 | 9.58 | 32 | - |
| YUV | 87.35 | 166.18 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 155 | 0.17 | 0.66 | 0 | 0.39 | 284.71 | 0.49 | 0.41 |
| Hex | 81 | 35 | 9B | 11 | 42 | 0 | 27 | 11D | 31 | 29 |
| Octal | 201 | 65 | 233 | 21 | 102 | 0 | 47 | 435 | 61 | 51 |
| Binary | 10000001 | 110101 | 10011011 | 10001 | 1000010 | 0 | 100111 | 100011101 | 110001 | 101001 |
Color Harmonies of #81359B
Complementary color
Monochromatic Colors of #81359B
Black with #81359B
Text Example
Text Example
White with #81359B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81359B; }
p { color: rgb(129,53,155); }
H1.HeaderClassName
{
color: #81359B;
}
.AnyTagClassName
{
color: #81359B;
}
</style>
background-color css
<style>
a { background-color: #81359B; }
a { background-color: rgb(129,53,155); }
div.DivClassName
{
background-color: #81359B;
}
.BgClassName
{
background-color: #81359B;
}
</style>
border-color css
<style>
span { border-color: #81359B; }
span { border-color: rgb(129,53,155); }
td.TdClassName
{
border-color: #81359B;
}
.TagClassName
{
border-color: #81359B;
}
</style>