Shades of Blue Violet #8830DB
Tints of Blue Violet #8830DB
RGB
CMYK
RGB Variations
Color information
#8830DB (or 0x8830DB) is known color: Blue Violet. HEX triplet: 88, 30 and DB. RGB value is (136,48,219). Sum of RGB (Red+Green+Blue) = 136+48+219=403 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.75% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #8830DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8830DB is #77CF24. Grayscale: #5D5D5D. Windows color (decimal): -7851813 or 14364808. OLE color: 14364808.
HSL color Cylindrical-coordinate representation of color #8830DB: hue angle of 270.88º 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 #8830DB is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 48 | 219 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.14 |
| HSL | 270.88º | 0.7% | 0.52% | - |
| HSV(B) | 270.88º | 0.78% | 0.86% | - |
| XYZ | 24 | 12.46 | 68.16 | - |
| YUV | 93.81 | 198.65 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 219 | 0.38 | 0.78 | 0 | 0.14 | 270.88 | 0.7 | 0.52 |
| Hex | 88 | 30 | DB | 26 | 4E | 0 | E | 10F | 46 | 34 |
| Octal | 210 | 60 | 333 | 46 | 116 | 0 | 16 | 417 | 106 | 64 |
| Binary | 10001000 | 110000 | 11011011 | 100110 | 1001110 | 0 | 1110 | 100001111 | 1000110 | 110100 |
Color Harmonies of #8830DB
Complementary color
Monochromatic Colors of #8830DB
Black with #8830DB
Text Example
Text Example
White with #8830DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830DB; }
p { color: rgb(136,48,219); }
H1.HeaderClassName
{
color: #8830DB;
}
.AnyTagClassName
{
color: #8830DB;
}
</style>
background-color css
<style>
a { background-color: #8830DB; }
a { background-color: rgb(136,48,219); }
div.DivClassName
{
background-color: #8830DB;
}
.BgClassName
{
background-color: #8830DB;
}
</style>
border-color css
<style>
span { border-color: #8830DB; }
span { border-color: rgb(136,48,219); }
td.TdClassName
{
border-color: #8830DB;
}
.TagClassName
{
border-color: #8830DB;
}
</style>