Shades of Vivid Violet #81368E
Tints of Vivid Violet #81368E
RGB
CMYK
RGB Variations
Color information
#81368E (or 0x81368E) is known color: Vivid Violet. HEX triplet: 81, 36 and 8E. RGB value is (129,54,142). Sum of RGB (Red+Green+Blue) = 129+54+142=325 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.69% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #81368E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81368E is #7EC971. Grayscale: #565656. Windows color (decimal): -8309106 or 9320065. OLE color: 9320065.
HSL color Cylindrical-coordinate representation of color #81368E: hue angle of 291.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #81368E is Cyan = 0.09, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 54 | 142 | - |
| CMYK | 0.09 | 0.62 | 0 | 0.44 |
| HSL | 291.14º | 0.45% | 0.38% | - |
| HSV(B) | 291.14º | 0.62% | 0.56% | - |
| XYZ | 15.25 | 9.26 | 26.57 | - |
| YUV | 86.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 54 | 142 | 0.09 | 0.62 | 0 | 0.44 | 291.14 | 0.45 | 0.38 |
| Hex | 81 | 36 | 8E | 9 | 3E | 0 | 2C | 123 | 2D | 26 |
| Octal | 201 | 66 | 216 | 11 | 76 | 0 | 54 | 443 | 55 | 46 |
| Binary | 10000001 | 110110 | 10001110 | 1001 | 111110 | 0 | 101100 | 100100011 | 101101 | 100110 |
Color Harmonies of #81368E
Complementary color
Monochromatic Colors of #81368E
Black with #81368E
Text Example
Text Example
White with #81368E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81368E; }
p { color: rgb(129,54,142); }
H1.HeaderClassName
{
color: #81368E;
}
.AnyTagClassName
{
color: #81368E;
}
</style>
background-color css
<style>
a { background-color: #81368E; }
a { background-color: rgb(129,54,142); }
div.DivClassName
{
background-color: #81368E;
}
.BgClassName
{
background-color: #81368E;
}
</style>
border-color css
<style>
span { border-color: #81368E; }
span { border-color: rgb(129,54,142); }
td.TdClassName
{
border-color: #81368E;
}
.TagClassName
{
border-color: #81368E;
}
</style>