Shades of Blue Violet #851FCD
Tints of Blue Violet #851FCD
RGB
CMYK
RGB Variations
Color information
#851FCD (or 0x851FCD) is known color: Blue Violet. HEX triplet: 85, 1F and CD. RGB value is (133,31,205). Sum of RGB (Red+Green+Blue) = 133+31+205=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #851FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851FCD is #7AE032. Grayscale: #505050. Windows color (decimal): -8052787 or 13442949. OLE color: 13442949.
HSL color Cylindrical-coordinate representation of color #851FCD: hue angle of 275.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851FCD is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 31 | 205 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.20 |
| HSL | 275.17º | 0.74% | 0.46% | - |
| HSV(B) | 275.17º | 0.85% | 0.8% | - |
| XYZ | 21.18 | 10.37 | 58.64 | - |
| YUV | 81.33 | 197.79 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 31 | 205 | 0.35 | 0.85 | 0 | 0.20 | 275.17 | 0.74 | 0.46 |
| Hex | 85 | 1F | CD | 23 | 55 | 0 | 14 | 113 | 4A | 2E |
| Octal | 205 | 37 | 315 | 43 | 125 | 0 | 24 | 423 | 112 | 56 |
| Binary | 10000101 | 11111 | 11001101 | 100011 | 1010101 | 0 | 10100 | 100010011 | 1001010 | 101110 |
Color Harmonies of #851FCD
Complementary color
Monochromatic Colors of #851FCD
Black with #851FCD
Text Example
Text Example
White with #851FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851FCD; }
p { color: rgb(133,31,205); }
H1.HeaderClassName
{
color: #851FCD;
}
.AnyTagClassName
{
color: #851FCD;
}
</style>
background-color css
<style>
a { background-color: #851FCD; }
a { background-color: rgb(133,31,205); }
div.DivClassName
{
background-color: #851FCD;
}
.BgClassName
{
background-color: #851FCD;
}
</style>
border-color css
<style>
span { border-color: #851FCD; }
span { border-color: rgb(133,31,205); }
td.TdClassName
{
border-color: #851FCD;
}
.TagClassName
{
border-color: #851FCD;
}
</style>