Shades of Blue Violet #824CDB
Tints of Blue Violet #824CDB
RGB
CMYK
RGB Variations
Color information
#824CDB (or 0x824CDB) is known color: Blue Violet. HEX triplet: 82, 4C and DB. RGB value is (130,76,219). Sum of RGB (Red+Green+Blue) = 130+76+219=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #824CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824CDB is #7DB324. Grayscale: #6B6B6B. Windows color (decimal): -8237861 or 14371970. OLE color: 14371970.
HSL color Cylindrical-coordinate representation of color #824CDB: hue angle of 262.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824CDB is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 76 | 219 | - |
| CMYK | 0.41 | 0.65 | 0 | 0.14 |
| HSL | 262.66º | 0.67% | 0.58% | - |
| HSV(B) | 262.66º | 0.65% | 0.86% | - |
| XYZ | 24.58 | 15.03 | 68.62 | - |
| YUV | 108.45 | 190.39 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 219 | 0.41 | 0.65 | 0 | 0.14 | 262.66 | 0.67 | 0.58 |
| Hex | 82 | 4C | DB | 29 | 41 | 0 | E | 107 | 43 | 3A |
| Octal | 202 | 114 | 333 | 51 | 101 | 0 | 16 | 407 | 103 | 72 |
| Binary | 10000010 | 1001100 | 11011011 | 101001 | 1000001 | 0 | 1110 | 100000111 | 1000011 | 111010 |
Color Harmonies of #824CDB
Complementary color
Monochromatic Colors of #824CDB
Black with #824CDB
Text Example
Text Example
White with #824CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824CDB; }
p { color: rgb(130,76,219); }
H1.HeaderClassName
{
color: #824CDB;
}
.AnyTagClassName
{
color: #824CDB;
}
</style>
background-color css
<style>
a { background-color: #824CDB; }
a { background-color: rgb(130,76,219); }
div.DivClassName
{
background-color: #824CDB;
}
.BgClassName
{
background-color: #824CDB;
}
</style>
border-color css
<style>
span { border-color: #824CDB; }
span { border-color: rgb(130,76,219); }
td.TdClassName
{
border-color: #824CDB;
}
.TagClassName
{
border-color: #824CDB;
}
</style>