Shades of Blue Violet #8833DB
Tints of Blue Violet #8833DB
RGB
CMYK
RGB Variations
Color information
#8833DB (or 0x8833DB) is known color: Blue Violet. HEX triplet: 88, 33 and DB. RGB value is (136,51,219). Sum of RGB (Red+Green+Blue) = 136+51+219=406 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.50% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 219 (85.94% from 255 or 53.94% from 406); Max value from RGB is 219 - color contains mainly: blue. Hex color #8833DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8833DB is #77CC24. Grayscale: #5E5E5E. Windows color (decimal): -7851045 or 14365576. OLE color: 14365576.
HSL color Cylindrical-coordinate representation of color #8833DB: hue angle of 270.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8833DB is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 51 | 219 | - |
| CMYK | 0.38 | 0.77 | 0 | 0.14 |
| HSL | 270.36º | 0.7% | 0.53% | - |
| HSV(B) | 270.36º | 0.77% | 0.86% | - |
| XYZ | 24.12 | 12.72 | 68.2 | - |
| YUV | 95.57 | 197.66 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 219 | 0.38 | 0.77 | 0 | 0.14 | 270.36 | 0.7 | 0.53 |
| Hex | 88 | 33 | DB | 26 | 4D | 0 | E | 10E | 46 | 35 |
| Octal | 210 | 63 | 333 | 46 | 115 | 0 | 16 | 416 | 106 | 65 |
| Binary | 10001000 | 110011 | 11011011 | 100110 | 1001101 | 0 | 1110 | 100001110 | 1000110 | 110101 |
Color Harmonies of #8833DB
Complementary color
Monochromatic Colors of #8833DB
Black with #8833DB
Text Example
Text Example
White with #8833DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8833DB; }
p { color: rgb(136,51,219); }
H1.HeaderClassName
{
color: #8833DB;
}
.AnyTagClassName
{
color: #8833DB;
}
</style>
background-color css
<style>
a { background-color: #8833DB; }
a { background-color: rgb(136,51,219); }
div.DivClassName
{
background-color: #8833DB;
}
.BgClassName
{
background-color: #8833DB;
}
</style>
border-color css
<style>
span { border-color: #8833DB; }
span { border-color: rgb(136,51,219); }
td.TdClassName
{
border-color: #8833DB;
}
.TagClassName
{
border-color: #8833DB;
}
</style>