Shades of Blue Violet #823DFE
Tints of Blue Violet #823DFE
RGB
CMYK
RGB Variations
Color information
#823DFE (or 0x823DFE) is known color: Blue Violet. HEX triplet: 82, 3D and FE. RGB value is (130,61,254). Sum of RGB (Red+Green+Blue) = 130+61+254=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 61 (24.22% from 255 or 13.71% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #823DFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823DFE is #7DC201. Grayscale: #666666. Windows color (decimal): -8241666 or 16661890. OLE color: 16661890.
HSL color Cylindrical-coordinate representation of color #823DFE: hue angle of 261.45º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #823DFE is Cyan = 0.49, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 130 | 61 | 254 | - |
| CMYK | 0.49 | 0.76 | 0 | 0.00 |
| HSL | 261.45º | 0.99% | 0.62% | - |
| HSV(B) | 261.45º | 0.76% | 1% | - |
| XYZ | 28.76 | 15.24 | 95.19 | - |
| YUV | 103.63 | 212.86 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 254 | 0.49 | 0.76 | 0 | 0.00 | 261.45 | 0.99 | 0.62 |
| Hex | 82 | 3D | FE | 31 | 4C | 0 | 0 | 105 | 63 | 3E |
| Octal | 202 | 75 | 376 | 61 | 114 | 0 | 0 | 405 | 143 | 76 |
| Binary | 10000010 | 111101 | 11111110 | 110001 | 1001100 | 0 | 0 | 100000101 | 1100011 | 111110 |
Color Harmonies of #823DFE
Complementary color
Monochromatic Colors of #823DFE
Black with #823DFE
Text Example
Text Example
White with #823DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DFE; }
p { color: rgb(130,61,254); }
H1.HeaderClassName
{
color: #823DFE;
}
.AnyTagClassName
{
color: #823DFE;
}
</style>
background-color css
<style>
a { background-color: #823DFE; }
a { background-color: rgb(130,61,254); }
div.DivClassName
{
background-color: #823DFE;
}
.BgClassName
{
background-color: #823DFE;
}
</style>
border-color css
<style>
span { border-color: #823DFE; }
span { border-color: rgb(130,61,254); }
td.TdClassName
{
border-color: #823DFE;
}
.TagClassName
{
border-color: #823DFE;
}
</style>