Shades of Blue Violet #823CD6
Tints of Blue Violet #823CD6
RGB
CMYK
RGB Variations
Color information
#823CD6 (or 0x823CD6) is known color: Blue Violet. HEX triplet: 82, 3C and D6. RGB value is (130,60,214). Sum of RGB (Red+Green+Blue) = 130+60+214=404 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.18% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 214 (83.98% from 255 or 52.97% from 404); Max value from RGB is 214 - color contains mainly: blue. Hex color #823CD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823CD6 is #7DC329. Grayscale: #616161. Windows color (decimal): -8241962 or 14040194. OLE color: 14040194.
HSL color Cylindrical-coordinate representation of color #823CD6: hue angle of 267.27º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823CD6 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 60 | 214 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.16 |
| HSL | 267.27º | 0.65% | 0.54% | - |
| HSV(B) | 267.27º | 0.72% | 0.84% | - |
| XYZ | 22.96 | 12.83 | 64.89 | - |
| YUV | 98.49 | 193.19 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 60 | 214 | 0.39 | 0.72 | 0 | 0.16 | 267.27 | 0.65 | 0.54 |
| Hex | 82 | 3C | D6 | 27 | 48 | 0 | 10 | 10B | 41 | 36 |
| Octal | 202 | 74 | 326 | 47 | 110 | 0 | 20 | 413 | 101 | 66 |
| Binary | 10000010 | 111100 | 11010110 | 100111 | 1001000 | 0 | 10000 | 100001011 | 1000001 | 110110 |
Color Harmonies of #823CD6
Complementary color
Monochromatic Colors of #823CD6
Black with #823CD6
Text Example
Text Example
White with #823CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823CD6; }
p { color: rgb(130,60,214); }
H1.HeaderClassName
{
color: #823CD6;
}
.AnyTagClassName
{
color: #823CD6;
}
</style>
background-color css
<style>
a { background-color: #823CD6; }
a { background-color: rgb(130,60,214); }
div.DivClassName
{
background-color: #823CD6;
}
.BgClassName
{
background-color: #823CD6;
}
</style>
border-color css
<style>
span { border-color: #823CD6; }
span { border-color: rgb(130,60,214); }
td.TdClassName
{
border-color: #823CD6;
}
.TagClassName
{
border-color: #823CD6;
}
</style>