Shades of Blue Violet #802CEF
Tints of Blue Violet #802CEF
RGB
CMYK
RGB Variations
Color information
#802CEF (or 0x802CEF) is known color: Blue Violet. HEX triplet: 80, 2C and EF. RGB value is (128,44,239). Sum of RGB (Red+Green+Blue) = 128+44+239=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 239 (93.75% from 255 or 58.15% from 411); Max value from RGB is 239 - color contains mainly: blue. Hex color #802CEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #802CEF is #7FD310. Grayscale: #5A5A5A. Windows color (decimal): -8377105 or 15674496. OLE color: 15674496.
HSL color Cylindrical-coordinate representation of color #802CEF: hue angle of 265.85º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #802CEF is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 44 | 239 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.06 |
| HSL | 265.85º | 0.86% | 0.55% | - |
| HSV(B) | 265.85º | 0.82% | 0.94% | - |
| XYZ | 25.38 | 12.62 | 82.76 | - |
| YUV | 91.35 | 211.33 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 239 | 0.46 | 0.82 | 0 | 0.06 | 265.85 | 0.86 | 0.55 |
| Hex | 80 | 2C | EF | 2E | 52 | 0 | 6 | 10A | 56 | 37 |
| Octal | 200 | 54 | 357 | 56 | 122 | 0 | 6 | 412 | 126 | 67 |
| Binary | 10000000 | 101100 | 11101111 | 101110 | 1010010 | 0 | 110 | 100001010 | 1010110 | 110111 |
Color Harmonies of #802CEF
Complementary color
Monochromatic Colors of #802CEF
Black with #802CEF
Text Example
Text Example
White with #802CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CEF; }
p { color: rgb(128,44,239); }
H1.HeaderClassName
{
color: #802CEF;
}
.AnyTagClassName
{
color: #802CEF;
}
</style>
background-color css
<style>
a { background-color: #802CEF; }
a { background-color: rgb(128,44,239); }
div.DivClassName
{
background-color: #802CEF;
}
.BgClassName
{
background-color: #802CEF;
}
</style>
border-color css
<style>
span { border-color: #802CEF; }
span { border-color: rgb(128,44,239); }
td.TdClassName
{
border-color: #802CEF;
}
.TagClassName
{
border-color: #802CEF;
}
</style>