Shades of Blue Violet #884AD8
Tints of Blue Violet #884AD8
RGB
CMYK
RGB Variations
Color information
#884AD8 (or 0x884AD8) is known color: Blue Violet. HEX triplet: 88, 4A and D8. RGB value is (136,74,216). Sum of RGB (Red+Green+Blue) = 136+74+216=426 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.92% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 216 (84.77% from 255 or 50.70% from 426); Max value from RGB is 216 - color contains mainly: blue. Hex color #884AD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884AD8 is #77B527. Grayscale: #6C6C6C. Windows color (decimal): -7845160 or 14174856. OLE color: 14174856.
HSL color Cylindrical-coordinate representation of color #884AD8: hue angle of 266.2º 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 #884AD8 is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 74 | 216 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.15 |
| HSL | 266.2º | 0.65% | 0.57% | - |
| HSV(B) | 266.2º | 0.66% | 0.85% | - |
| XYZ | 25 | 15.09 | 66.56 | - |
| YUV | 108.73 | 188.54 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 216 | 0.37 | 0.66 | 0 | 0.15 | 266.2 | 0.65 | 0.57 |
| Hex | 88 | 4A | D8 | 25 | 42 | 0 | F | 10A | 41 | 39 |
| Octal | 210 | 112 | 330 | 45 | 102 | 0 | 17 | 412 | 101 | 71 |
| Binary | 10001000 | 1001010 | 11011000 | 100101 | 1000010 | 0 | 1111 | 100001010 | 1000001 | 111001 |
Color Harmonies of #884AD8
Complementary color
Monochromatic Colors of #884AD8
Black with #884AD8
Text Example
Text Example
White with #884AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884AD8; }
p { color: rgb(136,74,216); }
H1.HeaderClassName
{
color: #884AD8;
}
.AnyTagClassName
{
color: #884AD8;
}
</style>
background-color css
<style>
a { background-color: #884AD8; }
a { background-color: rgb(136,74,216); }
div.DivClassName
{
background-color: #884AD8;
}
.BgClassName
{
background-color: #884AD8;
}
</style>
border-color css
<style>
span { border-color: #884AD8; }
span { border-color: rgb(136,74,216); }
td.TdClassName
{
border-color: #884AD8;
}
.TagClassName
{
border-color: #884AD8;
}
</style>