Shades of Blue Violet #8033F9
Tints of Blue Violet #8033F9
RGB
CMYK
RGB Variations
Color information
#8033F9 (or 0x8033F9) is known color: Blue Violet. HEX triplet: 80, 33 and F9. RGB value is (128,51,249). Sum of RGB (Red+Green+Blue) = 128+51+249=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 51 (20.31% from 255 or 11.92% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #8033F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8033F9 is #7FCC06. Grayscale: #5F5F5F. Windows color (decimal): -8375303 or 16331648. OLE color: 16331648.
HSL color Cylindrical-coordinate representation of color #8033F9: hue angle of 263.33º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8033F9 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 51 | 249 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.02 |
| HSL | 263.33º | 0.94% | 0.59% | - |
| HSV(B) | 263.33º | 0.8% | 0.98% | - |
| XYZ | 27.18 | 13.8 | 90.85 | - |
| YUV | 96.6 | 214.01 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 249 | 0.49 | 0.80 | 0 | 0.02 | 263.33 | 0.94 | 0.59 |
| Hex | 80 | 33 | F9 | 31 | 50 | 0 | 2 | 107 | 5E | 3B |
| Octal | 200 | 63 | 371 | 61 | 120 | 0 | 2 | 407 | 136 | 73 |
| Binary | 10000000 | 110011 | 11111001 | 110001 | 1010000 | 0 | 10 | 100000111 | 1011110 | 111011 |
Color Harmonies of #8033F9
Complementary color
Monochromatic Colors of #8033F9
Black with #8033F9
Text Example
Text Example
White with #8033F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8033F9; }
p { color: rgb(128,51,249); }
H1.HeaderClassName
{
color: #8033F9;
}
.AnyTagClassName
{
color: #8033F9;
}
</style>
background-color css
<style>
a { background-color: #8033F9; }
a { background-color: rgb(128,51,249); }
div.DivClassName
{
background-color: #8033F9;
}
.BgClassName
{
background-color: #8033F9;
}
</style>
border-color css
<style>
span { border-color: #8033F9; }
span { border-color: rgb(128,51,249); }
td.TdClassName
{
border-color: #8033F9;
}
.TagClassName
{
border-color: #8033F9;
}
</style>