Shades of Blue Violet #851CEA
Tints of Blue Violet #851CEA
RGB
CMYK
RGB Variations
Color information
#851CEA (or 0x851CEA) is known color: Blue Violet. HEX triplet: 85, 1C and EA. RGB value is (133,28,234). Sum of RGB (Red+Green+Blue) = 133+28+234=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 234 (91.80% from 255 or 59.24% from 395); Max value from RGB is 234 - color contains mainly: blue. Hex color #851CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CEA is #7AE315. Grayscale: #525252. Windows color (decimal): -8053526 or 15342725. OLE color: 15342725.
HSL color Cylindrical-coordinate representation of color #851CEA: hue angle of 270.58º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851CEA is Cyan = 0.43, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 28 | 234 | - |
| CMYK | 0.43 | 0.88 | 0 | 0.08 |
| HSL | 270.58º | 0.83% | 0.51% | - |
| HSV(B) | 270.58º | 0.88% | 0.92% | - |
| XYZ | 24.94 | 11.76 | 78.8 | - |
| YUV | 82.88 | 213.29 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 234 | 0.43 | 0.88 | 0 | 0.08 | 270.58 | 0.83 | 0.51 |
| Hex | 85 | 1C | EA | 2B | 58 | 0 | 8 | 10F | 53 | 33 |
| Octal | 205 | 34 | 352 | 53 | 130 | 0 | 10 | 417 | 123 | 63 |
| Binary | 10000101 | 11100 | 11101010 | 101011 | 1011000 | 0 | 1000 | 100001111 | 1010011 | 110011 |
Color Harmonies of #851CEA
Complementary color
Monochromatic Colors of #851CEA
Black with #851CEA
Text Example
Text Example
White with #851CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CEA; }
p { color: rgb(133,28,234); }
H1.HeaderClassName
{
color: #851CEA;
}
.AnyTagClassName
{
color: #851CEA;
}
</style>
background-color css
<style>
a { background-color: #851CEA; }
a { background-color: rgb(133,28,234); }
div.DivClassName
{
background-color: #851CEA;
}
.BgClassName
{
background-color: #851CEA;
}
</style>
border-color css
<style>
span { border-color: #851CEA; }
span { border-color: rgb(133,28,234); }
td.TdClassName
{
border-color: #851CEA;
}
.TagClassName
{
border-color: #851CEA;
}
</style>