Shades of Vivid Violet #851E97
Tints of Vivid Violet #851E97
RGB
CMYK
RGB Variations
Color information
#851E97 (or 0x851E97) is known color: Vivid Violet. HEX triplet: 85, 1E and 97. RGB value is (133,30,151). Sum of RGB (Red+Green+Blue) = 133+30+151=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 151 (59.38% from 255 or 48.09% from 314); Max value from RGB is 151 - color contains mainly: blue. Hex color #851E97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851E97 is #7AE168. Grayscale: #4A4A4A. Windows color (decimal): -8053097 or 9903749. OLE color: 9903749.
HSL color Cylindrical-coordinate representation of color #851E97: hue angle of 291.07º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851E97 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 30 | 151 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.41 |
| HSL | 291.07º | 0.67% | 0.35% | - |
| HSV(B) | 291.07º | 0.8% | 0.59% | - |
| XYZ | 15.72 | 8.15 | 30.02 | - |
| YUV | 74.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 151 | 0.12 | 0.80 | 0 | 0.41 | 291.07 | 0.67 | 0.35 |
| Hex | 85 | 1E | 97 | C | 50 | 0 | 29 | 123 | 43 | 23 |
| Octal | 205 | 36 | 227 | 14 | 120 | 0 | 51 | 443 | 103 | 43 |
| Binary | 10000101 | 11110 | 10010111 | 1100 | 1010000 | 0 | 101001 | 100100011 | 1000011 | 100011 |
Color Harmonies of #851E97
Complementary color
Monochromatic Colors of #851E97
Black with #851E97
Text Example
Text Example
White with #851E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851E97; }
p { color: rgb(133,30,151); }
H1.HeaderClassName
{
color: #851E97;
}
.AnyTagClassName
{
color: #851E97;
}
</style>
background-color css
<style>
a { background-color: #851E97; }
a { background-color: rgb(133,30,151); }
div.DivClassName
{
background-color: #851E97;
}
.BgClassName
{
background-color: #851E97;
}
</style>
border-color css
<style>
span { border-color: #851E97; }
span { border-color: rgb(133,30,151); }
td.TdClassName
{
border-color: #851E97;
}
.TagClassName
{
border-color: #851E97;
}
</style>