Shades of Blue Violet #801DCA
Tints of Blue Violet #801DCA
RGB
CMYK
RGB Variations
Color information
#801DCA (or 0x801DCA) is known color: Blue Violet. HEX triplet: 80, 1D and CA. RGB value is (128,29,202). Sum of RGB (Red+Green+Blue) = 128+29+202=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 202 (79.30% from 255 or 56.27% from 359); Max value from RGB is 202 - color contains mainly: blue. Hex color #801DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801DCA is #7FE235. Grayscale: #4D4D4D. Windows color (decimal): -8380982 or 13245824. OLE color: 13245824.
HSL color Cylindrical-coordinate representation of color #801DCA: hue angle of 274.34º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #801DCA is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 29 | 202 | - |
| CMYK | 0.37 | 0.86 | 0 | 0.21 |
| HSL | 274.34º | 0.75% | 0.45% | - |
| HSV(B) | 274.34º | 0.86% | 0.79% | - |
| XYZ | 20 | 9.73 | 56.7 | - |
| YUV | 78.32 | 197.8 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 29 | 202 | 0.37 | 0.86 | 0 | 0.21 | 274.34 | 0.75 | 0.45 |
| Hex | 80 | 1D | CA | 25 | 56 | 0 | 15 | 112 | 4B | 2D |
| Octal | 200 | 35 | 312 | 45 | 126 | 0 | 25 | 422 | 113 | 55 |
| Binary | 10000000 | 11101 | 11001010 | 100101 | 1010110 | 0 | 10101 | 100010010 | 1001011 | 101101 |
Color Harmonies of #801DCA
Complementary color
Monochromatic Colors of #801DCA
Black with #801DCA
Text Example
Text Example
White with #801DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801DCA; }
p { color: rgb(128,29,202); }
H1.HeaderClassName
{
color: #801DCA;
}
.AnyTagClassName
{
color: #801DCA;
}
</style>
background-color css
<style>
a { background-color: #801DCA; }
a { background-color: rgb(128,29,202); }
div.DivClassName
{
background-color: #801DCA;
}
.BgClassName
{
background-color: #801DCA;
}
</style>
border-color css
<style>
span { border-color: #801DCA; }
span { border-color: rgb(128,29,202); }
td.TdClassName
{
border-color: #801DCA;
}
.TagClassName
{
border-color: #801DCA;
}
</style>