Shades of Blue Violet #8024F7
Tints of Blue Violet #8024F7
RGB
CMYK
RGB Variations
Color information
#8024F7 (or 0x8024F7) is known color: Blue Violet. HEX triplet: 80, 24 and F7. RGB value is (128,36,247). Sum of RGB (Red+Green+Blue) = 128+36+247=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 247 (96.88% from 255 or 60.10% from 411); Max value from RGB is 247 - color contains mainly: blue. Hex color #8024F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8024F7 is #7FDB08. Grayscale: #565656. Windows color (decimal): -8379145 or 16196736. OLE color: 16196736.
HSL color Cylindrical-coordinate representation of color #8024F7: hue angle of 266.16º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8024F7 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 128 | 36 | 247 | - |
| CMYK | 0.48 | 0.85 | 0 | 0.03 |
| HSL | 266.16º | 0.93% | 0.55% | - |
| HSV(B) | 266.16º | 0.85% | 0.97% | - |
| XYZ | 26.32 | 12.57 | 89.03 | - |
| YUV | 87.56 | 217.98 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 247 | 0.48 | 0.85 | 0 | 0.03 | 266.16 | 0.93 | 0.55 |
| Hex | 80 | 24 | F7 | 30 | 55 | 0 | 3 | 10A | 5D | 37 |
| Octal | 200 | 44 | 367 | 60 | 125 | 0 | 3 | 412 | 135 | 67 |
| Binary | 10000000 | 100100 | 11110111 | 110000 | 1010101 | 0 | 11 | 100001010 | 1011101 | 110111 |
Color Harmonies of #8024F7
Complementary color
Monochromatic Colors of #8024F7
Black with #8024F7
Text Example
Text Example
White with #8024F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024F7; }
p { color: rgb(128,36,247); }
H1.HeaderClassName
{
color: #8024F7;
}
.AnyTagClassName
{
color: #8024F7;
}
</style>
background-color css
<style>
a { background-color: #8024F7; }
a { background-color: rgb(128,36,247); }
div.DivClassName
{
background-color: #8024F7;
}
.BgClassName
{
background-color: #8024F7;
}
</style>
border-color css
<style>
span { border-color: #8024F7; }
span { border-color: rgb(128,36,247); }
td.TdClassName
{
border-color: #8024F7;
}
.TagClassName
{
border-color: #8024F7;
}
</style>