Shades of Blue Violet #851ECA
Tints of Blue Violet #851ECA
RGB
CMYK
RGB Variations
Color information
#851ECA (or 0x851ECA) is known color: Blue Violet. HEX triplet: 85, 1E and CA. RGB value is (133,30,202). Sum of RGB (Red+Green+Blue) = 133+30+202=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 202 (79.30% from 255 or 55.34% from 365); Max value from RGB is 202 - color contains mainly: blue. Hex color #851ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851ECA is #7AE135. Grayscale: #4F4F4F. Windows color (decimal): -8053046 or 13246085. OLE color: 13246085.
HSL color Cylindrical-coordinate representation of color #851ECA: hue angle of 275.93º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851ECA is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 30 | 202 | - |
| CMYK | 0.34 | 0.85 | 0 | 0.21 |
| HSL | 275.93º | 0.74% | 0.45% | - |
| HSV(B) | 275.93º | 0.85% | 0.79% | - |
| XYZ | 20.8 | 10.18 | 56.75 | - |
| YUV | 80.41 | 196.62 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 30 | 202 | 0.34 | 0.85 | 0 | 0.21 | 275.93 | 0.74 | 0.45 |
| Hex | 85 | 1E | CA | 22 | 55 | 0 | 15 | 114 | 4A | 2D |
| Octal | 205 | 36 | 312 | 42 | 125 | 0 | 25 | 424 | 112 | 55 |
| Binary | 10000101 | 11110 | 11001010 | 100010 | 1010101 | 0 | 10101 | 100010100 | 1001010 | 101101 |
Color Harmonies of #851ECA
Complementary color
Monochromatic Colors of #851ECA
Black with #851ECA
Text Example
Text Example
White with #851ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851ECA; }
p { color: rgb(133,30,202); }
H1.HeaderClassName
{
color: #851ECA;
}
.AnyTagClassName
{
color: #851ECA;
}
</style>
background-color css
<style>
a { background-color: #851ECA; }
a { background-color: rgb(133,30,202); }
div.DivClassName
{
background-color: #851ECA;
}
.BgClassName
{
background-color: #851ECA;
}
</style>
border-color css
<style>
span { border-color: #851ECA; }
span { border-color: rgb(133,30,202); }
td.TdClassName
{
border-color: #851ECA;
}
.TagClassName
{
border-color: #851ECA;
}
</style>