Shades of Blue Violet #8225E5
Tints of Blue Violet #8225E5
RGB
CMYK
RGB Variations
Color information
#8225E5 (or 0x8225E5) is known color: Blue Violet. HEX triplet: 82, 25 and E5. RGB value is (130,37,229). Sum of RGB (Red+Green+Blue) = 130+37+229=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #8225E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8225E5 is #7DDA1A. Grayscale: #565656. Windows color (decimal): -8247835 or 15017346. OLE color: 15017346.
HSL color Cylindrical-coordinate representation of color #8225E5: hue angle of 269.06º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8225E5 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 37 | 229 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.10 |
| HSL | 269.06º | 0.79% | 0.52% | - |
| HSV(B) | 269.06º | 0.84% | 0.9% | - |
| XYZ | 24.01 | 11.73 | 75.13 | - |
| YUV | 86.7 | 208.31 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 229 | 0.43 | 0.84 | 0 | 0.10 | 269.06 | 0.79 | 0.52 |
| Hex | 82 | 25 | E5 | 2B | 54 | 0 | A | 10D | 4F | 34 |
| Octal | 202 | 45 | 345 | 53 | 124 | 0 | 12 | 415 | 117 | 64 |
| Binary | 10000010 | 100101 | 11100101 | 101011 | 1010100 | 0 | 1010 | 100001101 | 1001111 | 110100 |
Color Harmonies of #8225E5
Complementary color
Monochromatic Colors of #8225E5
Black with #8225E5
Text Example
Text Example
White with #8225E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225E5; }
p { color: rgb(130,37,229); }
H1.HeaderClassName
{
color: #8225E5;
}
.AnyTagClassName
{
color: #8225E5;
}
</style>
background-color css
<style>
a { background-color: #8225E5; }
a { background-color: rgb(130,37,229); }
div.DivClassName
{
background-color: #8225E5;
}
.BgClassName
{
background-color: #8225E5;
}
</style>
border-color css
<style>
span { border-color: #8225E5; }
span { border-color: rgb(130,37,229); }
td.TdClassName
{
border-color: #8225E5;
}
.TagClassName
{
border-color: #8225E5;
}
</style>