Shades of Blue Violet #8215DF
Tints of Blue Violet #8215DF
RGB
CMYK
RGB Variations
Color information
#8215DF (or 0x8215DF) is known color: Blue Violet. HEX triplet: 82, 15 and DF. RGB value is (130,21,223). Sum of RGB (Red+Green+Blue) = 130+21+223=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 223 (87.5% from 255 or 59.63% from 374); Max value from RGB is 223 - color contains mainly: blue. Hex color #8215DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8215DF is #7DEA20. Grayscale: #4B4B4B. Windows color (decimal): -8251937 or 14620034. OLE color: 14620034.
HSL color Cylindrical-coordinate representation of color #8215DF: hue angle of 272.38º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8215DF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 21 | 223 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.13 |
| HSL | 272.38º | 0.83% | 0.48% | - |
| HSV(B) | 272.38º | 0.91% | 0.87% | - |
| XYZ | 22.79 | 10.61 | 70.66 | - |
| YUV | 76.62 | 210.61 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 21 | 223 | 0.42 | 0.91 | 0 | 0.13 | 272.38 | 0.83 | 0.48 |
| Hex | 82 | 15 | DF | 2A | 5B | 0 | D | 110 | 53 | 30 |
| Octal | 202 | 25 | 337 | 52 | 133 | 0 | 15 | 420 | 123 | 60 |
| Binary | 10000010 | 10101 | 11011111 | 101010 | 1011011 | 0 | 1101 | 100010000 | 1010011 | 110000 |
Color Harmonies of #8215DF
Complementary color
Monochromatic Colors of #8215DF
Black with #8215DF
Text Example
Text Example
White with #8215DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8215DF; }
p { color: rgb(130,21,223); }
H1.HeaderClassName
{
color: #8215DF;
}
.AnyTagClassName
{
color: #8215DF;
}
</style>
background-color css
<style>
a { background-color: #8215DF; }
a { background-color: rgb(130,21,223); }
div.DivClassName
{
background-color: #8215DF;
}
.BgClassName
{
background-color: #8215DF;
}
</style>
border-color css
<style>
span { border-color: #8215DF; }
span { border-color: rgb(130,21,223); }
td.TdClassName
{
border-color: #8215DF;
}
.TagClassName
{
border-color: #8215DF;
}
</style>