Shades of Blue Violet #801EC9
Tints of Blue Violet #801EC9
RGB
CMYK
RGB Variations
Color information
#801EC9 (or 0x801EC9) is known color: Blue Violet. HEX triplet: 80, 1E and C9. RGB value is (128,30,201). Sum of RGB (Red+Green+Blue) = 128+30+201=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 201 (78.91% from 255 or 55.99% from 359); Max value from RGB is 201 - color contains mainly: blue. Hex color #801EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #801EC9 is #7FE136. Grayscale: #4E4E4E. Windows color (decimal): -8380727 or 13180544. OLE color: 13180544.
HSL color Cylindrical-coordinate representation of color #801EC9: hue angle of 274.39º 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 #801EC9 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 30 | 201 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.21 |
| HSL | 274.39º | 0.74% | 0.45% | - |
| HSV(B) | 274.39º | 0.85% | 0.79% | - |
| XYZ | 19.91 | 9.73 | 56.09 | - |
| YUV | 78.8 | 196.97 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 30 | 201 | 0.36 | 0.85 | 0 | 0.21 | 274.39 | 0.74 | 0.45 |
| Hex | 80 | 1E | C9 | 24 | 55 | 0 | 15 | 112 | 4A | 2D |
| Octal | 200 | 36 | 311 | 44 | 125 | 0 | 25 | 422 | 112 | 55 |
| Binary | 10000000 | 11110 | 11001001 | 100100 | 1010101 | 0 | 10101 | 100010010 | 1001010 | 101101 |
Color Harmonies of #801EC9
Complementary color
Monochromatic Colors of #801EC9
Black with #801EC9
Text Example
Text Example
White with #801EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801EC9; }
p { color: rgb(128,30,201); }
H1.HeaderClassName
{
color: #801EC9;
}
.AnyTagClassName
{
color: #801EC9;
}
</style>
background-color css
<style>
a { background-color: #801EC9; }
a { background-color: rgb(128,30,201); }
div.DivClassName
{
background-color: #801EC9;
}
.BgClassName
{
background-color: #801EC9;
}
</style>
border-color css
<style>
span { border-color: #801EC9; }
span { border-color: rgb(128,30,201); }
td.TdClassName
{
border-color: #801EC9;
}
.TagClassName
{
border-color: #801EC9;
}
</style>