Shades of Blue Violet #884BDD
Tints of Blue Violet #884BDD
RGB
CMYK
RGB Variations
Color information
#884BDD (or 0x884BDD) is known color: Blue Violet. HEX triplet: 88, 4B and DD. RGB value is (136,75,221). Sum of RGB (Red+Green+Blue) = 136+75+221=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 75 (29.69% from 255 or 17.36% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #884BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDD is #77B422. Grayscale: #6D6D6D. Windows color (decimal): -7844899 or 14502792. OLE color: 14502792.
HSL color Cylindrical-coordinate representation of color #884BDD: hue angle of 265.07º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884BDD is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 75 | 221 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.13 |
| HSL | 265.07º | 0.68% | 0.58% | - |
| HSV(B) | 265.07º | 0.66% | 0.87% | - |
| XYZ | 25.72 | 15.49 | 70.04 | - |
| YUV | 109.88 | 190.71 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 221 | 0.38 | 0.66 | 0 | 0.13 | 265.07 | 0.68 | 0.58 |
| Hex | 88 | 4B | DD | 26 | 42 | 0 | D | 109 | 44 | 3A |
| Octal | 210 | 113 | 335 | 46 | 102 | 0 | 15 | 411 | 104 | 72 |
| Binary | 10001000 | 1001011 | 11011101 | 100110 | 1000010 | 0 | 1101 | 100001001 | 1000100 | 111010 |
Color Harmonies of #884BDD
Complementary color
Monochromatic Colors of #884BDD
Black with #884BDD
Text Example
Text Example
White with #884BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BDD; }
p { color: rgb(136,75,221); }
H1.HeaderClassName
{
color: #884BDD;
}
.AnyTagClassName
{
color: #884BDD;
}
</style>
background-color css
<style>
a { background-color: #884BDD; }
a { background-color: rgb(136,75,221); }
div.DivClassName
{
background-color: #884BDD;
}
.BgClassName
{
background-color: #884BDD;
}
</style>
border-color css
<style>
span { border-color: #884BDD; }
span { border-color: rgb(136,75,221); }
td.TdClassName
{
border-color: #884BDD;
}
.TagClassName
{
border-color: #884BDD;
}
</style>