Shades of Blue Violet #8327DB
Tints of Blue Violet #8327DB
RGB
CMYK
RGB Variations
Color information
#8327DB (or 0x8327DB) is known color: Blue Violet. HEX triplet: 83, 27 and DB. RGB value is (131,39,219). Sum of RGB (Red+Green+Blue) = 131+39+219=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 219 (85.94% from 255 or 56.30% from 389); Max value from RGB is 219 - color contains mainly: blue. Hex color #8327DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8327DB is #7CD824. Grayscale: #565656. Windows color (decimal): -8181797 or 14362499. OLE color: 14362499.
HSL color Cylindrical-coordinate representation of color #8327DB: hue angle of 270.67º degrees, saturation: 0.71, 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 #8327DB is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 39 | 219 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.14 |
| HSL | 270.67º | 0.71% | 0.51% | - |
| HSV(B) | 270.67º | 0.82% | 0.86% | - |
| XYZ | 22.87 | 11.39 | 68.01 | - |
| YUV | 87.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 39 | 219 | 0.40 | 0.82 | 0 | 0.14 | 270.67 | 0.71 | 0.51 |
| Hex | 83 | 27 | DB | 28 | 52 | 0 | E | 10F | 47 | 33 |
| Octal | 203 | 47 | 333 | 50 | 122 | 0 | 16 | 417 | 107 | 63 |
| Binary | 10000011 | 100111 | 11011011 | 101000 | 1010010 | 0 | 1110 | 100001111 | 1000111 | 110011 |
Color Harmonies of #8327DB
Complementary color
Monochromatic Colors of #8327DB
Black with #8327DB
Text Example
Text Example
White with #8327DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8327DB; }
p { color: rgb(131,39,219); }
H1.HeaderClassName
{
color: #8327DB;
}
.AnyTagClassName
{
color: #8327DB;
}
</style>
background-color css
<style>
a { background-color: #8327DB; }
a { background-color: rgb(131,39,219); }
div.DivClassName
{
background-color: #8327DB;
}
.BgClassName
{
background-color: #8327DB;
}
</style>
border-color css
<style>
span { border-color: #8327DB; }
span { border-color: rgb(131,39,219); }
td.TdClassName
{
border-color: #8327DB;
}
.TagClassName
{
border-color: #8327DB;
}
</style>