Shades of Blue Violet #823EDC
Tints of Blue Violet #823EDC
RGB
CMYK
RGB Variations
Color information
#823EDC (or 0x823EDC) is known color: Blue Violet. HEX triplet: 82, 3E and DC. RGB value is (130,62,220). Sum of RGB (Red+Green+Blue) = 130+62+220=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #823EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823EDC is #7DC123. Grayscale: #636363. Windows color (decimal): -8241444 or 14433922. OLE color: 14433922.
HSL color Cylindrical-coordinate representation of color #823EDC: hue angle of 265.82º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823EDC is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 62 | 220 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.14 |
| HSL | 265.82º | 0.69% | 0.55% | - |
| HSV(B) | 265.82º | 0.72% | 0.86% | - |
| XYZ | 23.85 | 13.36 | 69.03 | - |
| YUV | 100.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 62 | 220 | 0.41 | 0.72 | 0 | 0.14 | 265.82 | 0.69 | 0.55 |
| Hex | 82 | 3E | DC | 29 | 48 | 0 | E | 10A | 45 | 37 |
| Octal | 202 | 76 | 334 | 51 | 110 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000010 | 111110 | 11011100 | 101001 | 1001000 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #823EDC
Complementary color
Monochromatic Colors of #823EDC
Black with #823EDC
Text Example
Text Example
White with #823EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823EDC; }
p { color: rgb(130,62,220); }
H1.HeaderClassName
{
color: #823EDC;
}
.AnyTagClassName
{
color: #823EDC;
}
</style>
background-color css
<style>
a { background-color: #823EDC; }
a { background-color: rgb(130,62,220); }
div.DivClassName
{
background-color: #823EDC;
}
.BgClassName
{
background-color: #823EDC;
}
</style>
border-color css
<style>
span { border-color: #823EDC; }
span { border-color: rgb(130,62,220); }
td.TdClassName
{
border-color: #823EDC;
}
.TagClassName
{
border-color: #823EDC;
}
</style>