Shades of Blue Violet #8033FA
Tints of Blue Violet #8033FA
RGB
CMYK
RGB Variations
Color information
#8033FA (or 0x8033FA) is known color: Blue Violet. HEX triplet: 80, 33 and FA. RGB value is (128,51,250). Sum of RGB (Red+Green+Blue) = 128+51+250=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #8033FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8033FA is #7FCC05. Grayscale: #5F5F5F. Windows color (decimal): -8375302 or 16397184. OLE color: 16397184.
HSL color Cylindrical-coordinate representation of color #8033FA: hue angle of 263.22º degrees, saturation: 0.95, 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 #8033FA is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 51 | 250 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.02 |
| HSL | 263.22º | 0.95% | 0.59% | - |
| HSV(B) | 263.22º | 0.8% | 0.98% | - |
| XYZ | 27.34 | 13.86 | 91.68 | - |
| YUV | 96.71 | 214.51 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 250 | 0.49 | 0.80 | 0 | 0.02 | 263.22 | 0.95 | 0.59 |
| Hex | 80 | 33 | FA | 31 | 50 | 0 | 2 | 107 | 5F | 3B |
| Octal | 200 | 63 | 372 | 61 | 120 | 0 | 2 | 407 | 137 | 73 |
| Binary | 10000000 | 110011 | 11111010 | 110001 | 1010000 | 0 | 10 | 100000111 | 1011111 | 111011 |
Color Harmonies of #8033FA
Complementary color
Monochromatic Colors of #8033FA
Black with #8033FA
Text Example
Text Example
White with #8033FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8033FA; }
p { color: rgb(128,51,250); }
H1.HeaderClassName
{
color: #8033FA;
}
.AnyTagClassName
{
color: #8033FA;
}
</style>
background-color css
<style>
a { background-color: #8033FA; }
a { background-color: rgb(128,51,250); }
div.DivClassName
{
background-color: #8033FA;
}
.BgClassName
{
background-color: #8033FA;
}
</style>
border-color css
<style>
span { border-color: #8033FA; }
span { border-color: rgb(128,51,250); }
td.TdClassName
{
border-color: #8033FA;
}
.TagClassName
{
border-color: #8033FA;
}
</style>