Shades of Blue Violet #824ADC
Tints of Blue Violet #824ADC
RGB
CMYK
RGB Variations
Color information
#824ADC (or 0x824ADC) is known color: Blue Violet. HEX triplet: 82, 4A and DC. RGB value is (130,74,220). Sum of RGB (Red+Green+Blue) = 130+74+220=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 74 (29.30% from 255 or 17.45% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #824ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ADC is #7DB523. Grayscale: #6A6A6A. Windows color (decimal): -8238372 or 14436994. OLE color: 14436994.
HSL color Cylindrical-coordinate representation of color #824ADC: hue angle of 263.01º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824ADC is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 74 | 220 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.14 |
| HSL | 263.01º | 0.68% | 0.58% | - |
| HSV(B) | 263.01º | 0.66% | 0.86% | - |
| XYZ | 24.57 | 14.81 | 69.27 | - |
| YUV | 107.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 220 | 0.41 | 0.66 | 0 | 0.14 | 263.01 | 0.68 | 0.58 |
| Hex | 82 | 4A | DC | 29 | 42 | 0 | E | 107 | 44 | 3A |
| Octal | 202 | 112 | 334 | 51 | 102 | 0 | 16 | 407 | 104 | 72 |
| Binary | 10000010 | 1001010 | 11011100 | 101001 | 1000010 | 0 | 1110 | 100000111 | 1000100 | 111010 |
Color Harmonies of #824ADC
Complementary color
Monochromatic Colors of #824ADC
Black with #824ADC
Text Example
Text Example
White with #824ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ADC; }
p { color: rgb(130,74,220); }
H1.HeaderClassName
{
color: #824ADC;
}
.AnyTagClassName
{
color: #824ADC;
}
</style>
background-color css
<style>
a { background-color: #824ADC; }
a { background-color: rgb(130,74,220); }
div.DivClassName
{
background-color: #824ADC;
}
.BgClassName
{
background-color: #824ADC;
}
</style>
border-color css
<style>
span { border-color: #824ADC; }
span { border-color: rgb(130,74,220); }
td.TdClassName
{
border-color: #824ADC;
}
.TagClassName
{
border-color: #824ADC;
}
</style>