Shades of Blue Violet #8327DC
Tints of Blue Violet #8327DC
RGB
CMYK
RGB Variations
Color information
#8327DC (or 0x8327DC) is known color: Blue Violet. HEX triplet: 83, 27 and DC. RGB value is (131,39,220). Sum of RGB (Red+Green+Blue) = 131+39+220=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 39 (15.62% from 255 or 10% from 390); Blue value is 220 (86.33% from 255 or 56.41% from 390); Max value from RGB is 220 - color contains mainly: blue. Hex color #8327DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327DC is #7CD823. Grayscale: #565656. Windows color (decimal): -8181796 or 14428035. OLE color: 14428035.
HSL color Cylindrical-coordinate representation of color #8327DC: hue angle of 270.5º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8327DC is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 39 | 220 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.14 |
| HSL | 270.5º | 0.72% | 0.51% | - |
| HSV(B) | 270.5º | 0.82% | 0.86% | - |
| XYZ | 23 | 11.44 | 68.71 | - |
| YUV | 87.14 | 202.98 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 220 | 0.40 | 0.82 | 0 | 0.14 | 270.5 | 0.72 | 0.51 |
| Hex | 83 | 27 | DC | 28 | 52 | 0 | E | 10E | 48 | 33 |
| Octal | 203 | 47 | 334 | 50 | 122 | 0 | 16 | 416 | 110 | 63 |
| Binary | 10000011 | 100111 | 11011100 | 101000 | 1010010 | 0 | 1110 | 100001110 | 1001000 | 110011 |
Color Harmonies of #8327DC
Complementary color
Monochromatic Colors of #8327DC
Black with #8327DC
Text Example
Text Example
White with #8327DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8327DC; }
p { color: rgb(131,39,220); }
H1.HeaderClassName
{
color: #8327DC;
}
.AnyTagClassName
{
color: #8327DC;
}
</style>
background-color css
<style>
a { background-color: #8327DC; }
a { background-color: rgb(131,39,220); }
div.DivClassName
{
background-color: #8327DC;
}
.BgClassName
{
background-color: #8327DC;
}
</style>
border-color css
<style>
span { border-color: #8327DC; }
span { border-color: rgb(131,39,220); }
td.TdClassName
{
border-color: #8327DC;
}
.TagClassName
{
border-color: #8327DC;
}
</style>