Shades of Blue Violet #8231DF
Tints of Blue Violet #8231DF
RGB
CMYK
RGB Variations
Color information
#8231DF (or 0x8231DF) is known color: Blue Violet. HEX triplet: 82, 31 and DF. RGB value is (130,49,223). Sum of RGB (Red+Green+Blue) = 130+49+223=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #8231DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8231DF is #7DCE20. Grayscale: #5C5C5C. Windows color (decimal): -8244769 or 14627202. OLE color: 14627202.
HSL color Cylindrical-coordinate representation of color #8231DF: hue angle of 267.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8231DF is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 49 | 223 | - |
| CMYK | 0.42 | 0.78 | 0 | 0.13 |
| HSL | 267.93º | 0.73% | 0.53% | - |
| HSV(B) | 267.93º | 0.78% | 0.87% | - |
| XYZ | 23.62 | 12.27 | 70.94 | - |
| YUV | 93.06 | 201.34 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 49 | 223 | 0.42 | 0.78 | 0 | 0.13 | 267.93 | 0.73 | 0.53 |
| Hex | 82 | 31 | DF | 2A | 4E | 0 | D | 10C | 49 | 35 |
| Octal | 202 | 61 | 337 | 52 | 116 | 0 | 15 | 414 | 111 | 65 |
| Binary | 10000010 | 110001 | 11011111 | 101010 | 1001110 | 0 | 1101 | 100001100 | 1001001 | 110101 |
Color Harmonies of #8231DF
Complementary color
Monochromatic Colors of #8231DF
Black with #8231DF
Text Example
Text Example
White with #8231DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8231DF; }
p { color: rgb(130,49,223); }
H1.HeaderClassName
{
color: #8231DF;
}
.AnyTagClassName
{
color: #8231DF;
}
</style>
background-color css
<style>
a { background-color: #8231DF; }
a { background-color: rgb(130,49,223); }
div.DivClassName
{
background-color: #8231DF;
}
.BgClassName
{
background-color: #8231DF;
}
</style>
border-color css
<style>
span { border-color: #8231DF; }
span { border-color: rgb(130,49,223); }
td.TdClassName
{
border-color: #8231DF;
}
.TagClassName
{
border-color: #8231DF;
}
</style>