Shades of Blue Violet #824ADB
Tints of Blue Violet #824ADB
RGB
CMYK
RGB Variations
Color information
#824ADB (or 0x824ADB) is known color: Blue Violet. HEX triplet: 82, 4A and DB. RGB value is (130,74,219). Sum of RGB (Red+Green+Blue) = 130+74+219=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #824ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ADB is #7DB524. Grayscale: #6A6A6A. Windows color (decimal): -8238373 or 14371458. OLE color: 14371458.
HSL color Cylindrical-coordinate representation of color #824ADB: hue angle of 263.17º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #824ADB is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 74 | 219 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.14 |
| HSL | 263.17º | 0.67% | 0.57% | - |
| HSV(B) | 263.17º | 0.66% | 0.86% | - |
| XYZ | 24.44 | 14.76 | 68.58 | - |
| YUV | 107.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 219 | 0.41 | 0.66 | 0 | 0.14 | 263.17 | 0.67 | 0.57 |
| Hex | 82 | 4A | DB | 29 | 42 | 0 | E | 107 | 43 | 39 |
| Octal | 202 | 112 | 333 | 51 | 102 | 0 | 16 | 407 | 103 | 71 |
| Binary | 10000010 | 1001010 | 11011011 | 101001 | 1000010 | 0 | 1110 | 100000111 | 1000011 | 111001 |
Color Harmonies of #824ADB
Complementary color
Monochromatic Colors of #824ADB
Black with #824ADB
Text Example
Text Example
White with #824ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ADB; }
p { color: rgb(130,74,219); }
H1.HeaderClassName
{
color: #824ADB;
}
.AnyTagClassName
{
color: #824ADB;
}
</style>
background-color css
<style>
a { background-color: #824ADB; }
a { background-color: rgb(130,74,219); }
div.DivClassName
{
background-color: #824ADB;
}
.BgClassName
{
background-color: #824ADB;
}
</style>
border-color css
<style>
span { border-color: #824ADB; }
span { border-color: rgb(130,74,219); }
td.TdClassName
{
border-color: #824ADB;
}
.TagClassName
{
border-color: #824ADB;
}
</style>