Shades of Blue Violet #883EDC
Tints of Blue Violet #883EDC
RGB
CMYK
RGB Variations
Color information
#883EDC (or 0x883EDC) is known color: Blue Violet. HEX triplet: 88, 3E and DC. RGB value is (136,62,220). Sum of RGB (Red+Green+Blue) = 136+62+220=418 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.54% from 418); Green value is 62 (24.61% from 255 or 14.83% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #883EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EDC is #77C123. Grayscale: #656565. Windows color (decimal): -7848228 or 14433928. OLE color: 14433928.
HSL color Cylindrical-coordinate representation of color #883EDC: hue angle of 268.1º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883EDC is Cyan = 0.38, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 62 | 220 | - |
| CMYK | 0.38 | 0.72 | 0 | 0.14 |
| HSL | 268.1º | 0.69% | 0.55% | - |
| HSV(B) | 268.1º | 0.72% | 0.86% | - |
| XYZ | 24.79 | 13.85 | 69.08 | - |
| YUV | 102.14 | 194.52 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 220 | 0.38 | 0.72 | 0 | 0.14 | 268.1 | 0.69 | 0.55 |
| Hex | 88 | 3E | DC | 26 | 48 | 0 | E | 10C | 45 | 37 |
| Octal | 210 | 76 | 334 | 46 | 110 | 0 | 16 | 414 | 105 | 67 |
| Binary | 10001000 | 111110 | 11011100 | 100110 | 1001000 | 0 | 1110 | 100001100 | 1000101 | 110111 |
Color Harmonies of #883EDC
Complementary color
Monochromatic Colors of #883EDC
Black with #883EDC
Text Example
Text Example
White with #883EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EDC; }
p { color: rgb(136,62,220); }
H1.HeaderClassName
{
color: #883EDC;
}
.AnyTagClassName
{
color: #883EDC;
}
</style>
background-color css
<style>
a { background-color: #883EDC; }
a { background-color: rgb(136,62,220); }
div.DivClassName
{
background-color: #883EDC;
}
.BgClassName
{
background-color: #883EDC;
}
</style>
border-color css
<style>
span { border-color: #883EDC; }
span { border-color: rgb(136,62,220); }
td.TdClassName
{
border-color: #883EDC;
}
.TagClassName
{
border-color: #883EDC;
}
</style>