Shades of Blue Violet #802EC9
Tints of Blue Violet #802EC9
RGB
CMYK
RGB Variations
Color information
#802EC9 (or 0x802EC9) is known color: Blue Violet. HEX triplet: 80, 2E and C9. RGB value is (128,46,201). Sum of RGB (Red+Green+Blue) = 128+46+201=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 46 (18.36% from 255 or 12.27% from 375); Blue value is 201 (78.91% from 255 or 53.6% from 375); Max value from RGB is 201 - color contains mainly: blue. Hex color #802EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802EC9 is #7FD136. Grayscale: #575757. Windows color (decimal): -8376631 or 13184640. OLE color: 13184640.
HSL color Cylindrical-coordinate representation of color #802EC9: hue angle of 271.74º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #802EC9 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 46 | 201 | - |
| CMYK | 0.36 | 0.77 | 0 | 0.21 |
| HSL | 271.74º | 0.63% | 0.48% | - |
| HSV(B) | 271.74º | 0.77% | 0.79% | - |
| XYZ | 20.42 | 10.76 | 56.26 | - |
| YUV | 88.19 | 191.67 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 201 | 0.36 | 0.77 | 0 | 0.21 | 271.74 | 0.63 | 0.48 |
| Hex | 80 | 2E | C9 | 24 | 4D | 0 | 15 | 110 | 3F | 30 |
| Octal | 200 | 56 | 311 | 44 | 115 | 0 | 25 | 420 | 77 | 60 |
| Binary | 10000000 | 101110 | 11001001 | 100100 | 1001101 | 0 | 10101 | 100010000 | 111111 | 110000 |
Color Harmonies of #802EC9
Complementary color
Monochromatic Colors of #802EC9
Black with #802EC9
Text Example
Text Example
White with #802EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802EC9; }
p { color: rgb(128,46,201); }
H1.HeaderClassName
{
color: #802EC9;
}
.AnyTagClassName
{
color: #802EC9;
}
</style>
background-color css
<style>
a { background-color: #802EC9; }
a { background-color: rgb(128,46,201); }
div.DivClassName
{
background-color: #802EC9;
}
.BgClassName
{
background-color: #802EC9;
}
</style>
border-color css
<style>
span { border-color: #802EC9; }
span { border-color: rgb(128,46,201); }
td.TdClassName
{
border-color: #802EC9;
}
.TagClassName
{
border-color: #802EC9;
}
</style>