Shades of Blue Violet #851FCE
Tints of Blue Violet #851FCE
RGB
CMYK
RGB Variations
Color information
#851FCE (or 0x851FCE) is known color: Blue Violet. HEX triplet: 85, 1F and CE. RGB value is (133,31,206). Sum of RGB (Red+Green+Blue) = 133+31+206=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #851FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FCE is #7AE031. Grayscale: #505050. Windows color (decimal): -8052786 or 13508485. OLE color: 13508485.
HSL color Cylindrical-coordinate representation of color #851FCE: hue angle of 274.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851FCE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 31 | 206 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.19 |
| HSL | 274.97º | 0.74% | 0.46% | - |
| HSV(B) | 274.97º | 0.85% | 0.81% | - |
| XYZ | 21.3 | 10.42 | 59.28 | - |
| YUV | 81.45 | 198.29 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 206 | 0.35 | 0.85 | 0 | 0.19 | 274.97 | 0.74 | 0.46 |
| Hex | 85 | 1F | CE | 23 | 55 | 0 | 13 | 113 | 4A | 2E |
| Octal | 205 | 37 | 316 | 43 | 125 | 0 | 23 | 423 | 112 | 56 |
| Binary | 10000101 | 11111 | 11001110 | 100011 | 1010101 | 0 | 10011 | 100010011 | 1001010 | 101110 |
Color Harmonies of #851FCE
Complementary color
Monochromatic Colors of #851FCE
Black with #851FCE
Text Example
Text Example
White with #851FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FCE; }
p { color: rgb(133,31,206); }
H1.HeaderClassName
{
color: #851FCE;
}
.AnyTagClassName
{
color: #851FCE;
}
</style>
background-color css
<style>
a { background-color: #851FCE; }
a { background-color: rgb(133,31,206); }
div.DivClassName
{
background-color: #851FCE;
}
.BgClassName
{
background-color: #851FCE;
}
</style>
border-color css
<style>
span { border-color: #851FCE; }
span { border-color: rgb(133,31,206); }
td.TdClassName
{
border-color: #851FCE;
}
.TagClassName
{
border-color: #851FCE;
}
</style>