Shades of Blue Violet #823DDB
Tints of Blue Violet #823DDB
RGB
CMYK
RGB Variations
Color information
#823DDB (or 0x823DDB) is known color: Blue Violet. HEX triplet: 82, 3D and DB. RGB value is (130,61,219). Sum of RGB (Red+Green+Blue) = 130+61+219=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 219 (85.94% from 255 or 53.41% from 410); Max value from RGB is 219 - color contains mainly: blue. Hex color #823DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #823DDB is #7DC224. Grayscale: #636363. Windows color (decimal): -8241701 or 14368130. OLE color: 14368130.
HSL color Cylindrical-coordinate representation of color #823DDB: hue angle of 266.2º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #823DDB is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 61 | 219 | - |
| CMYK | 0.41 | 0.72 | 0 | 0.14 |
| HSL | 266.2º | 0.69% | 0.55% | - |
| HSV(B) | 266.2º | 0.72% | 0.86% | - |
| XYZ | 23.66 | 13.2 | 68.32 | - |
| YUV | 99.64 | 195.36 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 61 | 219 | 0.41 | 0.72 | 0 | 0.14 | 266.2 | 0.69 | 0.55 |
| Hex | 82 | 3D | DB | 29 | 48 | 0 | E | 10A | 45 | 37 |
| Octal | 202 | 75 | 333 | 51 | 110 | 0 | 16 | 412 | 105 | 67 |
| Binary | 10000010 | 111101 | 11011011 | 101001 | 1001000 | 0 | 1110 | 100001010 | 1000101 | 110111 |
Color Harmonies of #823DDB
Complementary color
Monochromatic Colors of #823DDB
Black with #823DDB
Text Example
Text Example
White with #823DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #823DDB; }
p { color: rgb(130,61,219); }
H1.HeaderClassName
{
color: #823DDB;
}
.AnyTagClassName
{
color: #823DDB;
}
</style>
background-color css
<style>
a { background-color: #823DDB; }
a { background-color: rgb(130,61,219); }
div.DivClassName
{
background-color: #823DDB;
}
.BgClassName
{
background-color: #823DDB;
}
</style>
border-color css
<style>
span { border-color: #823DDB; }
span { border-color: rgb(130,61,219); }
td.TdClassName
{
border-color: #823DDB;
}
.TagClassName
{
border-color: #823DDB;
}
</style>