Shades of Blue Violet #8224CE
Tints of Blue Violet #8224CE
RGB
CMYK
RGB Variations
Color information
#8224CE (or 0x8224CE) is known color: Blue Violet. HEX triplet: 82, 24 and CE. RGB value is (130,36,206). Sum of RGB (Red+Green+Blue) = 130+36+206=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 206 (80.86% from 255 or 55.38% from 372); Max value from RGB is 206 - color contains mainly: blue. Hex color #8224CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224CE is #7DDB31. Grayscale: #525252. Windows color (decimal): -8248114 or 13509762. OLE color: 13509762.
HSL color Cylindrical-coordinate representation of color #8224CE: hue angle of 273.18º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8224CE is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 36 | 206 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.19 |
| HSL | 273.18º | 0.7% | 0.47% | - |
| HSV(B) | 273.18º | 0.83% | 0.81% | - |
| XYZ | 20.98 | 10.46 | 59.31 | - |
| YUV | 83.49 | 197.14 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 206 | 0.37 | 0.83 | 0 | 0.19 | 273.18 | 0.7 | 0.47 |
| Hex | 82 | 24 | CE | 25 | 53 | 0 | 13 | 111 | 46 | 2F |
| Octal | 202 | 44 | 316 | 45 | 123 | 0 | 23 | 421 | 106 | 57 |
| Binary | 10000010 | 100100 | 11001110 | 100101 | 1010011 | 0 | 10011 | 100010001 | 1000110 | 101111 |
Color Harmonies of #8224CE
Complementary color
Monochromatic Colors of #8224CE
Black with #8224CE
Text Example
Text Example
White with #8224CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224CE; }
p { color: rgb(130,36,206); }
H1.HeaderClassName
{
color: #8224CE;
}
.AnyTagClassName
{
color: #8224CE;
}
</style>
background-color css
<style>
a { background-color: #8224CE; }
a { background-color: rgb(130,36,206); }
div.DivClassName
{
background-color: #8224CE;
}
.BgClassName
{
background-color: #8224CE;
}
</style>
border-color css
<style>
span { border-color: #8224CE; }
span { border-color: rgb(130,36,206); }
td.TdClassName
{
border-color: #8224CE;
}
.TagClassName
{
border-color: #8224CE;
}
</style>