Shades of Vivid Violet #851BA9
Tints of Vivid Violet #851BA9
RGB
CMYK
RGB Variations
Color information
#851BA9 (or 0x851BA9) is known color: Vivid Violet. HEX triplet: 85, 1B and A9. RGB value is (133,27,169). Sum of RGB (Red+Green+Blue) = 133+27+169=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 169 (66.41% from 255 or 51.37% from 329); Max value from RGB is 169 - color contains mainly: blue. Hex color #851BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #851BA9 is #7AE456. Grayscale: #4A4A4A. Windows color (decimal): -8053847 or 11082629. OLE color: 11082629.
HSL color Cylindrical-coordinate representation of color #851BA9: hue angle of 284.79º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #851BA9 is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 27 | 169 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.34 |
| HSL | 284.79º | 0.72% | 0.38% | - |
| HSV(B) | 284.79º | 0.84% | 0.66% | - |
| XYZ | 17.23 | 8.63 | 38.29 | - |
| YUV | 74.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 27 | 169 | 0.21 | 0.84 | 0 | 0.34 | 284.79 | 0.72 | 0.38 |
| Hex | 85 | 1B | A9 | 15 | 54 | 0 | 22 | 11D | 48 | 26 |
| Octal | 205 | 33 | 251 | 25 | 124 | 0 | 42 | 435 | 110 | 46 |
| Binary | 10000101 | 11011 | 10101001 | 10101 | 1010100 | 0 | 100010 | 100011101 | 1001000 | 100110 |
Color Harmonies of #851BA9
Complementary color
Monochromatic Colors of #851BA9
Black with #851BA9
Text Example
Text Example
White with #851BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851BA9; }
p { color: rgb(133,27,169); }
H1.HeaderClassName
{
color: #851BA9;
}
.AnyTagClassName
{
color: #851BA9;
}
</style>
background-color css
<style>
a { background-color: #851BA9; }
a { background-color: rgb(133,27,169); }
div.DivClassName
{
background-color: #851BA9;
}
.BgClassName
{
background-color: #851BA9;
}
</style>
border-color css
<style>
span { border-color: #851BA9; }
span { border-color: rgb(133,27,169); }
td.TdClassName
{
border-color: #851BA9;
}
.TagClassName
{
border-color: #851BA9;
}
</style>