Shades of Blue Violet #8834DB
Tints of Blue Violet #8834DB
RGB
CMYK
RGB Variations
Color information
#8834DB (or 0x8834DB) is known color: Blue Violet. HEX triplet: 88, 34 and DB. RGB value is (136,52,219). Sum of RGB (Red+Green+Blue) = 136+52+219=407 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.42% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #8834DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834DB is #77CB24. Grayscale: #5F5F5F. Windows color (decimal): -7850789 or 14365832. OLE color: 14365832.
HSL color Cylindrical-coordinate representation of color #8834DB: hue angle of 270.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8834DB is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 52 | 219 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.14 |
| HSL | 270.18º | 0.7% | 0.53% | - |
| HSV(B) | 270.18º | 0.76% | 0.86% | - |
| XYZ | 24.17 | 12.8 | 68.22 | - |
| YUV | 96.15 | 197.33 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 219 | 0.38 | 0.76 | 0 | 0.14 | 270.18 | 0.7 | 0.53 |
| Hex | 88 | 34 | DB | 26 | 4C | 0 | E | 10E | 46 | 35 |
| Octal | 210 | 64 | 333 | 46 | 114 | 0 | 16 | 416 | 106 | 65 |
| Binary | 10001000 | 110100 | 11011011 | 100110 | 1001100 | 0 | 1110 | 100001110 | 1000110 | 110101 |
Color Harmonies of #8834DB
Complementary color
Monochromatic Colors of #8834DB
Black with #8834DB
Text Example
Text Example
White with #8834DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8834DB; }
p { color: rgb(136,52,219); }
H1.HeaderClassName
{
color: #8834DB;
}
.AnyTagClassName
{
color: #8834DB;
}
</style>
background-color css
<style>
a { background-color: #8834DB; }
a { background-color: rgb(136,52,219); }
div.DivClassName
{
background-color: #8834DB;
}
.BgClassName
{
background-color: #8834DB;
}
</style>
border-color css
<style>
span { border-color: #8834DB; }
span { border-color: rgb(136,52,219); }
td.TdClassName
{
border-color: #8834DB;
}
.TagClassName
{
border-color: #8834DB;
}
</style>