Shades of Blue Violet #8224FF
Tints of Blue Violet #8224FF
RGB
CMYK
RGB Variations
Color information
#8224FF (or 0x8224FF) is known color: Blue Violet. HEX triplet: 82, 24 and FF. RGB value is (130,36,255). Sum of RGB (Red+Green+Blue) = 130+36+255=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 255 (100% from 255 or 60.57% from 421); Max value from RGB is 255 - color contains mainly: blue. Hex color #8224FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8224FF is #7DDB00. Grayscale: #585858. Windows color (decimal): -8248065 or 16721026. OLE color: 16721026.
HSL color Cylindrical-coordinate representation of color #8224FF: hue angle of 265.75º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8224FF is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 36 | 255 | - |
| CMYK | 0.49 | 0.86 | 0 | 0 |
| HSL | 265.75º | 1% | 0.57% | - |
| HSV(B) | 265.75º | 0.86% | 1% | - |
| XYZ | 27.89 | 13.23 | 95.69 | - |
| YUV | 89.07 | 221.64 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 255 | 0.49 | 0.86 | 0 | 0 | 265.75 | 1 | 0.57 |
| Hex | 82 | 24 | FF | 31 | 56 | 0 | 0 | 10A | 64 | 39 |
| Octal | 202 | 44 | 377 | 61 | 126 | 0 | 0 | 412 | 144 | 71 |
| Binary | 10000010 | 100100 | 11111111 | 110001 | 1010110 | 0 | 0 | 100001010 | 1100100 | 111001 |
Color Harmonies of #8224FF
Complementary color
Monochromatic Colors of #8224FF
Black with #8224FF
Text Example
Text Example
White with #8224FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224FF; }
p { color: rgb(130,36,255); }
H1.HeaderClassName
{
color: #8224FF;
}
.AnyTagClassName
{
color: #8224FF;
}
</style>
background-color css
<style>
a { background-color: #8224FF; }
a { background-color: rgb(130,36,255); }
div.DivClassName
{
background-color: #8224FF;
}
.BgClassName
{
background-color: #8224FF;
}
</style>
border-color css
<style>
span { border-color: #8224FF; }
span { border-color: rgb(130,36,255); }
td.TdClassName
{
border-color: #8224FF;
}
.TagClassName
{
border-color: #8224FF;
}
</style>