Shades of Blue Violet #8323DF
Tints of Blue Violet #8323DF
RGB
CMYK
RGB Variations
Color information
#8323DF (or 0x8323DF) is known color: Blue Violet. HEX triplet: 83, 23 and DF. RGB value is (131,35,223). Sum of RGB (Red+Green+Blue) = 131+35+223=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #8323DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323DF is #7CDC20. Grayscale: #545454. Windows color (decimal): -8182817 or 14623619. OLE color: 14623619.
HSL color Cylindrical-coordinate representation of color #8323DF: hue angle of 270.64º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8323DF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 35 | 223 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.13 |
| HSL | 270.64º | 0.75% | 0.51% | - |
| HSV(B) | 270.64º | 0.84% | 0.87% | - |
| XYZ | 23.28 | 11.36 | 70.78 | - |
| YUV | 85.14 | 205.8 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 223 | 0.41 | 0.84 | 0 | 0.13 | 270.64 | 0.75 | 0.51 |
| Hex | 83 | 23 | DF | 29 | 54 | 0 | D | 10F | 4B | 33 |
| Octal | 203 | 43 | 337 | 51 | 124 | 0 | 15 | 417 | 113 | 63 |
| Binary | 10000011 | 100011 | 11011111 | 101001 | 1010100 | 0 | 1101 | 100001111 | 1001011 | 110011 |
Color Harmonies of #8323DF
Complementary color
Monochromatic Colors of #8323DF
Black with #8323DF
Text Example
Text Example
White with #8323DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323DF; }
p { color: rgb(131,35,223); }
H1.HeaderClassName
{
color: #8323DF;
}
.AnyTagClassName
{
color: #8323DF;
}
</style>
background-color css
<style>
a { background-color: #8323DF; }
a { background-color: rgb(131,35,223); }
div.DivClassName
{
background-color: #8323DF;
}
.BgClassName
{
background-color: #8323DF;
}
</style>
border-color css
<style>
span { border-color: #8323DF; }
span { border-color: rgb(131,35,223); }
td.TdClassName
{
border-color: #8323DF;
}
.TagClassName
{
border-color: #8323DF;
}
</style>