Shades of Blue Violet #823CEC
Tints of Blue Violet #823CEC
RGB
CMYK
RGB Variations
Color information
#823CEC (or 0x823CEC) is known color: Blue Violet. HEX triplet: 82, 3C and EC. RGB value is (130,60,236). Sum of RGB (Red+Green+Blue) = 130+60+236=426 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.52% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #823CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #823CEC is #7DC313. Grayscale: #646464. Windows color (decimal): -8241940 or 15481986. OLE color: 15481986.
HSL color Cylindrical-coordinate representation of color #823CEC: hue angle of 263.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #823CEC is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 60 | 236 | - |
| CMYK | 0.45 | 0.75 | 0 | 0.07 |
| HSL | 263.86º | 0.82% | 0.58% | - |
| HSV(B) | 263.86º | 0.75% | 0.93% | - |
| XYZ | 25.96 | 14.03 | 80.7 | - |
| YUV | 100.99 | 204.19 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 236 | 0.45 | 0.75 | 0 | 0.07 | 263.86 | 0.82 | 0.58 |
| Hex | 82 | 3C | EC | 2D | 4B | 0 | 7 | 108 | 52 | 3A |
| Octal | 202 | 74 | 354 | 55 | 113 | 0 | 7 | 410 | 122 | 72 |
| Binary | 10000010 | 111100 | 11101100 | 101101 | 1001011 | 0 | 111 | 100001000 | 1010010 | 111010 |
Color Harmonies of #823CEC
Complementary color
Monochromatic Colors of #823CEC
Black with #823CEC
Text Example
Text Example
White with #823CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CEC; }
p { color: rgb(130,60,236); }
H1.HeaderClassName
{
color: #823CEC;
}
.AnyTagClassName
{
color: #823CEC;
}
</style>
background-color css
<style>
a { background-color: #823CEC; }
a { background-color: rgb(130,60,236); }
div.DivClassName
{
background-color: #823CEC;
}
.BgClassName
{
background-color: #823CEC;
}
</style>
border-color css
<style>
span { border-color: #823CEC; }
span { border-color: rgb(130,60,236); }
td.TdClassName
{
border-color: #823CEC;
}
.TagClassName
{
border-color: #823CEC;
}
</style>