Shades of Blue Violet #8225DC
Tints of Blue Violet #8225DC
RGB
CMYK
RGB Variations
Color information
#8225DC (or 0x8225DC) is known color: Blue Violet. HEX triplet: 82, 25 and DC. RGB value is (130,37,220). Sum of RGB (Red+Green+Blue) = 130+37+220=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 37 (14.84% from 255 or 9.56% 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 #8225DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8225DC is #7DDA23. Grayscale: #555555. Windows color (decimal): -8247844 or 14427522. OLE color: 14427522.
HSL color Cylindrical-coordinate representation of color #8225DC: hue angle of 270.49º 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 #8225DC is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 37 | 220 | - |
| CMYK | 0.41 | 0.83 | 0 | 0.14 |
| HSL | 270.49º | 0.72% | 0.5% | - |
| HSV(B) | 270.49º | 0.83% | 0.86% | - |
| XYZ | 22.79 | 11.24 | 68.68 | - |
| YUV | 85.67 | 203.81 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 220 | 0.41 | 0.83 | 0 | 0.14 | 270.49 | 0.72 | 0.5 |
| Hex | 82 | 25 | DC | 29 | 53 | 0 | E | 10E | 48 | 32 |
| Octal | 202 | 45 | 334 | 51 | 123 | 0 | 16 | 416 | 110 | 62 |
| Binary | 10000010 | 100101 | 11011100 | 101001 | 1010011 | 0 | 1110 | 100001110 | 1001000 | 110010 |
Color Harmonies of #8225DC
Complementary color
Monochromatic Colors of #8225DC
Black with #8225DC
Text Example
Text Example
White with #8225DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225DC; }
p { color: rgb(130,37,220); }
H1.HeaderClassName
{
color: #8225DC;
}
.AnyTagClassName
{
color: #8225DC;
}
</style>
background-color css
<style>
a { background-color: #8225DC; }
a { background-color: rgb(130,37,220); }
div.DivClassName
{
background-color: #8225DC;
}
.BgClassName
{
background-color: #8225DC;
}
</style>
border-color css
<style>
span { border-color: #8225DC; }
span { border-color: rgb(130,37,220); }
td.TdClassName
{
border-color: #8225DC;
}
.TagClassName
{
border-color: #8225DC;
}
</style>