Shades of Blue Violet #823CE1
Tints of Blue Violet #823CE1
RGB
CMYK
RGB Variations
Color information
#823CE1 (or 0x823CE1) is known color: Blue Violet. HEX triplet: 82, 3C and E1. RGB value is (130,60,225). Sum of RGB (Red+Green+Blue) = 130+60+225=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 225 (88.28% from 255 or 54.22% from 415); Max value from RGB is 225 - color contains mainly: blue. Hex color #823CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CE1 is #7DC31E. Grayscale: #636363. Windows color (decimal): -8241951 or 14761090. OLE color: 14761090.
HSL color Cylindrical-coordinate representation of color #823CE1: hue angle of 265.45º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #823CE1 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 60 | 225 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.12 |
| HSL | 265.45º | 0.73% | 0.56% | - |
| HSV(B) | 265.45º | 0.73% | 0.88% | - |
| XYZ | 24.41 | 13.41 | 72.54 | - |
| YUV | 99.74 | 198.69 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 225 | 0.42 | 0.73 | 0 | 0.12 | 265.45 | 0.73 | 0.56 |
| Hex | 82 | 3C | E1 | 2A | 49 | 0 | C | 109 | 49 | 38 |
| Octal | 202 | 74 | 341 | 52 | 111 | 0 | 14 | 411 | 111 | 70 |
| Binary | 10000010 | 111100 | 11100001 | 101010 | 1001001 | 0 | 1100 | 100001001 | 1001001 | 111000 |
Color Harmonies of #823CE1
Complementary color
Monochromatic Colors of #823CE1
Black with #823CE1
Text Example
Text Example
White with #823CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CE1; }
p { color: rgb(130,60,225); }
H1.HeaderClassName
{
color: #823CE1;
}
.AnyTagClassName
{
color: #823CE1;
}
</style>
background-color css
<style>
a { background-color: #823CE1; }
a { background-color: rgb(130,60,225); }
div.DivClassName
{
background-color: #823CE1;
}
.BgClassName
{
background-color: #823CE1;
}
</style>
border-color css
<style>
span { border-color: #823CE1; }
span { border-color: rgb(130,60,225); }
td.TdClassName
{
border-color: #823CE1;
}
.TagClassName
{
border-color: #823CE1;
}
</style>