Shades of Blue Violet #851ECE
Tints of Blue Violet #851ECE
RGB
CMYK
RGB Variations
Color information
#851ECE (or 0x851ECE) is known color: Blue Violet. HEX triplet: 85, 1E and CE. RGB value is (133,30,206). Sum of RGB (Red+Green+Blue) = 133+30+206=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #851ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ECE is #7AE131. Grayscale: #505050. Windows color (decimal): -8053042 or 13508229. OLE color: 13508229.
HSL color Cylindrical-coordinate representation of color #851ECE: hue angle of 275.11º degrees, saturation: 0.75, 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 #851ECE is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 30 | 206 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.19 |
| HSL | 275.11º | 0.75% | 0.46% | - |
| HSV(B) | 275.11º | 0.85% | 0.81% | - |
| XYZ | 21.28 | 10.37 | 59.27 | - |
| YUV | 80.86 | 198.62 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 206 | 0.35 | 0.85 | 0 | 0.19 | 275.11 | 0.75 | 0.46 |
| Hex | 85 | 1E | CE | 23 | 55 | 0 | 13 | 113 | 4B | 2E |
| Octal | 205 | 36 | 316 | 43 | 125 | 0 | 23 | 423 | 113 | 56 |
| Binary | 10000101 | 11110 | 11001110 | 100011 | 1010101 | 0 | 10011 | 100010011 | 1001011 | 101110 |
Color Harmonies of #851ECE
Complementary color
Monochromatic Colors of #851ECE
Black with #851ECE
Text Example
Text Example
White with #851ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851ECE; }
p { color: rgb(133,30,206); }
H1.HeaderClassName
{
color: #851ECE;
}
.AnyTagClassName
{
color: #851ECE;
}
</style>
background-color css
<style>
a { background-color: #851ECE; }
a { background-color: rgb(133,30,206); }
div.DivClassName
{
background-color: #851ECE;
}
.BgClassName
{
background-color: #851ECE;
}
</style>
border-color css
<style>
span { border-color: #851ECE; }
span { border-color: rgb(133,30,206); }
td.TdClassName
{
border-color: #851ECE;
}
.TagClassName
{
border-color: #851ECE;
}
</style>