Shades of Blue Violet #8227DA
Tints of Blue Violet #8227DA
RGB
CMYK
RGB Variations
Color information
#8227DA (or 0x8227DA) is known color: Blue Violet. HEX triplet: 82, 27 and DA. RGB value is (130,39,218). Sum of RGB (Red+Green+Blue) = 130+39+218=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #8227DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227DA is #7DD825. Grayscale: #555555. Windows color (decimal): -8247334 or 14296962. OLE color: 14296962.
HSL color Cylindrical-coordinate representation of color #8227DA: hue angle of 270.5º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8227DA is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 39 | 218 | - |
| CMYK | 0.40 | 0.82 | 0 | 0.15 |
| HSL | 270.5º | 0.71% | 0.5% | - |
| HSV(B) | 270.5º | 0.82% | 0.85% | - |
| XYZ | 22.59 | 11.26 | 67.31 | - |
| YUV | 86.62 | 202.15 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 218 | 0.40 | 0.82 | 0 | 0.15 | 270.5 | 0.71 | 0.5 |
| Hex | 82 | 27 | DA | 28 | 52 | 0 | F | 10F | 47 | 32 |
| Octal | 202 | 47 | 332 | 50 | 122 | 0 | 17 | 417 | 107 | 62 |
| Binary | 10000010 | 100111 | 11011010 | 101000 | 1010010 | 0 | 1111 | 100001111 | 1000111 | 110010 |
Color Harmonies of #8227DA
Complementary color
Monochromatic Colors of #8227DA
Black with #8227DA
Text Example
Text Example
White with #8227DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227DA; }
p { color: rgb(130,39,218); }
H1.HeaderClassName
{
color: #8227DA;
}
.AnyTagClassName
{
color: #8227DA;
}
</style>
background-color css
<style>
a { background-color: #8227DA; }
a { background-color: rgb(130,39,218); }
div.DivClassName
{
background-color: #8227DA;
}
.BgClassName
{
background-color: #8227DA;
}
</style>
border-color css
<style>
span { border-color: #8227DA; }
span { border-color: rgb(130,39,218); }
td.TdClassName
{
border-color: #8227DA;
}
.TagClassName
{
border-color: #8227DA;
}
</style>