Shades of Blue Violet #8843DD
Tints of Blue Violet #8843DD
RGB
CMYK
RGB Variations
Color information
#8843DD (or 0x8843DD) is known color: Blue Violet. HEX triplet: 88, 43 and DD. RGB value is (136,67,221). Sum of RGB (Red+Green+Blue) = 136+67+221=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #8843DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8843DD is #77BC22. Grayscale: #686868. Windows color (decimal): -7846947 or 14500744. OLE color: 14500744.
HSL color Cylindrical-coordinate representation of color #8843DD: hue angle of 266.88º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8843DD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 67 | 221 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.13 |
| HSL | 266.88º | 0.69% | 0.56% | - |
| HSV(B) | 266.88º | 0.7% | 0.87% | - |
| XYZ | 25.21 | 14.47 | 69.87 | - |
| YUV | 105.19 | 193.36 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 221 | 0.38 | 0.70 | 0 | 0.13 | 266.88 | 0.69 | 0.56 |
| Hex | 88 | 43 | DD | 26 | 46 | 0 | D | 10B | 45 | 38 |
| Octal | 210 | 103 | 335 | 46 | 106 | 0 | 15 | 413 | 105 | 70 |
| Binary | 10001000 | 1000011 | 11011101 | 100110 | 1000110 | 0 | 1101 | 100001011 | 1000101 | 111000 |
Color Harmonies of #8843DD
Complementary color
Monochromatic Colors of #8843DD
Black with #8843DD
Text Example
Text Example
White with #8843DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8843DD; }
p { color: rgb(136,67,221); }
H1.HeaderClassName
{
color: #8843DD;
}
.AnyTagClassName
{
color: #8843DD;
}
</style>
background-color css
<style>
a { background-color: #8843DD; }
a { background-color: rgb(136,67,221); }
div.DivClassName
{
background-color: #8843DD;
}
.BgClassName
{
background-color: #8843DD;
}
</style>
border-color css
<style>
span { border-color: #8843DD; }
span { border-color: rgb(136,67,221); }
td.TdClassName
{
border-color: #8843DD;
}
.TagClassName
{
border-color: #8843DD;
}
</style>