Shades of Blue Violet #8225E7
Tints of Blue Violet #8225E7
RGB
CMYK
RGB Variations
Color information
#8225E7 (or 0x8225E7) is known color: Blue Violet. HEX triplet: 82, 25 and E7. RGB value is (130,37,231). Sum of RGB (Red+Green+Blue) = 130+37+231=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 231 (90.62% from 255 or 58.04% from 398); Max value from RGB is 231 - color contains mainly: blue. Hex color #8225E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8225E7 is #7DDA18. Grayscale: #565656. Windows color (decimal): -8247833 or 15148418. OLE color: 15148418.
HSL color Cylindrical-coordinate representation of color #8225E7: hue angle of 268.76º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8225E7 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 37 | 231 | - |
| CMYK | 0.44 | 0.84 | 0 | 0.09 |
| HSL | 268.76º | 0.8% | 0.53% | - |
| HSV(B) | 268.76º | 0.84% | 0.91% | - |
| XYZ | 24.29 | 11.84 | 76.61 | - |
| YUV | 86.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 37 | 231 | 0.44 | 0.84 | 0 | 0.09 | 268.76 | 0.8 | 0.53 |
| Hex | 82 | 25 | E7 | 2C | 54 | 0 | 9 | 10D | 50 | 35 |
| Octal | 202 | 45 | 347 | 54 | 124 | 0 | 11 | 415 | 120 | 65 |
| Binary | 10000010 | 100101 | 11100111 | 101100 | 1010100 | 0 | 1001 | 100001101 | 1010000 | 110101 |
Color Harmonies of #8225E7
Complementary color
Monochromatic Colors of #8225E7
Black with #8225E7
Text Example
Text Example
White with #8225E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8225E7; }
p { color: rgb(130,37,231); }
H1.HeaderClassName
{
color: #8225E7;
}
.AnyTagClassName
{
color: #8225E7;
}
</style>
background-color css
<style>
a { background-color: #8225E7; }
a { background-color: rgb(130,37,231); }
div.DivClassName
{
background-color: #8225E7;
}
.BgClassName
{
background-color: #8225E7;
}
</style>
border-color css
<style>
span { border-color: #8225E7; }
span { border-color: rgb(130,37,231); }
td.TdClassName
{
border-color: #8225E7;
}
.TagClassName
{
border-color: #8225E7;
}
</style>