Shades of Blue Violet #884BDB
Tints of Blue Violet #884BDB
RGB
CMYK
RGB Variations
Color information
#884BDB (or 0x884BDB) is known color: Blue Violet. HEX triplet: 88, 4B and DB. RGB value is (136,75,219). Sum of RGB (Red+Green+Blue) = 136+75+219=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #884BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDB is #77B424. Grayscale: #6D6D6D. Windows color (decimal): -7844901 or 14371720. OLE color: 14371720.
HSL color Cylindrical-coordinate representation of color #884BDB: hue angle of 265.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884BDB is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 75 | 219 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.14 |
| HSL | 265.42º | 0.67% | 0.58% | - |
| HSV(B) | 265.42º | 0.66% | 0.86% | - |
| XYZ | 25.46 | 15.38 | 68.64 | - |
| YUV | 109.66 | 189.71 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 219 | 0.38 | 0.66 | 0 | 0.14 | 265.42 | 0.67 | 0.58 |
| Hex | 88 | 4B | DB | 26 | 42 | 0 | E | 109 | 43 | 3A |
| Octal | 210 | 113 | 333 | 46 | 102 | 0 | 16 | 411 | 103 | 72 |
| Binary | 10001000 | 1001011 | 11011011 | 100110 | 1000010 | 0 | 1110 | 100001001 | 1000011 | 111010 |
Color Harmonies of #884BDB
Complementary color
Monochromatic Colors of #884BDB
Black with #884BDB
Text Example
Text Example
White with #884BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BDB; }
p { color: rgb(136,75,219); }
H1.HeaderClassName
{
color: #884BDB;
}
.AnyTagClassName
{
color: #884BDB;
}
</style>
background-color css
<style>
a { background-color: #884BDB; }
a { background-color: rgb(136,75,219); }
div.DivClassName
{
background-color: #884BDB;
}
.BgClassName
{
background-color: #884BDB;
}
</style>
border-color css
<style>
span { border-color: #884BDB; }
span { border-color: rgb(136,75,219); }
td.TdClassName
{
border-color: #884BDB;
}
.TagClassName
{
border-color: #884BDB;
}
</style>