Shades of Blue Violet #884AD9
Tints of Blue Violet #884AD9
RGB
CMYK
RGB Variations
Color information
#884AD9 (or 0x884AD9) is known color: Blue Violet. HEX triplet: 88, 4A and D9. RGB value is (136,74,217). Sum of RGB (Red+Green+Blue) = 136+74+217=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 217 (85.16% from 255 or 50.82% from 427); Max value from RGB is 217 - color contains mainly: blue. Hex color #884AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD9 is #77B526. Grayscale: #6C6C6C. Windows color (decimal): -7845159 or 14240392. OLE color: 14240392.
HSL color Cylindrical-coordinate representation of color #884AD9: hue angle of 266.01º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884AD9 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 74 | 217 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.15 |
| HSL | 266.01º | 0.65% | 0.57% | - |
| HSV(B) | 266.01º | 0.66% | 0.85% | - |
| XYZ | 25.13 | 15.14 | 67.24 | - |
| YUV | 108.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 217 | 0.37 | 0.66 | 0 | 0.15 | 266.01 | 0.65 | 0.57 |
| Hex | 88 | 4A | D9 | 25 | 42 | 0 | F | 10A | 41 | 39 |
| Octal | 210 | 112 | 331 | 45 | 102 | 0 | 17 | 412 | 101 | 71 |
| Binary | 10001000 | 1001010 | 11011001 | 100101 | 1000010 | 0 | 1111 | 100001010 | 1000001 | 111001 |
Color Harmonies of #884AD9
Complementary color
Monochromatic Colors of #884AD9
Black with #884AD9
Text Example
Text Example
White with #884AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AD9; }
p { color: rgb(136,74,217); }
H1.HeaderClassName
{
color: #884AD9;
}
.AnyTagClassName
{
color: #884AD9;
}
</style>
background-color css
<style>
a { background-color: #884AD9; }
a { background-color: rgb(136,74,217); }
div.DivClassName
{
background-color: #884AD9;
}
.BgClassName
{
background-color: #884AD9;
}
</style>
border-color css
<style>
span { border-color: #884AD9; }
span { border-color: rgb(136,74,217); }
td.TdClassName
{
border-color: #884AD9;
}
.TagClassName
{
border-color: #884AD9;
}
</style>