Shades of Blue Violet #824BDB
Tints of Blue Violet #824BDB
RGB
CMYK
RGB Variations
Color information
#824BDB (or 0x824BDB) is known color: Blue Violet. HEX triplet: 82, 4B and DB. RGB value is (130,75,219). Sum of RGB (Red+Green+Blue) = 130+75+219=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 219 (85.94% from 255 or 51.65% from 424); Max value from RGB is 219 - color contains mainly: blue. Hex color #824BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824BDB is #7DB424. Grayscale: #6B6B6B. Windows color (decimal): -8238117 or 14371714. OLE color: 14371714.
HSL color Cylindrical-coordinate representation of color #824BDB: hue angle of 262.92º degrees, saturation: 0.67, 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 #824BDB is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 75 | 219 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.14 |
| HSL | 262.92º | 0.67% | 0.58% | - |
| HSV(B) | 262.92º | 0.66% | 0.86% | - |
| XYZ | 24.51 | 14.89 | 68.6 | - |
| YUV | 107.86 | 190.72 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 219 | 0.41 | 0.66 | 0 | 0.14 | 262.92 | 0.67 | 0.58 |
| Hex | 82 | 4B | DB | 29 | 42 | 0 | E | 107 | 43 | 3A |
| Octal | 202 | 113 | 333 | 51 | 102 | 0 | 16 | 407 | 103 | 72 |
| Binary | 10000010 | 1001011 | 11011011 | 101001 | 1000010 | 0 | 1110 | 100000111 | 1000011 | 111010 |
Color Harmonies of #824BDB
Complementary color
Monochromatic Colors of #824BDB
Black with #824BDB
Text Example
Text Example
White with #824BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824BDB; }
p { color: rgb(130,75,219); }
H1.HeaderClassName
{
color: #824BDB;
}
.AnyTagClassName
{
color: #824BDB;
}
</style>
background-color css
<style>
a { background-color: #824BDB; }
a { background-color: rgb(130,75,219); }
div.DivClassName
{
background-color: #824BDB;
}
.BgClassName
{
background-color: #824BDB;
}
</style>
border-color css
<style>
span { border-color: #824BDB; }
span { border-color: rgb(130,75,219); }
td.TdClassName
{
border-color: #824BDB;
}
.TagClassName
{
border-color: #824BDB;
}
</style>