Shades of Blue Violet #801CDF
Tints of Blue Violet #801CDF
RGB
CMYK
RGB Variations
Color information
#801CDF (or 0x801CDF) is known color: Blue Violet. HEX triplet: 80, 1C and DF. RGB value is (128,28,223). Sum of RGB (Red+Green+Blue) = 128+28+223=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 223 (87.5% from 255 or 58.84% from 379); Max value from RGB is 223 - color contains mainly: blue. Hex color #801CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801CDF is #7FE320. Grayscale: #4F4F4F. Windows color (decimal): -8381217 or 14621824. OLE color: 14621824.
HSL color Cylindrical-coordinate representation of color #801CDF: hue angle of 270.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801CDF is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 28 | 223 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.13 |
| HSL | 270.77º | 0.78% | 0.49% | - |
| HSV(B) | 270.77º | 0.87% | 0.87% | - |
| XYZ | 22.64 | 10.75 | 70.69 | - |
| YUV | 80.13 | 208.63 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 28 | 223 | 0.43 | 0.87 | 0 | 0.13 | 270.77 | 0.78 | 0.49 |
| Hex | 80 | 1C | DF | 2B | 57 | 0 | D | 10F | 4E | 31 |
| Octal | 200 | 34 | 337 | 53 | 127 | 0 | 15 | 417 | 116 | 61 |
| Binary | 10000000 | 11100 | 11011111 | 101011 | 1010111 | 0 | 1101 | 100001111 | 1001110 | 110001 |
Color Harmonies of #801CDF
Complementary color
Monochromatic Colors of #801CDF
Black with #801CDF
Text Example
Text Example
White with #801CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801CDF; }
p { color: rgb(128,28,223); }
H1.HeaderClassName
{
color: #801CDF;
}
.AnyTagClassName
{
color: #801CDF;
}
</style>
background-color css
<style>
a { background-color: #801CDF; }
a { background-color: rgb(128,28,223); }
div.DivClassName
{
background-color: #801CDF;
}
.BgClassName
{
background-color: #801CDF;
}
</style>
border-color css
<style>
span { border-color: #801CDF; }
span { border-color: rgb(128,28,223); }
td.TdClassName
{
border-color: #801CDF;
}
.TagClassName
{
border-color: #801CDF;
}
</style>