Shades of Blue Violet #8224CF
Tints of Blue Violet #8224CF
RGB
CMYK
RGB Variations
Color information
#8224CF (or 0x8224CF) is known color: Blue Violet. HEX triplet: 82, 24 and CF. RGB value is (130,36,207). Sum of RGB (Red+Green+Blue) = 130+36+207=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #8224CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8224CF is #7DDB30. Grayscale: #535353. Windows color (decimal): -8248113 or 13575298. OLE color: 13575298.
HSL color Cylindrical-coordinate representation of color #8224CF: hue angle of 272.98º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8224CF is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 36 | 207 | - |
| CMYK | 0.37 | 0.83 | 0 | 0.19 |
| HSL | 272.98º | 0.7% | 0.48% | - |
| HSV(B) | 272.98º | 0.83% | 0.81% | - |
| XYZ | 21.1 | 10.51 | 59.95 | - |
| YUV | 83.6 | 197.64 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 207 | 0.37 | 0.83 | 0 | 0.19 | 272.98 | 0.7 | 0.48 |
| Hex | 82 | 24 | CF | 25 | 53 | 0 | 13 | 111 | 46 | 30 |
| Octal | 202 | 44 | 317 | 45 | 123 | 0 | 23 | 421 | 106 | 60 |
| Binary | 10000010 | 100100 | 11001111 | 100101 | 1010011 | 0 | 10011 | 100010001 | 1000110 | 110000 |
Color Harmonies of #8224CF
Complementary color
Monochromatic Colors of #8224CF
Black with #8224CF
Text Example
Text Example
White with #8224CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224CF; }
p { color: rgb(130,36,207); }
H1.HeaderClassName
{
color: #8224CF;
}
.AnyTagClassName
{
color: #8224CF;
}
</style>
background-color css
<style>
a { background-color: #8224CF; }
a { background-color: rgb(130,36,207); }
div.DivClassName
{
background-color: #8224CF;
}
.BgClassName
{
background-color: #8224CF;
}
</style>
border-color css
<style>
span { border-color: #8224CF; }
span { border-color: rgb(130,36,207); }
td.TdClassName
{
border-color: #8224CF;
}
.TagClassName
{
border-color: #8224CF;
}
</style>