Shades of Blue Violet #851CDE
Tints of Blue Violet #851CDE
RGB
CMYK
RGB Variations
Color information
#851CDE (or 0x851CDE) is known color: Blue Violet. HEX triplet: 85, 1C and DE. RGB value is (133,28,222). Sum of RGB (Red+Green+Blue) = 133+28+222=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #851CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851CDE is #7AE321. Grayscale: #505050. Windows color (decimal): -8053538 or 14556293. OLE color: 14556293.
HSL color Cylindrical-coordinate representation of color #851CDE: hue angle of 272.47º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #851CDE is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 28 | 222 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.13 |
| HSL | 272.47º | 0.78% | 0.49% | - |
| HSV(B) | 272.47º | 0.87% | 0.87% | - |
| XYZ | 23.27 | 11.09 | 70.02 | - |
| YUV | 81.51 | 207.29 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 28 | 222 | 0.40 | 0.87 | 0 | 0.13 | 272.47 | 0.78 | 0.49 |
| Hex | 85 | 1C | DE | 28 | 57 | 0 | D | 110 | 4E | 31 |
| Octal | 205 | 34 | 336 | 50 | 127 | 0 | 15 | 420 | 116 | 61 |
| Binary | 10000101 | 11100 | 11011110 | 101000 | 1010111 | 0 | 1101 | 100010000 | 1001110 | 110001 |
Color Harmonies of #851CDE
Complementary color
Monochromatic Colors of #851CDE
Black with #851CDE
Text Example
Text Example
White with #851CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851CDE; }
p { color: rgb(133,28,222); }
H1.HeaderClassName
{
color: #851CDE;
}
.AnyTagClassName
{
color: #851CDE;
}
</style>
background-color css
<style>
a { background-color: #851CDE; }
a { background-color: rgb(133,28,222); }
div.DivClassName
{
background-color: #851CDE;
}
.BgClassName
{
background-color: #851CDE;
}
</style>
border-color css
<style>
span { border-color: #851CDE; }
span { border-color: rgb(133,28,222); }
td.TdClassName
{
border-color: #851CDE;
}
.TagClassName
{
border-color: #851CDE;
}
</style>