Shades of Blue Violet #8230DB
Tints of Blue Violet #8230DB
RGB
CMYK
RGB Variations
Color information
#8230DB (or 0x8230DB) is known color: Blue Violet. HEX triplet: 82, 30 and DB. RGB value is (130,48,219). Sum of RGB (Red+Green+Blue) = 130+48+219=397 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.75% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 219 (85.94% from 255 or 55.16% from 397); Max value from RGB is 219 - color contains mainly: blue. Hex color #8230DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8230DB is #7DCF24. Grayscale: #5B5B5B. Windows color (decimal): -8245029 or 14364802. OLE color: 14364802.
HSL color Cylindrical-coordinate representation of color #8230DB: hue angle of 268.77º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8230DB is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 48 | 219 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.14 |
| HSL | 268.77º | 0.7% | 0.52% | - |
| HSV(B) | 268.77º | 0.78% | 0.86% | - |
| XYZ | 23.05 | 11.97 | 68.11 | - |
| YUV | 92.01 | 199.67 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 48 | 219 | 0.41 | 0.78 | 0 | 0.14 | 268.77 | 0.7 | 0.52 |
| Hex | 82 | 30 | DB | 29 | 4E | 0 | E | 10D | 46 | 34 |
| Octal | 202 | 60 | 333 | 51 | 116 | 0 | 16 | 415 | 106 | 64 |
| Binary | 10000010 | 110000 | 11011011 | 101001 | 1001110 | 0 | 1110 | 100001101 | 1000110 | 110100 |
Color Harmonies of #8230DB
Complementary color
Monochromatic Colors of #8230DB
Black with #8230DB
Text Example
Text Example
White with #8230DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8230DB; }
p { color: rgb(130,48,219); }
H1.HeaderClassName
{
color: #8230DB;
}
.AnyTagClassName
{
color: #8230DB;
}
</style>
background-color css
<style>
a { background-color: #8230DB; }
a { background-color: rgb(130,48,219); }
div.DivClassName
{
background-color: #8230DB;
}
.BgClassName
{
background-color: #8230DB;
}
</style>
border-color css
<style>
span { border-color: #8230DB; }
span { border-color: rgb(130,48,219); }
td.TdClassName
{
border-color: #8230DB;
}
.TagClassName
{
border-color: #8230DB;
}
</style>