Shades of Blue Violet #801FCD
Tints of Blue Violet #801FCD
RGB
CMYK
RGB Variations
Color information
#801FCD (or 0x801FCD) is known color: Blue Violet. HEX triplet: 80, 1F and CD. RGB value is (128,31,205). Sum of RGB (Red+Green+Blue) = 128+31+205=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #801FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801FCD is #7FE032. Grayscale: #4F4F4F. Windows color (decimal): -8380467 or 13442944. OLE color: 13442944.
HSL color Cylindrical-coordinate representation of color #801FCD: hue angle of 273.45º 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 #801FCD is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 31 | 205 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.20 |
| HSL | 273.45º | 0.74% | 0.46% | - |
| HSV(B) | 273.45º | 0.85% | 0.8% | - |
| XYZ | 20.41 | 9.98 | 58.61 | - |
| YUV | 79.84 | 198.64 | 162.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 31 | 205 | 0.38 | 0.85 | 0 | 0.20 | 273.45 | 0.74 | 0.46 |
| Hex | 80 | 1F | CD | 26 | 55 | 0 | 14 | 111 | 4A | 2E |
| Octal | 200 | 37 | 315 | 46 | 125 | 0 | 24 | 421 | 112 | 56 |
| Binary | 10000000 | 11111 | 11001101 | 100110 | 1010101 | 0 | 10100 | 100010001 | 1001010 | 101110 |
Color Harmonies of #801FCD
Complementary color
Monochromatic Colors of #801FCD
Black with #801FCD
Text Example
Text Example
White with #801FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801FCD; }
p { color: rgb(128,31,205); }
H1.HeaderClassName
{
color: #801FCD;
}
.AnyTagClassName
{
color: #801FCD;
}
</style>
background-color css
<style>
a { background-color: #801FCD; }
a { background-color: rgb(128,31,205); }
div.DivClassName
{
background-color: #801FCD;
}
.BgClassName
{
background-color: #801FCD;
}
</style>
border-color css
<style>
span { border-color: #801FCD; }
span { border-color: rgb(128,31,205); }
td.TdClassName
{
border-color: #801FCD;
}
.TagClassName
{
border-color: #801FCD;
}
</style>