Shades of Blue Violet #8032FF
Tints of Blue Violet #8032FF
RGB
CMYK
RGB Variations
Color information
#8032FF (or 0x8032FF) is known color: Blue Violet. HEX triplet: 80, 32 and FF. RGB value is (128,50,255). Sum of RGB (Red+Green+Blue) = 128+50+255=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 50 (19.92% from 255 or 11.55% from 433); Blue value is 255 (100% from 255 or 58.89% from 433); Max value from RGB is 255 - color contains mainly: blue. Hex color #8032FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8032FF is #7FCD00. Grayscale: #5F5F5F. Windows color (decimal): -8375553 or 16724608. OLE color: 16724608.
HSL color Cylindrical-coordinate representation of color #8032FF: hue angle of 262.83º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8032FF is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 50 | 255 | - |
| CMYK | 0.50 | 0.80 | 0 | 0 |
| HSL | 262.83º | 1% | 0.6% | - |
| HSV(B) | 262.83º | 0.8% | 1% | - |
| XYZ | 28.09 | 14.09 | 95.85 | - |
| YUV | 96.69 | 217.34 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 50 | 255 | 0.50 | 0.80 | 0 | 0 | 262.83 | 1 | 0.6 |
| Hex | 80 | 32 | FF | 32 | 50 | 0 | 0 | 107 | 64 | 3C |
| Octal | 200 | 62 | 377 | 62 | 120 | 0 | 0 | 407 | 144 | 74 |
| Binary | 10000000 | 110010 | 11111111 | 110010 | 1010000 | 0 | 0 | 100000111 | 1100100 | 111100 |
Color Harmonies of #8032FF
Complementary color
Monochromatic Colors of #8032FF
Black with #8032FF
Text Example
Text Example
White with #8032FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8032FF; }
p { color: rgb(128,50,255); }
H1.HeaderClassName
{
color: #8032FF;
}
.AnyTagClassName
{
color: #8032FF;
}
</style>
background-color css
<style>
a { background-color: #8032FF; }
a { background-color: rgb(128,50,255); }
div.DivClassName
{
background-color: #8032FF;
}
.BgClassName
{
background-color: #8032FF;
}
</style>
border-color css
<style>
span { border-color: #8032FF; }
span { border-color: rgb(128,50,255); }
td.TdClassName
{
border-color: #8032FF;
}
.TagClassName
{
border-color: #8032FF;
}
</style>