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