Shades of Blue Violet #851AD1
Tints of Blue Violet #851AD1
RGB
CMYK
RGB Variations
Color information
#851AD1 (or 0x851AD1) is known color: Blue Violet. HEX triplet: 85, 1A and D1. RGB value is (133,26,209). Sum of RGB (Red+Green+Blue) = 133+26+209=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 209 (82.03% from 255 or 56.79% from 368); Max value from RGB is 209 - color contains mainly: blue. Hex color #851AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851AD1 is #7AE52E. Grayscale: #4E4E4E. Windows color (decimal): -8054063 or 13703813. OLE color: 13703813.
HSL color Cylindrical-coordinate representation of color #851AD1: hue angle of 275.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851AD1 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 26 | 209 | - |
| CMYK | 0.36 | 0.88 | 0 | 0.18 |
| HSL | 275.08º | 0.78% | 0.46% | - |
| HSV(B) | 275.08º | 0.88% | 0.82% | - |
| XYZ | 21.55 | 10.33 | 61.18 | - |
| YUV | 78.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 209 | 0.36 | 0.88 | 0 | 0.18 | 275.08 | 0.78 | 0.46 |
| Hex | 85 | 1A | D1 | 24 | 58 | 0 | 12 | 113 | 4E | 2E |
| Octal | 205 | 32 | 321 | 44 | 130 | 0 | 22 | 423 | 116 | 56 |
| Binary | 10000101 | 11010 | 11010001 | 100100 | 1011000 | 0 | 10010 | 100010011 | 1001110 | 101110 |
Color Harmonies of #851AD1
Complementary color
Monochromatic Colors of #851AD1
Black with #851AD1
Text Example
Text Example
White with #851AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851AD1; }
p { color: rgb(133,26,209); }
H1.HeaderClassName
{
color: #851AD1;
}
.AnyTagClassName
{
color: #851AD1;
}
</style>
background-color css
<style>
a { background-color: #851AD1; }
a { background-color: rgb(133,26,209); }
div.DivClassName
{
background-color: #851AD1;
}
.BgClassName
{
background-color: #851AD1;
}
</style>
border-color css
<style>
span { border-color: #851AD1; }
span { border-color: rgb(133,26,209); }
td.TdClassName
{
border-color: #851AD1;
}
.TagClassName
{
border-color: #851AD1;
}
</style>