Shades of Blue Violet #824ADA
Tints of Blue Violet #824ADA
RGB
CMYK
RGB Variations
Color information
#824ADA (or 0x824ADA) is known color: Blue Violet. HEX triplet: 82, 4A and DA. RGB value is (130,74,218). Sum of RGB (Red+Green+Blue) = 130+74+218=422 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.81% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #824ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ADA is #7DB525. Grayscale: #6A6A6A. Windows color (decimal): -8238374 or 14305922. OLE color: 14305922.
HSL color Cylindrical-coordinate representation of color #824ADA: hue angle of 263.33º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824ADA is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 74 | 218 | - |
| CMYK | 0.40 | 0.66 | 0 | 0.15 |
| HSL | 263.33º | 0.66% | 0.57% | - |
| HSV(B) | 263.33º | 0.66% | 0.85% | - |
| XYZ | 24.31 | 14.71 | 67.89 | - |
| YUV | 107.16 | 190.55 | 144.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 218 | 0.40 | 0.66 | 0 | 0.15 | 263.33 | 0.66 | 0.57 |
| Hex | 82 | 4A | DA | 28 | 42 | 0 | F | 107 | 42 | 39 |
| Octal | 202 | 112 | 332 | 50 | 102 | 0 | 17 | 407 | 102 | 71 |
| Binary | 10000010 | 1001010 | 11011010 | 101000 | 1000010 | 0 | 1111 | 100000111 | 1000010 | 111001 |
Color Harmonies of #824ADA
Complementary color
Monochromatic Colors of #824ADA
Black with #824ADA
Text Example
Text Example
White with #824ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ADA; }
p { color: rgb(130,74,218); }
H1.HeaderClassName
{
color: #824ADA;
}
.AnyTagClassName
{
color: #824ADA;
}
</style>
background-color css
<style>
a { background-color: #824ADA; }
a { background-color: rgb(130,74,218); }
div.DivClassName
{
background-color: #824ADA;
}
.BgClassName
{
background-color: #824ADA;
}
</style>
border-color css
<style>
span { border-color: #824ADA; }
span { border-color: rgb(130,74,218); }
td.TdClassName
{
border-color: #824ADA;
}
.TagClassName
{
border-color: #824ADA;
}
</style>