Shades of Blue Violet #8325DC
Tints of Blue Violet #8325DC
RGB
CMYK
RGB Variations
Color information
#8325DC (or 0x8325DC) is known color: Blue Violet. HEX triplet: 83, 25 and DC. RGB value is (131,37,220). Sum of RGB (Red+Green+Blue) = 131+37+220=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 37 (14.84% from 255 or 9.54% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #8325DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8325DC is #7CDA23. Grayscale: #555555. Windows color (decimal): -8182308 or 14427523. OLE color: 14427523.
HSL color Cylindrical-coordinate representation of color #8325DC: hue angle of 270.82º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8325DC is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 37 | 220 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.14 |
| HSL | 270.82º | 0.72% | 0.5% | - |
| HSV(B) | 270.82º | 0.83% | 0.86% | - |
| XYZ | 22.94 | 11.32 | 68.69 | - |
| YUV | 85.97 | 203.64 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 37 | 220 | 0.40 | 0.83 | 0 | 0.14 | 270.82 | 0.72 | 0.5 |
| Hex | 83 | 25 | DC | 28 | 53 | 0 | E | 10F | 48 | 32 |
| Octal | 203 | 45 | 334 | 50 | 123 | 0 | 16 | 417 | 110 | 62 |
| Binary | 10000011 | 100101 | 11011100 | 101000 | 1010011 | 0 | 1110 | 100001111 | 1001000 | 110010 |
Color Harmonies of #8325DC
Complementary color
Monochromatic Colors of #8325DC
Black with #8325DC
Text Example
Text Example
White with #8325DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8325DC; }
p { color: rgb(131,37,220); }
H1.HeaderClassName
{
color: #8325DC;
}
.AnyTagClassName
{
color: #8325DC;
}
</style>
background-color css
<style>
a { background-color: #8325DC; }
a { background-color: rgb(131,37,220); }
div.DivClassName
{
background-color: #8325DC;
}
.BgClassName
{
background-color: #8325DC;
}
</style>
border-color css
<style>
span { border-color: #8325DC; }
span { border-color: rgb(131,37,220); }
td.TdClassName
{
border-color: #8325DC;
}
.TagClassName
{
border-color: #8325DC;
}
</style>