Shades of Blue Violet #8324DC
Tints of Blue Violet #8324DC
RGB
CMYK
RGB Variations
Color information
#8324DC (or 0x8324DC) is known color: Blue Violet. HEX triplet: 83, 24 and DC. RGB value is (131,36,220). Sum of RGB (Red+Green+Blue) = 131+36+220=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 220 (86.33% from 255 or 56.85% from 387); Max value from RGB is 220 - color contains mainly: blue. Hex color #8324DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8324DC is #7CDB23. Grayscale: #545454. Windows color (decimal): -8182564 or 14427267. OLE color: 14427267.
HSL color Cylindrical-coordinate representation of color #8324DC: hue angle of 270.98º degrees, saturation: 0.72, 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 #8324DC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 36 | 220 | - |
| CMYK | 0.40 | 0.84 | 0 | 0.14 |
| HSL | 270.98º | 0.72% | 0.5% | - |
| HSV(B) | 270.98º | 0.84% | 0.86% | - |
| XYZ | 22.91 | 11.25 | 68.68 | - |
| YUV | 85.38 | 203.97 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 36 | 220 | 0.40 | 0.84 | 0 | 0.14 | 270.98 | 0.72 | 0.5 |
| Hex | 83 | 24 | DC | 28 | 54 | 0 | E | 10F | 48 | 32 |
| Octal | 203 | 44 | 334 | 50 | 124 | 0 | 16 | 417 | 110 | 62 |
| Binary | 10000011 | 100100 | 11011100 | 101000 | 1010100 | 0 | 1110 | 100001111 | 1001000 | 110010 |
Color Harmonies of #8324DC
Complementary color
Monochromatic Colors of #8324DC
Black with #8324DC
Text Example
Text Example
White with #8324DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8324DC; }
p { color: rgb(131,36,220); }
H1.HeaderClassName
{
color: #8324DC;
}
.AnyTagClassName
{
color: #8324DC;
}
</style>
background-color css
<style>
a { background-color: #8324DC; }
a { background-color: rgb(131,36,220); }
div.DivClassName
{
background-color: #8324DC;
}
.BgClassName
{
background-color: #8324DC;
}
</style>
border-color css
<style>
span { border-color: #8324DC; }
span { border-color: rgb(131,36,220); }
td.TdClassName
{
border-color: #8324DC;
}
.TagClassName
{
border-color: #8324DC;
}
</style>