Shades of Blue Violet #823CDF
Tints of Blue Violet #823CDF
RGB
CMYK
RGB Variations
Color information
#823CDF (or 0x823CDF) is known color: Blue Violet. HEX triplet: 82, 3C and DF. RGB value is (130,60,223). Sum of RGB (Red+Green+Blue) = 130+60+223=413 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.48% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #823CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CDF is #7DC320. Grayscale: #626262. Windows color (decimal): -8241953 or 14630018. OLE color: 14630018.
HSL color Cylindrical-coordinate representation of color #823CDF: hue angle of 265.77º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #823CDF is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 60 | 223 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.13 |
| HSL | 265.77º | 0.72% | 0.55% | - |
| HSV(B) | 265.77º | 0.73% | 0.87% | - |
| XYZ | 24.14 | 13.31 | 71.11 | - |
| YUV | 99.51 | 197.69 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 223 | 0.42 | 0.73 | 0 | 0.13 | 265.77 | 0.72 | 0.55 |
| Hex | 82 | 3C | DF | 2A | 49 | 0 | D | 10A | 48 | 37 |
| Octal | 202 | 74 | 337 | 52 | 111 | 0 | 15 | 412 | 110 | 67 |
| Binary | 10000010 | 111100 | 11011111 | 101010 | 1001001 | 0 | 1101 | 100001010 | 1001000 | 110111 |
Color Harmonies of #823CDF
Complementary color
Monochromatic Colors of #823CDF
Black with #823CDF
Text Example
Text Example
White with #823CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CDF; }
p { color: rgb(130,60,223); }
H1.HeaderClassName
{
color: #823CDF;
}
.AnyTagClassName
{
color: #823CDF;
}
</style>
background-color css
<style>
a { background-color: #823CDF; }
a { background-color: rgb(130,60,223); }
div.DivClassName
{
background-color: #823CDF;
}
.BgClassName
{
background-color: #823CDF;
}
</style>
border-color css
<style>
span { border-color: #823CDF; }
span { border-color: rgb(130,60,223); }
td.TdClassName
{
border-color: #823CDF;
}
.TagClassName
{
border-color: #823CDF;
}
</style>