Shades of Vivid Violet #81358C
Tints of Vivid Violet #81358C
RGB
CMYK
RGB Variations
Color information
#81358C (or 0x81358C) is known color: Vivid Violet. HEX triplet: 81, 35 and 8C. RGB value is (129,53,140). Sum of RGB (Red+Green+Blue) = 129+53+140=322 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.06% from 322); Green value is 53 (21.09% from 255 or 16.46% from 322); Blue value is 140 (55.08% from 255 or 43.48% from 322); Max value from RGB is 140 - color contains mainly: blue. Hex color #81358C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81358C is #7ECA73. Grayscale: #555555. Windows color (decimal): -8309364 or 9188737. OLE color: 9188737.
HSL color Cylindrical-coordinate representation of color #81358C: hue angle of 292.41º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81358C is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 53 | 140 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.45 |
| HSL | 292.41º | 0.45% | 0.38% | - |
| HSV(B) | 292.41º | 0.62% | 0.55% | - |
| XYZ | 15.06 | 9.11 | 25.77 | - |
| YUV | 85.64 | 158.68 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 140 | 0.08 | 0.62 | 0 | 0.45 | 292.41 | 0.45 | 0.38 |
| Hex | 81 | 35 | 8C | 8 | 3E | 0 | 2D | 124 | 2D | 26 |
| Octal | 201 | 65 | 214 | 10 | 76 | 0 | 55 | 444 | 55 | 46 |
| Binary | 10000001 | 110101 | 10001100 | 1000 | 111110 | 0 | 101101 | 100100100 | 101101 | 100110 |
Color Harmonies of #81358C
Complementary color
Monochromatic Colors of #81358C
Black with #81358C
Text Example
Text Example
White with #81358C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81358C; }
p { color: rgb(129,53,140); }
H1.HeaderClassName
{
color: #81358C;
}
.AnyTagClassName
{
color: #81358C;
}
</style>
background-color css
<style>
a { background-color: #81358C; }
a { background-color: rgb(129,53,140); }
div.DivClassName
{
background-color: #81358C;
}
.BgClassName
{
background-color: #81358C;
}
</style>
border-color css
<style>
span { border-color: #81358C; }
span { border-color: rgb(129,53,140); }
td.TdClassName
{
border-color: #81358C;
}
.TagClassName
{
border-color: #81358C;
}
</style>