Shades of Blue Violet #8022F9
Tints of Blue Violet #8022F9
RGB
CMYK
RGB Variations
Color information
#8022F9 (or 0x8022F9) is known color: Blue Violet. HEX triplet: 80, 22 and F9. RGB value is (128,34,249). Sum of RGB (Red+Green+Blue) = 128+34+249=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 34 (13.67% from 255 or 8.27% from 411); Blue value is 249 (97.66% from 255 or 60.58% from 411); Max value from RGB is 249 - color contains mainly: blue. Hex color #8022F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8022F9 is #7FDD06. Grayscale: #555555. Windows color (decimal): -8379655 or 16327296. OLE color: 16327296.
HSL color Cylindrical-coordinate representation of color #8022F9: hue angle of 266.23º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8022F9 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 34 | 249 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.02 |
| HSL | 266.23º | 0.95% | 0.55% | - |
| HSV(B) | 266.23º | 0.86% | 0.98% | - |
| XYZ | 26.57 | 12.57 | 90.65 | - |
| YUV | 86.62 | 219.64 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 34 | 249 | 0.49 | 0.86 | 0 | 0.02 | 266.23 | 0.95 | 0.55 |
| Hex | 80 | 22 | F9 | 31 | 56 | 0 | 2 | 10A | 5F | 37 |
| Octal | 200 | 42 | 371 | 61 | 126 | 0 | 2 | 412 | 137 | 67 |
| Binary | 10000000 | 100010 | 11111001 | 110001 | 1010110 | 0 | 10 | 100001010 | 1011111 | 110111 |
Color Harmonies of #8022F9
Complementary color
Monochromatic Colors of #8022F9
Black with #8022F9
Text Example
Text Example
White with #8022F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8022F9; }
p { color: rgb(128,34,249); }
H1.HeaderClassName
{
color: #8022F9;
}
.AnyTagClassName
{
color: #8022F9;
}
</style>
background-color css
<style>
a { background-color: #8022F9; }
a { background-color: rgb(128,34,249); }
div.DivClassName
{
background-color: #8022F9;
}
.BgClassName
{
background-color: #8022F9;
}
</style>
border-color css
<style>
span { border-color: #8022F9; }
span { border-color: rgb(128,34,249); }
td.TdClassName
{
border-color: #8022F9;
}
.TagClassName
{
border-color: #8022F9;
}
</style>