Shades of Blue Violet #8228CF
Tints of Blue Violet #8228CF
RGB
CMYK
RGB Variations
Color information
#8228CF (or 0x8228CF) is known color: Blue Violet. HEX triplet: 82, 28 and CF. RGB value is (130,40,207). Sum of RGB (Red+Green+Blue) = 130+40+207=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #8228CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8228CF is #7DD730. Grayscale: #555555. Windows color (decimal): -8247089 or 13576322. OLE color: 13576322.
HSL color Cylindrical-coordinate representation of color #8228CF: hue angle of 272.34º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8228CF is Cyan = 0.37, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 40 | 207 | - |
| CMYK | 0.37 | 0.81 | 0 | 0.19 |
| HSL | 272.34º | 0.68% | 0.48% | - |
| HSV(B) | 272.34º | 0.81% | 0.81% | - |
| XYZ | 21.23 | 10.77 | 59.99 | - |
| YUV | 85.95 | 196.32 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 40 | 207 | 0.37 | 0.81 | 0 | 0.19 | 272.34 | 0.68 | 0.48 |
| Hex | 82 | 28 | CF | 25 | 51 | 0 | 13 | 110 | 44 | 30 |
| Octal | 202 | 50 | 317 | 45 | 121 | 0 | 23 | 420 | 104 | 60 |
| Binary | 10000010 | 101000 | 11001111 | 100101 | 1010001 | 0 | 10011 | 100010000 | 1000100 | 110000 |
Color Harmonies of #8228CF
Complementary color
Monochromatic Colors of #8228CF
Black with #8228CF
Text Example
Text Example
White with #8228CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8228CF; }
p { color: rgb(130,40,207); }
H1.HeaderClassName
{
color: #8228CF;
}
.AnyTagClassName
{
color: #8228CF;
}
</style>
background-color css
<style>
a { background-color: #8228CF; }
a { background-color: rgb(130,40,207); }
div.DivClassName
{
background-color: #8228CF;
}
.BgClassName
{
background-color: #8228CF;
}
</style>
border-color css
<style>
span { border-color: #8228CF; }
span { border-color: rgb(130,40,207); }
td.TdClassName
{
border-color: #8228CF;
}
.TagClassName
{
border-color: #8228CF;
}
</style>