Shades of Blue Violet #851DEA
Tints of Blue Violet #851DEA
RGB
CMYK
RGB Variations
Color information
#851DEA (or 0x851DEA) is known color: Blue Violet. HEX triplet: 85, 1D and EA. RGB value is (133,29,234). Sum of RGB (Red+Green+Blue) = 133+29+234=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 29 (11.72% from 255 or 7.32% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #851DEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851DEA is #7AE215. Grayscale: #525252. Windows color (decimal): -8053270 or 15342981. OLE color: 15342981.
HSL color Cylindrical-coordinate representation of color #851DEA: hue angle of 270.44º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851DEA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 29 | 234 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.08 |
| HSL | 270.44º | 0.83% | 0.52% | - |
| HSV(B) | 270.44º | 0.88% | 0.92% | - |
| XYZ | 24.96 | 11.81 | 78.8 | - |
| YUV | 83.47 | 212.96 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 29 | 234 | 0.43 | 0.88 | 0 | 0.08 | 270.44 | 0.83 | 0.52 |
| Hex | 85 | 1D | EA | 2B | 58 | 0 | 8 | 10E | 53 | 34 |
| Octal | 205 | 35 | 352 | 53 | 130 | 0 | 10 | 416 | 123 | 64 |
| Binary | 10000101 | 11101 | 11101010 | 101011 | 1011000 | 0 | 1000 | 100001110 | 1010011 | 110100 |
Color Harmonies of #851DEA
Complementary color
Monochromatic Colors of #851DEA
Black with #851DEA
Text Example
Text Example
White with #851DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851DEA; }
p { color: rgb(133,29,234); }
H1.HeaderClassName
{
color: #851DEA;
}
.AnyTagClassName
{
color: #851DEA;
}
</style>
background-color css
<style>
a { background-color: #851DEA; }
a { background-color: rgb(133,29,234); }
div.DivClassName
{
background-color: #851DEA;
}
.BgClassName
{
background-color: #851DEA;
}
</style>
border-color css
<style>
span { border-color: #851DEA; }
span { border-color: rgb(133,29,234); }
td.TdClassName
{
border-color: #851DEA;
}
.TagClassName
{
border-color: #851DEA;
}
</style>