Shades of Blue Violet #8026DF
Tints of Blue Violet #8026DF
RGB
CMYK
RGB Variations
Color information
#8026DF (or 0x8026DF) is known color: Blue Violet. HEX triplet: 80, 26 and DF. RGB value is (128,38,223). Sum of RGB (Red+Green+Blue) = 128+38+223=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 38 (15.23% from 255 or 9.77% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #8026DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8026DF is #7FD920. Grayscale: #555555. Windows color (decimal): -8378657 or 14624384. OLE color: 14624384.
HSL color Cylindrical-coordinate representation of color #8026DF: hue angle of 269.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8026DF is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 38 | 223 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.13 |
| HSL | 269.19º | 0.74% | 0.51% | - |
| HSV(B) | 269.19º | 0.83% | 0.87% | - |
| XYZ | 22.91 | 11.3 | 70.79 | - |
| YUV | 86 | 205.32 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 38 | 223 | 0.43 | 0.83 | 0 | 0.13 | 269.19 | 0.74 | 0.51 |
| Hex | 80 | 26 | DF | 2B | 53 | 0 | D | 10D | 4A | 33 |
| Octal | 200 | 46 | 337 | 53 | 123 | 0 | 15 | 415 | 112 | 63 |
| Binary | 10000000 | 100110 | 11011111 | 101011 | 1010011 | 0 | 1101 | 100001101 | 1001010 | 110011 |
Color Harmonies of #8026DF
Complementary color
Monochromatic Colors of #8026DF
Black with #8026DF
Text Example
Text Example
White with #8026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8026DF; }
p { color: rgb(128,38,223); }
H1.HeaderClassName
{
color: #8026DF;
}
.AnyTagClassName
{
color: #8026DF;
}
</style>
background-color css
<style>
a { background-color: #8026DF; }
a { background-color: rgb(128,38,223); }
div.DivClassName
{
background-color: #8026DF;
}
.BgClassName
{
background-color: #8026DF;
}
</style>
border-color css
<style>
span { border-color: #8026DF; }
span { border-color: rgb(128,38,223); }
td.TdClassName
{
border-color: #8026DF;
}
.TagClassName
{
border-color: #8026DF;
}
</style>