Shades of Blue Violet #8323DC
Tints of Blue Violet #8323DC
RGB
CMYK
RGB Variations
Color information
#8323DC (or 0x8323DC) is known color: Blue Violet. HEX triplet: 83, 23 and DC. RGB value is (131,35,220). Sum of RGB (Red+Green+Blue) = 131+35+220=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #8323DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8323DC is #7CDC23. Grayscale: #545454. Windows color (decimal): -8182820 or 14427011. OLE color: 14427011.
HSL color Cylindrical-coordinate representation of color #8323DC: hue angle of 271.14º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8323DC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 35 | 220 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.14 |
| HSL | 271.14º | 0.73% | 0.5% | - |
| HSV(B) | 271.14º | 0.84% | 0.86% | - |
| XYZ | 22.88 | 11.19 | 68.67 | - |
| YUV | 84.79 | 204.3 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 35 | 220 | 0.40 | 0.84 | 0 | 0.14 | 271.14 | 0.73 | 0.5 |
| Hex | 83 | 23 | DC | 28 | 54 | 0 | E | 10F | 49 | 32 |
| Octal | 203 | 43 | 334 | 50 | 124 | 0 | 16 | 417 | 111 | 62 |
| Binary | 10000011 | 100011 | 11011100 | 101000 | 1010100 | 0 | 1110 | 100001111 | 1001001 | 110010 |
Color Harmonies of #8323DC
Complementary color
Monochromatic Colors of #8323DC
Black with #8323DC
Text Example
Text Example
White with #8323DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8323DC; }
p { color: rgb(131,35,220); }
H1.HeaderClassName
{
color: #8323DC;
}
.AnyTagClassName
{
color: #8323DC;
}
</style>
background-color css
<style>
a { background-color: #8323DC; }
a { background-color: rgb(131,35,220); }
div.DivClassName
{
background-color: #8323DC;
}
.BgClassName
{
background-color: #8323DC;
}
</style>
border-color css
<style>
span { border-color: #8323DC; }
span { border-color: rgb(131,35,220); }
td.TdClassName
{
border-color: #8323DC;
}
.TagClassName
{
border-color: #8323DC;
}
</style>