Shades of Blue Violet #8227DF
Tints of Blue Violet #8227DF
RGB
CMYK
RGB Variations
Color information
#8227DF (or 0x8227DF) is known color: Blue Violet. HEX triplet: 82, 27 and DF. RGB value is (130,39,223). Sum of RGB (Red+Green+Blue) = 130+39+223=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #8227DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8227DF is #7DD820. Grayscale: #565656. Windows color (decimal): -8247329 or 14624642. OLE color: 14624642.
HSL color Cylindrical-coordinate representation of color #8227DF: hue angle of 269.67º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8227DF is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 39 | 223 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.13 |
| HSL | 269.67º | 0.74% | 0.51% | - |
| HSV(B) | 269.67º | 0.83% | 0.87% | - |
| XYZ | 23.25 | 11.52 | 70.81 | - |
| YUV | 87.19 | 204.65 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 39 | 223 | 0.42 | 0.83 | 0 | 0.13 | 269.67 | 0.74 | 0.51 |
| Hex | 82 | 27 | DF | 2A | 53 | 0 | D | 10E | 4A | 33 |
| Octal | 202 | 47 | 337 | 52 | 123 | 0 | 15 | 416 | 112 | 63 |
| Binary | 10000010 | 100111 | 11011111 | 101010 | 1010011 | 0 | 1101 | 100001110 | 1001010 | 110011 |
Color Harmonies of #8227DF
Complementary color
Monochromatic Colors of #8227DF
Black with #8227DF
Text Example
Text Example
White with #8227DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8227DF; }
p { color: rgb(130,39,223); }
H1.HeaderClassName
{
color: #8227DF;
}
.AnyTagClassName
{
color: #8227DF;
}
</style>
background-color css
<style>
a { background-color: #8227DF; }
a { background-color: rgb(130,39,223); }
div.DivClassName
{
background-color: #8227DF;
}
.BgClassName
{
background-color: #8227DF;
}
</style>
border-color css
<style>
span { border-color: #8227DF; }
span { border-color: rgb(130,39,223); }
td.TdClassName
{
border-color: #8227DF;
}
.TagClassName
{
border-color: #8227DF;
}
</style>