Shades of Blue Violet #8323F1
Tints of Blue Violet #8323F1
RGB
CMYK
RGB Variations
Color information
#8323F1 (or 0x8323F1) is known color: Blue Violet. HEX triplet: 83, 23 and F1. RGB value is (131,35,241). Sum of RGB (Red+Green+Blue) = 131+35+241=407 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.19% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 241 (94.53% from 255 or 59.21% from 407); Max value from RGB is 241 - color contains mainly: blue. Hex color #8323F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8323F1 is #7CDC0E. Grayscale: #565656. Windows color (decimal): -8182799 or 15803267. OLE color: 15803267.
HSL color Cylindrical-coordinate representation of color #8323F1: hue angle of 267.96º 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 #8323F1 is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 131 | 35 | 241 | - |
| CMYK | 0.46 | 0.85 | 0 | 0.05 |
| HSL | 267.96º | 0.88% | 0.54% | - |
| HSV(B) | 267.96º | 0.85% | 0.95% | - |
| XYZ | 25.84 | 12.38 | 84.25 | - |
| YUV | 87.19 | 214.8 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 241 | 0.46 | 0.85 | 0 | 0.05 | 267.96 | 0.88 | 0.54 |
| Hex | 83 | 23 | F1 | 2E | 55 | 0 | 5 | 10C | 58 | 36 |
| Octal | 203 | 43 | 361 | 56 | 125 | 0 | 5 | 414 | 130 | 66 |
| Binary | 10000011 | 100011 | 11110001 | 101110 | 1010101 | 0 | 101 | 100001100 | 1011000 | 110110 |
Color Harmonies of #8323F1
Complementary color
Monochromatic Colors of #8323F1
Black with #8323F1
Text Example
Text Example
White with #8323F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323F1; }
p { color: rgb(131,35,241); }
H1.HeaderClassName
{
color: #8323F1;
}
.AnyTagClassName
{
color: #8323F1;
}
</style>
background-color css
<style>
a { background-color: #8323F1; }
a { background-color: rgb(131,35,241); }
div.DivClassName
{
background-color: #8323F1;
}
.BgClassName
{
background-color: #8323F1;
}
</style>
border-color css
<style>
span { border-color: #8323F1; }
span { border-color: rgb(131,35,241); }
td.TdClassName
{
border-color: #8323F1;
}
.TagClassName
{
border-color: #8323F1;
}
</style>