Shades of Blue Violet #8226DA
Tints of Blue Violet #8226DA
RGB
CMYK
RGB Variations
Color information
#8226DA (or 0x8226DA) is known color: Blue Violet. HEX triplet: 82, 26 and DA. RGB value is (130,38,218). Sum of RGB (Red+Green+Blue) = 130+38+218=386 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.68% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 218 (85.55% from 255 or 56.48% from 386); Max value from RGB is 218 - color contains mainly: blue. Hex color #8226DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8226DA is #7DD925. Grayscale: #555555. Windows color (decimal): -8247590 or 14296706. OLE color: 14296706.
HSL color Cylindrical-coordinate representation of color #8226DA: hue angle of 270.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8226DA is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 38 | 218 | - |
| CMYK | 0.40 | 0.83 | 0 | 0.15 |
| HSL | 270.67º | 0.71% | 0.5% | - |
| HSV(B) | 270.67º | 0.83% | 0.85% | - |
| XYZ | 22.55 | 11.19 | 67.3 | - |
| YUV | 86.03 | 202.48 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 38 | 218 | 0.40 | 0.83 | 0 | 0.15 | 270.67 | 0.71 | 0.5 |
| Hex | 82 | 26 | DA | 28 | 53 | 0 | F | 10F | 47 | 32 |
| Octal | 202 | 46 | 332 | 50 | 123 | 0 | 17 | 417 | 107 | 62 |
| Binary | 10000010 | 100110 | 11011010 | 101000 | 1010011 | 0 | 1111 | 100001111 | 1000111 | 110010 |
Color Harmonies of #8226DA
Complementary color
Monochromatic Colors of #8226DA
Black with #8226DA
Text Example
Text Example
White with #8226DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8226DA; }
p { color: rgb(130,38,218); }
H1.HeaderClassName
{
color: #8226DA;
}
.AnyTagClassName
{
color: #8226DA;
}
</style>
background-color css
<style>
a { background-color: #8226DA; }
a { background-color: rgb(130,38,218); }
div.DivClassName
{
background-color: #8226DA;
}
.BgClassName
{
background-color: #8226DA;
}
</style>
border-color css
<style>
span { border-color: #8226DA; }
span { border-color: rgb(130,38,218); }
td.TdClassName
{
border-color: #8226DA;
}
.TagClassName
{
border-color: #8226DA;
}
</style>