Shades of Vivid Violet #851F8D
Tints of Vivid Violet #851F8D
RGB
CMYK
RGB Variations
Color information
#851F8D (or 0x851F8D) is known color: Vivid Violet. HEX triplet: 85, 1F and 8D. RGB value is (133,31,141). Sum of RGB (Red+Green+Blue) = 133+31+141=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 31 (12.5% from 255 or 10.16% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 141 - color contains mainly: blue. Hex color #851F8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851F8D is #7AE072. Grayscale: #494949. Windows color (decimal): -8052851 or 9248645. OLE color: 9248645.
HSL color Cylindrical-coordinate representation of color #851F8D: hue angle of 295.64º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851F8D is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 31 | 141 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.45 |
| HSL | 295.64º | 0.64% | 0.34% | - |
| HSV(B) | 295.64º | 0.78% | 0.55% | - |
| XYZ | 14.97 | 7.89 | 25.93 | - |
| YUV | 74.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 141 | 0.06 | 0.78 | 0 | 0.45 | 295.64 | 0.64 | 0.34 |
| Hex | 85 | 1F | 8D | 6 | 4E | 0 | 2D | 128 | 40 | 22 |
| Octal | 205 | 37 | 215 | 6 | 116 | 0 | 55 | 450 | 100 | 42 |
| Binary | 10000101 | 11111 | 10001101 | 110 | 1001110 | 0 | 101101 | 100101000 | 1000000 | 100010 |
Color Harmonies of #851F8D
Complementary color
Monochromatic Colors of #851F8D
Black with #851F8D
Text Example
Text Example
White with #851F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851F8D; }
p { color: rgb(133,31,141); }
H1.HeaderClassName
{
color: #851F8D;
}
.AnyTagClassName
{
color: #851F8D;
}
</style>
background-color css
<style>
a { background-color: #851F8D; }
a { background-color: rgb(133,31,141); }
div.DivClassName
{
background-color: #851F8D;
}
.BgClassName
{
background-color: #851F8D;
}
</style>
border-color css
<style>
span { border-color: #851F8D; }
span { border-color: rgb(133,31,141); }
td.TdClassName
{
border-color: #851F8D;
}
.TagClassName
{
border-color: #851F8D;
}
</style>