Shades of Blue Violet #8843DC
Tints of Blue Violet #8843DC
RGB
CMYK
RGB Variations
Color information
#8843DC (or 0x8843DC) is known color: Blue Violet. HEX triplet: 88, 43 and DC. RGB value is (136,67,220). Sum of RGB (Red+Green+Blue) = 136+67+220=423 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.15% from 423); Green value is 67 (26.56% from 255 or 15.84% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #8843DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8843DC is #77BC23. Grayscale: #686868. Windows color (decimal): -7846948 or 14435208. OLE color: 14435208.
HSL color Cylindrical-coordinate representation of color #8843DC: hue angle of 267.06º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8843DC is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 67 | 220 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.14 |
| HSL | 267.06º | 0.69% | 0.56% | - |
| HSV(B) | 267.06º | 0.7% | 0.86% | - |
| XYZ | 25.08 | 14.42 | 69.17 | - |
| YUV | 105.07 | 192.86 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 67 | 220 | 0.38 | 0.70 | 0 | 0.14 | 267.06 | 0.69 | 0.56 |
| Hex | 88 | 43 | DC | 26 | 46 | 0 | E | 10B | 45 | 38 |
| Octal | 210 | 103 | 334 | 46 | 106 | 0 | 16 | 413 | 105 | 70 |
| Binary | 10001000 | 1000011 | 11011100 | 100110 | 1000110 | 0 | 1110 | 100001011 | 1000101 | 111000 |
Color Harmonies of #8843DC
Complementary color
Monochromatic Colors of #8843DC
Black with #8843DC
Text Example
Text Example
White with #8843DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8843DC; }
p { color: rgb(136,67,220); }
H1.HeaderClassName
{
color: #8843DC;
}
.AnyTagClassName
{
color: #8843DC;
}
</style>
background-color css
<style>
a { background-color: #8843DC; }
a { background-color: rgb(136,67,220); }
div.DivClassName
{
background-color: #8843DC;
}
.BgClassName
{
background-color: #8843DC;
}
</style>
border-color css
<style>
span { border-color: #8843DC; }
span { border-color: rgb(136,67,220); }
td.TdClassName
{
border-color: #8843DC;
}
.TagClassName
{
border-color: #8843DC;
}
</style>