Shades of Blue Violet #884BDA
Tints of Blue Violet #884BDA
RGB
CMYK
RGB Variations
Color information
#884BDA (or 0x884BDA) is known color: Blue Violet. HEX triplet: 88, 4B and DA. RGB value is (136,75,218). Sum of RGB (Red+Green+Blue) = 136+75+218=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #884BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #884BDA is #77B425. Grayscale: #6D6D6D. Windows color (decimal): -7844902 or 14306184. OLE color: 14306184.
HSL color Cylindrical-coordinate representation of color #884BDA: hue angle of 265.59º degrees, saturation: 0.66, 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 #884BDA is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 75 | 218 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.15 |
| HSL | 265.59º | 0.66% | 0.57% | - |
| HSV(B) | 265.59º | 0.66% | 0.85% | - |
| XYZ | 25.32 | 15.33 | 67.95 | - |
| YUV | 109.54 | 189.21 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 75 | 218 | 0.38 | 0.66 | 0 | 0.15 | 265.59 | 0.66 | 0.57 |
| Hex | 88 | 4B | DA | 26 | 42 | 0 | F | 10A | 42 | 39 |
| Octal | 210 | 113 | 332 | 46 | 102 | 0 | 17 | 412 | 102 | 71 |
| Binary | 10001000 | 1001011 | 11011010 | 100110 | 1000010 | 0 | 1111 | 100001010 | 1000010 | 111001 |
Color Harmonies of #884BDA
Complementary color
Monochromatic Colors of #884BDA
Black with #884BDA
Text Example
Text Example
White with #884BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #884BDA; }
p { color: rgb(136,75,218); }
H1.HeaderClassName
{
color: #884BDA;
}
.AnyTagClassName
{
color: #884BDA;
}
</style>
background-color css
<style>
a { background-color: #884BDA; }
a { background-color: rgb(136,75,218); }
div.DivClassName
{
background-color: #884BDA;
}
.BgClassName
{
background-color: #884BDA;
}
</style>
border-color css
<style>
span { border-color: #884BDA; }
span { border-color: rgb(136,75,218); }
td.TdClassName
{
border-color: #884BDA;
}
.TagClassName
{
border-color: #884BDA;
}
</style>