Shades of Vivid Violet #851B99
Tints of Vivid Violet #851B99
RGB
CMYK
RGB Variations
Color information
#851B99 (or 0x851B99) is known color: Vivid Violet. HEX triplet: 85, 1B and 99. RGB value is (133,27,153). Sum of RGB (Red+Green+Blue) = 133+27+153=313 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.49% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #851B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851B99 is #7AE466. Grayscale: #484848. Windows color (decimal): -8053863 or 10034053. OLE color: 10034053.
HSL color Cylindrical-coordinate representation of color #851B99: hue angle of 290.48º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #851B99 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 27 | 153 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.4 |
| HSL | 290.48º | 0.7% | 0.35% | - |
| HSV(B) | 290.48º | 0.82% | 0.6% | - |
| XYZ | 15.81 | 8.07 | 30.86 | - |
| YUV | 73.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 153 | 0.13 | 0.82 | 0 | 0.4 | 290.48 | 0.7 | 0.35 |
| Hex | 85 | 1B | 99 | D | 52 | 0 | 28 | 122 | 46 | 23 |
| Octal | 205 | 33 | 231 | 15 | 122 | 0 | 50 | 442 | 106 | 43 |
| Binary | 10000101 | 11011 | 10011001 | 1101 | 1010010 | 0 | 101000 | 100100010 | 1000110 | 100011 |
Color Harmonies of #851B99
Complementary color
Monochromatic Colors of #851B99
Black with #851B99
Text Example
Text Example
White with #851B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851B99; }
p { color: rgb(133,27,153); }
H1.HeaderClassName
{
color: #851B99;
}
.AnyTagClassName
{
color: #851B99;
}
</style>
background-color css
<style>
a { background-color: #851B99; }
a { background-color: rgb(133,27,153); }
div.DivClassName
{
background-color: #851B99;
}
.BgClassName
{
background-color: #851B99;
}
</style>
border-color css
<style>
span { border-color: #851B99; }
span { border-color: rgb(133,27,153); }
td.TdClassName
{
border-color: #851B99;
}
.TagClassName
{
border-color: #851B99;
}
</style>