Shades of Blue Violet #884ADD
Tints of Blue Violet #884ADD
RGB
CMYK
RGB Variations
Color information
#884ADD (or 0x884ADD) is known color: Blue Violet. HEX triplet: 88, 4A and DD. RGB value is (136,74,221). Sum of RGB (Red+Green+Blue) = 136+74+221=431 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.55% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #884ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADD is #77B522. Grayscale: #6C6C6C. Windows color (decimal): -7845155 or 14502536. OLE color: 14502536.
HSL color Cylindrical-coordinate representation of color #884ADD: hue angle of 265.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #884ADD is Cyan = 0.38, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 74 | 221 | - |
| CMYK | 0.38 | 0.67 | 0 | 0.13 |
| HSL | 265.31º | 0.68% | 0.58% | - |
| HSV(B) | 265.31º | 0.67% | 0.87% | - |
| XYZ | 25.65 | 15.35 | 70.02 | - |
| YUV | 109.3 | 191.04 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 221 | 0.38 | 0.67 | 0 | 0.13 | 265.31 | 0.68 | 0.58 |
| Hex | 88 | 4A | DD | 26 | 43 | 0 | D | 109 | 44 | 3A |
| Octal | 210 | 112 | 335 | 46 | 103 | 0 | 15 | 411 | 104 | 72 |
| Binary | 10001000 | 1001010 | 11011101 | 100110 | 1000011 | 0 | 1101 | 100001001 | 1000100 | 111010 |
Color Harmonies of #884ADD
Complementary color
Monochromatic Colors of #884ADD
Black with #884ADD
Text Example
Text Example
White with #884ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ADD; }
p { color: rgb(136,74,221); }
H1.HeaderClassName
{
color: #884ADD;
}
.AnyTagClassName
{
color: #884ADD;
}
</style>
background-color css
<style>
a { background-color: #884ADD; }
a { background-color: rgb(136,74,221); }
div.DivClassName
{
background-color: #884ADD;
}
.BgClassName
{
background-color: #884ADD;
}
</style>
border-color css
<style>
span { border-color: #884ADD; }
span { border-color: rgb(136,74,221); }
td.TdClassName
{
border-color: #884ADD;
}
.TagClassName
{
border-color: #884ADD;
}
</style>