Shades of Blue Violet #8224FC
Tints of Blue Violet #8224FC
RGB
CMYK
RGB Variations
Color information
#8224FC (or 0x8224FC) is known color: Blue Violet. HEX triplet: 82, 24 and FC. RGB value is (130,36,252). Sum of RGB (Red+Green+Blue) = 130+36+252=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 252 (98.83% from 255 or 60.29% from 418); Max value from RGB is 252 - color contains mainly: blue. Hex color #8224FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8224FC is #7DDB03. Grayscale: #575757. Windows color (decimal): -8248068 or 16524418. OLE color: 16524418.
HSL color Cylindrical-coordinate representation of color #8224FC: hue angle of 266.11º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8224FC is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 36 | 252 | - |
| CMYK | 0.48 | 0.86 | 0 | 0.01 |
| HSL | 266.11º | 0.97% | 0.56% | - |
| HSV(B) | 266.11º | 0.86% | 0.99% | - |
| XYZ | 27.41 | 13.04 | 93.17 | - |
| YUV | 88.73 | 220.14 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 36 | 252 | 0.48 | 0.86 | 0 | 0.01 | 266.11 | 0.97 | 0.56 |
| Hex | 82 | 24 | FC | 30 | 56 | 0 | 1 | 10A | 61 | 38 |
| Octal | 202 | 44 | 374 | 60 | 126 | 0 | 1 | 412 | 141 | 70 |
| Binary | 10000010 | 100100 | 11111100 | 110000 | 1010110 | 0 | 1 | 100001010 | 1100001 | 111000 |
Color Harmonies of #8224FC
Complementary color
Monochromatic Colors of #8224FC
Black with #8224FC
Text Example
Text Example
White with #8224FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8224FC; }
p { color: rgb(130,36,252); }
H1.HeaderClassName
{
color: #8224FC;
}
.AnyTagClassName
{
color: #8224FC;
}
</style>
background-color css
<style>
a { background-color: #8224FC; }
a { background-color: rgb(130,36,252); }
div.DivClassName
{
background-color: #8224FC;
}
.BgClassName
{
background-color: #8224FC;
}
</style>
border-color css
<style>
span { border-color: #8224FC; }
span { border-color: rgb(130,36,252); }
td.TdClassName
{
border-color: #8224FC;
}
.TagClassName
{
border-color: #8224FC;
}
</style>