Shades of Blue Violet #8024FE
Tints of Blue Violet #8024FE
RGB
CMYK
RGB Variations
Color information
#8024FE (or 0x8024FE) is known color: Blue Violet. HEX triplet: 80, 24 and FE. RGB value is (128,36,254). Sum of RGB (Red+Green+Blue) = 128+36+254=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #8024FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024FE is #7FDB01. Grayscale: #575757. Windows color (decimal): -8379138 or 16655488. OLE color: 16655488.
HSL color Cylindrical-coordinate representation of color #8024FE: hue angle of 265.32º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8024FE is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 36 | 254 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.00 |
| HSL | 265.32º | 0.99% | 0.57% | - |
| HSV(B) | 265.32º | 0.86% | 1% | - |
| XYZ | 27.42 | 13.01 | 94.83 | - |
| YUV | 88.36 | 221.48 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 254 | 0.50 | 0.86 | 0 | 0.00 | 265.32 | 0.99 | 0.57 |
| Hex | 80 | 24 | FE | 32 | 56 | 0 | 0 | 109 | 63 | 39 |
| Octal | 200 | 44 | 376 | 62 | 126 | 0 | 0 | 411 | 143 | 71 |
| Binary | 10000000 | 100100 | 11111110 | 110010 | 1010110 | 0 | 0 | 100001001 | 1100011 | 111001 |
Color Harmonies of #8024FE
Complementary color
Monochromatic Colors of #8024FE
Black with #8024FE
Text Example
Text Example
White with #8024FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024FE; }
p { color: rgb(128,36,254); }
H1.HeaderClassName
{
color: #8024FE;
}
.AnyTagClassName
{
color: #8024FE;
}
</style>
background-color css
<style>
a { background-color: #8024FE; }
a { background-color: rgb(128,36,254); }
div.DivClassName
{
background-color: #8024FE;
}
.BgClassName
{
background-color: #8024FE;
}
</style>
border-color css
<style>
span { border-color: #8024FE; }
span { border-color: rgb(128,36,254); }
td.TdClassName
{
border-color: #8024FE;
}
.TagClassName
{
border-color: #8024FE;
}
</style>