Shades of Blue Violet #8324F1
Tints of Blue Violet #8324F1
RGB
CMYK
RGB Variations
Color information
#8324F1 (or 0x8324F1) is known color: Blue Violet. HEX triplet: 83, 24 and F1. RGB value is (131,36,241). Sum of RGB (Red+Green+Blue) = 131+36+241=408 (54% of max value = 765). Red value is 131 (51.56% from 255 or 32.11% from 408); Green value is 36 (14.45% from 255 or 8.82% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #8324F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8324F1 is #7CDB0E. Grayscale: #575757. Windows color (decimal): -8182543 or 15803523. OLE color: 15803523.
HSL color Cylindrical-coordinate representation of color #8324F1: hue angle of 267.8º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8324F1 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 36 | 241 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.05 |
| HSL | 267.8º | 0.88% | 0.54% | - |
| HSV(B) | 267.8º | 0.85% | 0.95% | - |
| XYZ | 25.87 | 12.44 | 84.26 | - |
| YUV | 87.78 | 214.47 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 241 | 0.46 | 0.85 | 0 | 0.05 | 267.8 | 0.88 | 0.54 |
| Hex | 83 | 24 | F1 | 2E | 55 | 0 | 5 | 10C | 58 | 36 |
| Octal | 203 | 44 | 361 | 56 | 125 | 0 | 5 | 414 | 130 | 66 |
| Binary | 10000011 | 100100 | 11110001 | 101110 | 1010101 | 0 | 101 | 100001100 | 1011000 | 110110 |
Color Harmonies of #8324F1
Complementary color
Monochromatic Colors of #8324F1
Black with #8324F1
Text Example
Text Example
White with #8324F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324F1; }
p { color: rgb(131,36,241); }
H1.HeaderClassName
{
color: #8324F1;
}
.AnyTagClassName
{
color: #8324F1;
}
</style>
background-color css
<style>
a { background-color: #8324F1; }
a { background-color: rgb(131,36,241); }
div.DivClassName
{
background-color: #8324F1;
}
.BgClassName
{
background-color: #8324F1;
}
</style>
border-color css
<style>
span { border-color: #8324F1; }
span { border-color: rgb(131,36,241); }
td.TdClassName
{
border-color: #8324F1;
}
.TagClassName
{
border-color: #8324F1;
}
</style>