Shades of Blue Violet #851ADD
Tints of Blue Violet #851ADD
RGB
CMYK
RGB Variations
Color information
#851ADD (or 0x851ADD) is known color: Blue Violet. HEX triplet: 85, 1A and DD. RGB value is (133,26,221). Sum of RGB (Red+Green+Blue) = 133+26+221=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 26 (10.55% from 255 or 6.84% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #851ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ADD is #7AE522. Grayscale: #4F4F4F. Windows color (decimal): -8054051 or 14490245. OLE color: 14490245.
HSL color Cylindrical-coordinate representation of color #851ADD: hue angle of 272.92º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851ADD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 26 | 221 | - |
| CMYK | 0.40 | 0.88 | 0 | 0.13 |
| HSL | 272.92º | 0.79% | 0.48% | - |
| HSV(B) | 272.92º | 0.88% | 0.87% | - |
| XYZ | 23.09 | 10.95 | 69.3 | - |
| YUV | 80.22 | 207.45 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 221 | 0.40 | 0.88 | 0 | 0.13 | 272.92 | 0.79 | 0.48 |
| Hex | 85 | 1A | DD | 28 | 58 | 0 | D | 111 | 4F | 30 |
| Octal | 205 | 32 | 335 | 50 | 130 | 0 | 15 | 421 | 117 | 60 |
| Binary | 10000101 | 11010 | 11011101 | 101000 | 1011000 | 0 | 1101 | 100010001 | 1001111 | 110000 |
Color Harmonies of #851ADD
Complementary color
Monochromatic Colors of #851ADD
Black with #851ADD
Text Example
Text Example
White with #851ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851ADD; }
p { color: rgb(133,26,221); }
H1.HeaderClassName
{
color: #851ADD;
}
.AnyTagClassName
{
color: #851ADD;
}
</style>
background-color css
<style>
a { background-color: #851ADD; }
a { background-color: rgb(133,26,221); }
div.DivClassName
{
background-color: #851ADD;
}
.BgClassName
{
background-color: #851ADD;
}
</style>
border-color css
<style>
span { border-color: #851ADD; }
span { border-color: rgb(133,26,221); }
td.TdClassName
{
border-color: #851ADD;
}
.TagClassName
{
border-color: #851ADD;
}
</style>