Shades of Blue Violet #8227D6
Tints of Blue Violet #8227D6
RGB
CMYK
RGB Variations
Color information
#8227D6 (or 0x8227D6) is known color: Blue Violet. HEX triplet: 82, 27 and D6. RGB value is (130,39,214). Sum of RGB (Red+Green+Blue) = 130+39+214=383 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.94% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #8227D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227D6 is #7DD829. Grayscale: #555555. Windows color (decimal): -8247338 or 14034818. OLE color: 14034818.
HSL color Cylindrical-coordinate representation of color #8227D6: hue angle of 271.2º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8227D6 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 39 | 214 | - |
| CMYK | 0.39 | 0.82 | 0 | 0.16 |
| HSL | 271.2º | 0.69% | 0.5% | - |
| HSV(B) | 271.2º | 0.82% | 0.84% | - |
| XYZ | 22.07 | 11.05 | 64.59 | - |
| YUV | 86.16 | 200.15 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 214 | 0.39 | 0.82 | 0 | 0.16 | 271.2 | 0.69 | 0.5 |
| Hex | 82 | 27 | D6 | 27 | 52 | 0 | 10 | 10F | 45 | 32 |
| Octal | 202 | 47 | 326 | 47 | 122 | 0 | 20 | 417 | 105 | 62 |
| Binary | 10000010 | 100111 | 11010110 | 100111 | 1010010 | 0 | 10000 | 100001111 | 1000101 | 110010 |
Color Harmonies of #8227D6
Complementary color
Monochromatic Colors of #8227D6
Black with #8227D6
Text Example
Text Example
White with #8227D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227D6; }
p { color: rgb(130,39,214); }
H1.HeaderClassName
{
color: #8227D6;
}
.AnyTagClassName
{
color: #8227D6;
}
</style>
background-color css
<style>
a { background-color: #8227D6; }
a { background-color: rgb(130,39,214); }
div.DivClassName
{
background-color: #8227D6;
}
.BgClassName
{
background-color: #8227D6;
}
</style>
border-color css
<style>
span { border-color: #8227D6; }
span { border-color: rgb(130,39,214); }
td.TdClassName
{
border-color: #8227D6;
}
.TagClassName
{
border-color: #8227D6;
}
</style>