Shades of Blue Violet #823EE0
Tints of Blue Violet #823EE0
RGB
CMYK
RGB Variations
Color information
#823EE0 (or 0x823EE0) is known color: Blue Violet. HEX triplet: 82, 3E and E0. RGB value is (130,62,224). Sum of RGB (Red+Green+Blue) = 130+62+224=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #823EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EE0 is #7DC11F. Grayscale: #646464. Windows color (decimal): -8241440 or 14696066. OLE color: 14696066.
HSL color Cylindrical-coordinate representation of color #823EE0: hue angle of 265.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823EE0 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 62 | 224 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.12 |
| HSL | 265.19º | 0.72% | 0.56% | - |
| HSV(B) | 265.19º | 0.72% | 0.88% | - |
| XYZ | 24.38 | 13.57 | 71.86 | - |
| YUV | 100.8 | 197.53 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 224 | 0.42 | 0.72 | 0 | 0.12 | 265.19 | 0.72 | 0.56 |
| Hex | 82 | 3E | E0 | 2A | 48 | 0 | C | 109 | 48 | 38 |
| Octal | 202 | 76 | 340 | 52 | 110 | 0 | 14 | 411 | 110 | 70 |
| Binary | 10000010 | 111110 | 11100000 | 101010 | 1001000 | 0 | 1100 | 100001001 | 1001000 | 111000 |
Color Harmonies of #823EE0
Complementary color
Monochromatic Colors of #823EE0
Black with #823EE0
Text Example
Text Example
White with #823EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EE0; }
p { color: rgb(130,62,224); }
H1.HeaderClassName
{
color: #823EE0;
}
.AnyTagClassName
{
color: #823EE0;
}
</style>
background-color css
<style>
a { background-color: #823EE0; }
a { background-color: rgb(130,62,224); }
div.DivClassName
{
background-color: #823EE0;
}
.BgClassName
{
background-color: #823EE0;
}
</style>
border-color css
<style>
span { border-color: #823EE0; }
span { border-color: rgb(130,62,224); }
td.TdClassName
{
border-color: #823EE0;
}
.TagClassName
{
border-color: #823EE0;
}
</style>