Shades of Blue Violet #8834DD
Tints of Blue Violet #8834DD
RGB
CMYK
RGB Variations
Color information
#8834DD (or 0x8834DD) is known color: Blue Violet. HEX triplet: 88, 34 and DD. RGB value is (136,52,221). Sum of RGB (Red+Green+Blue) = 136+52+221=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #8834DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8834DD is #77CB22. Grayscale: #5F5F5F. Windows color (decimal): -7850787 or 14496904. OLE color: 14496904.
HSL color Cylindrical-coordinate representation of color #8834DD: hue angle of 269.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8834DD is Cyan = 0.38, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 52 | 221 | - |
| CMYK | 0.38 | 0.76 | 0 | 0.13 |
| HSL | 269.82º | 0.71% | 0.54% | - |
| HSV(B) | 269.82º | 0.76% | 0.87% | - |
| XYZ | 24.43 | 12.91 | 69.61 | - |
| YUV | 96.38 | 198.33 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 52 | 221 | 0.38 | 0.76 | 0 | 0.13 | 269.82 | 0.71 | 0.54 |
| Hex | 88 | 34 | DD | 26 | 4C | 0 | D | 10E | 47 | 36 |
| Octal | 210 | 64 | 335 | 46 | 114 | 0 | 15 | 416 | 107 | 66 |
| Binary | 10001000 | 110100 | 11011101 | 100110 | 1001100 | 0 | 1101 | 100001110 | 1000111 | 110110 |
Color Harmonies of #8834DD
Complementary color
Monochromatic Colors of #8834DD
Black with #8834DD
Text Example
Text Example
White with #8834DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8834DD; }
p { color: rgb(136,52,221); }
H1.HeaderClassName
{
color: #8834DD;
}
.AnyTagClassName
{
color: #8834DD;
}
</style>
background-color css
<style>
a { background-color: #8834DD; }
a { background-color: rgb(136,52,221); }
div.DivClassName
{
background-color: #8834DD;
}
.BgClassName
{
background-color: #8834DD;
}
</style>
border-color css
<style>
span { border-color: #8834DD; }
span { border-color: rgb(136,52,221); }
td.TdClassName
{
border-color: #8834DD;
}
.TagClassName
{
border-color: #8834DD;
}
</style>