Shades of Blue Violet #884ADE
Tints of Blue Violet #884ADE
RGB
CMYK
RGB Variations
Color information
#884ADE (or 0x884ADE) is known color: Blue Violet. HEX triplet: 88, 4A and DE. RGB value is (136,74,222). Sum of RGB (Red+Green+Blue) = 136+74+222=432 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.48% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #884ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884ADE is #77B521. Grayscale: #6C6C6C. Windows color (decimal): -7845154 or 14568072. OLE color: 14568072.
HSL color Cylindrical-coordinate representation of color #884ADE: hue angle of 265.14º degrees, saturation: 0.69, 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 #884ADE is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 74 | 222 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.13 |
| HSL | 265.14º | 0.69% | 0.58% | - |
| HSV(B) | 265.14º | 0.67% | 0.87% | - |
| XYZ | 25.79 | 15.41 | 70.72 | - |
| YUV | 109.41 | 191.54 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 74 | 222 | 0.39 | 0.67 | 0 | 0.13 | 265.14 | 0.69 | 0.58 |
| Hex | 88 | 4A | DE | 27 | 43 | 0 | D | 109 | 45 | 3A |
| Octal | 210 | 112 | 336 | 47 | 103 | 0 | 15 | 411 | 105 | 72 |
| Binary | 10001000 | 1001010 | 11011110 | 100111 | 1000011 | 0 | 1101 | 100001001 | 1000101 | 111010 |
Color Harmonies of #884ADE
Complementary color
Monochromatic Colors of #884ADE
Black with #884ADE
Text Example
Text Example
White with #884ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884ADE; }
p { color: rgb(136,74,222); }
H1.HeaderClassName
{
color: #884ADE;
}
.AnyTagClassName
{
color: #884ADE;
}
</style>
background-color css
<style>
a { background-color: #884ADE; }
a { background-color: rgb(136,74,222); }
div.DivClassName
{
background-color: #884ADE;
}
.BgClassName
{
background-color: #884ADE;
}
</style>
border-color css
<style>
span { border-color: #884ADE; }
span { border-color: rgb(136,74,222); }
td.TdClassName
{
border-color: #884ADE;
}
.TagClassName
{
border-color: #884ADE;
}
</style>