Shades of Blue Violet #884BDF
Tints of Blue Violet #884BDF
RGB
CMYK
RGB Variations
Color information
#884BDF (or 0x884BDF) is known color: Blue Violet. HEX triplet: 88, 4B and DF. RGB value is (136,75,223). Sum of RGB (Red+Green+Blue) = 136+75+223=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #884BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDF is #77B420. Grayscale: #6D6D6D. Windows color (decimal): -7844897 or 14633864. OLE color: 14633864.
HSL color Cylindrical-coordinate representation of color #884BDF: hue angle of 264.73º degrees, saturation: 0.7, 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 #884BDF is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 75 | 223 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.13 |
| HSL | 264.73º | 0.7% | 0.58% | - |
| HSV(B) | 264.73º | 0.66% | 0.87% | - |
| XYZ | 25.99 | 15.59 | 71.45 | - |
| YUV | 110.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 223 | 0.39 | 0.66 | 0 | 0.13 | 264.73 | 0.7 | 0.58 |
| Hex | 88 | 4B | DF | 27 | 42 | 0 | D | 109 | 46 | 3A |
| Octal | 210 | 113 | 337 | 47 | 102 | 0 | 15 | 411 | 106 | 72 |
| Binary | 10001000 | 1001011 | 11011111 | 100111 | 1000010 | 0 | 1101 | 100001001 | 1000110 | 111010 |
Color Harmonies of #884BDF
Complementary color
Monochromatic Colors of #884BDF
Black with #884BDF
Text Example
Text Example
White with #884BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BDF; }
p { color: rgb(136,75,223); }
H1.HeaderClassName
{
color: #884BDF;
}
.AnyTagClassName
{
color: #884BDF;
}
</style>
background-color css
<style>
a { background-color: #884BDF; }
a { background-color: rgb(136,75,223); }
div.DivClassName
{
background-color: #884BDF;
}
.BgClassName
{
background-color: #884BDF;
}
</style>
border-color css
<style>
span { border-color: #884BDF; }
span { border-color: rgb(136,75,223); }
td.TdClassName
{
border-color: #884BDF;
}
.TagClassName
{
border-color: #884BDF;
}
</style>