Shades of Blue Violet #851DDA
Tints of Blue Violet #851DDA
RGB
CMYK
RGB Variations
Color information
#851DDA (or 0x851DDA) is known color: Blue Violet. HEX triplet: 85, 1D and DA. RGB value is (133,29,218). Sum of RGB (Red+Green+Blue) = 133+29+218=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 29 (11.72% from 255 or 7.63% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #851DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851DDA is #7AE225. Grayscale: #505050. Windows color (decimal): -8053286 or 14294405. OLE color: 14294405.
HSL color Cylindrical-coordinate representation of color #851DDA: hue angle of 273.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851DDA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 29 | 218 | - |
| CMYK | 0.39 | 0.87 | 0 | 0.15 |
| HSL | 273.02º | 0.77% | 0.48% | - |
| HSV(B) | 273.02º | 0.87% | 0.85% | - |
| XYZ | 22.77 | 10.93 | 67.24 | - |
| YUV | 81.64 | 204.96 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 218 | 0.39 | 0.87 | 0 | 0.15 | 273.02 | 0.77 | 0.48 |
| Hex | 85 | 1D | DA | 27 | 57 | 0 | F | 111 | 4D | 30 |
| Octal | 205 | 35 | 332 | 47 | 127 | 0 | 17 | 421 | 115 | 60 |
| Binary | 10000101 | 11101 | 11011010 | 100111 | 1010111 | 0 | 1111 | 100010001 | 1001101 | 110000 |
Color Harmonies of #851DDA
Complementary color
Monochromatic Colors of #851DDA
Black with #851DDA
Text Example
Text Example
White with #851DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DDA; }
p { color: rgb(133,29,218); }
H1.HeaderClassName
{
color: #851DDA;
}
.AnyTagClassName
{
color: #851DDA;
}
</style>
background-color css
<style>
a { background-color: #851DDA; }
a { background-color: rgb(133,29,218); }
div.DivClassName
{
background-color: #851DDA;
}
.BgClassName
{
background-color: #851DDA;
}
</style>
border-color css
<style>
span { border-color: #851DDA; }
span { border-color: rgb(133,29,218); }
td.TdClassName
{
border-color: #851DDA;
}
.TagClassName
{
border-color: #851DDA;
}
</style>