Shades of Blue Violet #8032FA
Tints of Blue Violet #8032FA
RGB
CMYK
RGB Variations
Color information
#8032FA (or 0x8032FA) is known color: Blue Violet. HEX triplet: 80, 32 and FA. RGB value is (128,50,250). Sum of RGB (Red+Green+Blue) = 128+50+250=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 50 (19.92% from 255 or 11.68% from 428); Blue value is 250 (98.05% from 255 or 58.41% from 428); Max value from RGB is 250 - color contains mainly: blue. Hex color #8032FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8032FA is #7FCD05. Grayscale: #5F5F5F. Windows color (decimal): -8375558 or 16396928. OLE color: 16396928.
HSL color Cylindrical-coordinate representation of color #8032FA: hue angle of 263.4º 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 #8032FA is Cyan = 0.49, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 50 | 250 | - |
| CMYK | 0.49 | 0.8 | 0 | 0.02 |
| HSL | 263.4º | 0.95% | 0.59% | - |
| HSV(B) | 263.4º | 0.8% | 0.98% | - |
| XYZ | 27.3 | 13.77 | 91.66 | - |
| YUV | 96.12 | 214.84 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 250 | 0.49 | 0.8 | 0 | 0.02 | 263.4 | 0.95 | 0.59 |
| Hex | 80 | 32 | FA | 31 | 50 | 0 | 2 | 107 | 5F | 3B |
| Octal | 200 | 62 | 372 | 61 | 120 | 0 | 2 | 407 | 137 | 73 |
| Binary | 10000000 | 110010 | 11111010 | 110001 | 1010000 | 0 | 10 | 100000111 | 1011111 | 111011 |
Color Harmonies of #8032FA
Complementary color
Monochromatic Colors of #8032FA
Black with #8032FA
Text Example
Text Example
White with #8032FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032FA; }
p { color: rgb(128,50,250); }
H1.HeaderClassName
{
color: #8032FA;
}
.AnyTagClassName
{
color: #8032FA;
}
</style>
background-color css
<style>
a { background-color: #8032FA; }
a { background-color: rgb(128,50,250); }
div.DivClassName
{
background-color: #8032FA;
}
.BgClassName
{
background-color: #8032FA;
}
</style>
border-color css
<style>
span { border-color: #8032FA; }
span { border-color: rgb(128,50,250); }
td.TdClassName
{
border-color: #8032FA;
}
.TagClassName
{
border-color: #8032FA;
}
</style>