Shades of Blue Violet #851ADB
Tints of Blue Violet #851ADB
RGB
CMYK
RGB Variations
Color information
#851ADB (or 0x851ADB) is known color: Blue Violet. HEX triplet: 85, 1A and DB. RGB value is (133,26,219). Sum of RGB (Red+Green+Blue) = 133+26+219=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #851ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ADB is #7AE524. Grayscale: #4F4F4F. Windows color (decimal): -8054053 or 14359173. OLE color: 14359173.
HSL color Cylindrical-coordinate representation of color #851ADB: hue angle of 273.26º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851ADB is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 26 | 219 | - |
| CMYK | 0.39 | 0.88 | 0 | 0.14 |
| HSL | 273.26º | 0.79% | 0.48% | - |
| HSV(B) | 273.26º | 0.88% | 0.86% | - |
| XYZ | 22.83 | 10.84 | 67.91 | - |
| YUV | 80 | 206.45 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 26 | 219 | 0.39 | 0.88 | 0 | 0.14 | 273.26 | 0.79 | 0.48 |
| Hex | 85 | 1A | DB | 27 | 58 | 0 | E | 111 | 4F | 30 |
| Octal | 205 | 32 | 333 | 47 | 130 | 0 | 16 | 421 | 117 | 60 |
| Binary | 10000101 | 11010 | 11011011 | 100111 | 1011000 | 0 | 1110 | 100010001 | 1001111 | 110000 |
Color Harmonies of #851ADB
Complementary color
Monochromatic Colors of #851ADB
Black with #851ADB
Text Example
Text Example
White with #851ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851ADB; }
p { color: rgb(133,26,219); }
H1.HeaderClassName
{
color: #851ADB;
}
.AnyTagClassName
{
color: #851ADB;
}
</style>
background-color css
<style>
a { background-color: #851ADB; }
a { background-color: rgb(133,26,219); }
div.DivClassName
{
background-color: #851ADB;
}
.BgClassName
{
background-color: #851ADB;
}
</style>
border-color css
<style>
span { border-color: #851ADB; }
span { border-color: rgb(133,26,219); }
td.TdClassName
{
border-color: #851ADB;
}
.TagClassName
{
border-color: #851ADB;
}
</style>