Shades of Vivid Violet #851EAD
Tints of Vivid Violet #851EAD
RGB
CMYK
RGB Variations
Color information
#851EAD (or 0x851EAD) is known color: Vivid Violet. HEX triplet: 85, 1E and AD. RGB value is (133,30,173). Sum of RGB (Red+Green+Blue) = 133+30+173=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 30 (12.11% from 255 or 8.93% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #851EAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851EAD is #7AE152. Grayscale: #4C4C4C. Windows color (decimal): -8053075 or 11345541. OLE color: 11345541.
HSL color Cylindrical-coordinate representation of color #851EAD: hue angle of 283.22º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851EAD is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 133 | 30 | 173 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.32 |
| HSL | 283.22º | 0.7% | 0.4% | - |
| HSV(B) | 283.22º | 0.83% | 0.68% | - |
| XYZ | 17.68 | 8.93 | 40.33 | - |
| YUV | 77.1 | 182.12 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 173 | 0.23 | 0.83 | 0 | 0.32 | 283.22 | 0.7 | 0.4 |
| Hex | 85 | 1E | AD | 17 | 53 | 0 | 20 | 11B | 46 | 28 |
| Octal | 205 | 36 | 255 | 27 | 123 | 0 | 40 | 433 | 106 | 50 |
| Binary | 10000101 | 11110 | 10101101 | 10111 | 1010011 | 0 | 100000 | 100011011 | 1000110 | 101000 |
Color Harmonies of #851EAD
Complementary color
Monochromatic Colors of #851EAD
Black with #851EAD
Text Example
Text Example
White with #851EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851EAD; }
p { color: rgb(133,30,173); }
H1.HeaderClassName
{
color: #851EAD;
}
.AnyTagClassName
{
color: #851EAD;
}
</style>
background-color css
<style>
a { background-color: #851EAD; }
a { background-color: rgb(133,30,173); }
div.DivClassName
{
background-color: #851EAD;
}
.BgClassName
{
background-color: #851EAD;
}
</style>
border-color css
<style>
span { border-color: #851EAD; }
span { border-color: rgb(133,30,173); }
td.TdClassName
{
border-color: #851EAD;
}
.TagClassName
{
border-color: #851EAD;
}
</style>