Shades of Blue Violet #823ADC
Tints of Blue Violet #823ADC
RGB
CMYK
RGB Variations
Color information
#823ADC (or 0x823ADC) is known color: Blue Violet. HEX triplet: 82, 3A and DC. RGB value is (130,58,220). Sum of RGB (Red+Green+Blue) = 130+58+220=408 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.86% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 220 (86.33% from 255 or 53.92% from 408); Max value from RGB is 220 - color contains mainly: blue. Hex color #823ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823ADC is #7DC523. Grayscale: #616161. Windows color (decimal): -8242468 or 14432898. OLE color: 14432898.
HSL color Cylindrical-coordinate representation of color #823ADC: hue angle of 266.67º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #823ADC is Cyan = 0.41, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 58 | 220 | - |
| CMYK | 0.41 | 0.74 | 0 | 0.14 |
| HSL | 266.67º | 0.7% | 0.55% | - |
| HSV(B) | 266.67º | 0.74% | 0.86% | - |
| XYZ | 23.64 | 12.94 | 68.96 | - |
| YUV | 98 | 196.85 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 58 | 220 | 0.41 | 0.74 | 0 | 0.14 | 266.67 | 0.7 | 0.55 |
| Hex | 82 | 3A | DC | 29 | 4A | 0 | E | 10B | 46 | 37 |
| Octal | 202 | 72 | 334 | 51 | 112 | 0 | 16 | 413 | 106 | 67 |
| Binary | 10000010 | 111010 | 11011100 | 101001 | 1001010 | 0 | 1110 | 100001011 | 1000110 | 110111 |
Color Harmonies of #823ADC
Complementary color
Monochromatic Colors of #823ADC
Black with #823ADC
Text Example
Text Example
White with #823ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823ADC; }
p { color: rgb(130,58,220); }
H1.HeaderClassName
{
color: #823ADC;
}
.AnyTagClassName
{
color: #823ADC;
}
</style>
background-color css
<style>
a { background-color: #823ADC; }
a { background-color: rgb(130,58,220); }
div.DivClassName
{
background-color: #823ADC;
}
.BgClassName
{
background-color: #823ADC;
}
</style>
border-color css
<style>
span { border-color: #823ADC; }
span { border-color: rgb(130,58,220); }
td.TdClassName
{
border-color: #823ADC;
}
.TagClassName
{
border-color: #823ADC;
}
</style>