Shades of Blue Violet #824CDA
Tints of Blue Violet #824CDA
RGB
CMYK
RGB Variations
Color information
#824CDA (or 0x824CDA) is known color: Blue Violet. HEX triplet: 82, 4C and DA. RGB value is (130,76,218). Sum of RGB (Red+Green+Blue) = 130+76+218=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #824CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CDA is #7DB325. Grayscale: #6B6B6B. Windows color (decimal): -8237862 or 14306434. OLE color: 14306434.
HSL color Cylindrical-coordinate representation of color #824CDA: hue angle of 262.82º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824CDA is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 130 | 76 | 218 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.15 |
| HSL | 262.82º | 0.66% | 0.58% | - |
| HSV(B) | 262.82º | 0.65% | 0.85% | - |
| XYZ | 24.45 | 14.98 | 67.93 | - |
| YUV | 108.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 218 | 0.40 | 0.65 | 0 | 0.15 | 262.82 | 0.66 | 0.58 |
| Hex | 82 | 4C | DA | 28 | 41 | 0 | F | 107 | 42 | 3A |
| Octal | 202 | 114 | 332 | 50 | 101 | 0 | 17 | 407 | 102 | 72 |
| Binary | 10000010 | 1001100 | 11011010 | 101000 | 1000001 | 0 | 1111 | 100000111 | 1000010 | 111010 |
Color Harmonies of #824CDA
Complementary color
Monochromatic Colors of #824CDA
Black with #824CDA
Text Example
Text Example
White with #824CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CDA; }
p { color: rgb(130,76,218); }
H1.HeaderClassName
{
color: #824CDA;
}
.AnyTagClassName
{
color: #824CDA;
}
</style>
background-color css
<style>
a { background-color: #824CDA; }
a { background-color: rgb(130,76,218); }
div.DivClassName
{
background-color: #824CDA;
}
.BgClassName
{
background-color: #824CDA;
}
</style>
border-color css
<style>
span { border-color: #824CDA; }
span { border-color: rgb(130,76,218); }
td.TdClassName
{
border-color: #824CDA;
}
.TagClassName
{
border-color: #824CDA;
}
</style>