Shades of Vivid Violet #81468B
Tints of Vivid Violet #81468B
RGB
CMYK
RGB Variations
Color information
#81468B (or 0x81468B) is known color: Vivid Violet. HEX triplet: 81, 46 and 8B. RGB value is (129,70,139). Sum of RGB (Red+Green+Blue) = 129+70+139=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 139 - color contains mainly: blue. Hex color #81468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81468B is #7EB974. Grayscale: #5F5F5F. Windows color (decimal): -8305013 or 9127553. OLE color: 9127553.
HSL color Cylindrical-coordinate representation of color #81468B: hue angle of 291.3º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #81468B is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 70 | 139 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.45 |
| HSL | 291.3º | 0.33% | 0.41% | - |
| HSV(B) | 291.3º | 0.5% | 0.55% | - |
| XYZ | 15.9 | 10.91 | 25.69 | - |
| YUV | 95.51 | 152.55 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 139 | 0.07 | 0.50 | 0 | 0.45 | 291.3 | 0.33 | 0.41 |
| Hex | 81 | 46 | 8B | 7 | 32 | 0 | 2D | 123 | 21 | 29 |
| Octal | 201 | 106 | 213 | 7 | 62 | 0 | 55 | 443 | 41 | 51 |
| Binary | 10000001 | 1000110 | 10001011 | 111 | 110010 | 0 | 101101 | 100100011 | 100001 | 101001 |
Color Harmonies of #81468B
Complementary color
Monochromatic Colors of #81468B
Black with #81468B
Text Example
Text Example
White with #81468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81468B; }
p { color: rgb(129,70,139); }
H1.HeaderClassName
{
color: #81468B;
}
.AnyTagClassName
{
color: #81468B;
}
</style>
background-color css
<style>
a { background-color: #81468B; }
a { background-color: rgb(129,70,139); }
div.DivClassName
{
background-color: #81468B;
}
.BgClassName
{
background-color: #81468B;
}
</style>
border-color css
<style>
span { border-color: #81468B; }
span { border-color: rgb(129,70,139); }
td.TdClassName
{
border-color: #81468B;
}
.TagClassName
{
border-color: #81468B;
}
</style>