Shades of Blue Violet #823DFF
Tints of Blue Violet #823DFF
RGB
CMYK
RGB Variations
Color information
#823DFF (or 0x823DFF) is known color: Blue Violet. HEX triplet: 82, 3D and FF. RGB value is (130,61,255). Sum of RGB (Red+Green+Blue) = 130+61+255=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #823DFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823DFF is #7DC200. Grayscale: #676767. Windows color (decimal): -8241665 or 16727426. OLE color: 16727426.
HSL color Cylindrical-coordinate representation of color #823DFF: hue angle of 261.34º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #823DFF is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 61 | 255 | - |
| CMYK | 0.49 | 0.76 | 0 | 0 |
| HSL | 261.34º | 1% | 0.62% | - |
| HSV(B) | 261.34º | 0.76% | 1% | - |
| XYZ | 28.92 | 15.3 | 96.04 | - |
| YUV | 103.75 | 213.36 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 255 | 0.49 | 0.76 | 0 | 0 | 261.34 | 1 | 0.62 |
| Hex | 82 | 3D | FF | 31 | 4C | 0 | 0 | 105 | 64 | 3E |
| Octal | 202 | 75 | 377 | 61 | 114 | 0 | 0 | 405 | 144 | 76 |
| Binary | 10000010 | 111101 | 11111111 | 110001 | 1001100 | 0 | 0 | 100000101 | 1100100 | 111110 |
Color Harmonies of #823DFF
Complementary color
Monochromatic Colors of #823DFF
Black with #823DFF
Text Example
Text Example
White with #823DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DFF; }
p { color: rgb(130,61,255); }
H1.HeaderClassName
{
color: #823DFF;
}
.AnyTagClassName
{
color: #823DFF;
}
</style>
background-color css
<style>
a { background-color: #823DFF; }
a { background-color: rgb(130,61,255); }
div.DivClassName
{
background-color: #823DFF;
}
.BgClassName
{
background-color: #823DFF;
}
</style>
border-color css
<style>
span { border-color: #823DFF; }
span { border-color: rgb(130,61,255); }
td.TdClassName
{
border-color: #823DFF;
}
.TagClassName
{
border-color: #823DFF;
}
</style>