Shades of Blue Violet #883EDE
Tints of Blue Violet #883EDE
RGB
CMYK
RGB Variations
Color information
#883EDE (or 0x883EDE) is known color: Blue Violet. HEX triplet: 88, 3E and DE. RGB value is (136,62,222). Sum of RGB (Red+Green+Blue) = 136+62+222=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 62 (24.61% from 255 or 14.76% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #883EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883EDE is #77C121. Grayscale: #656565. Windows color (decimal): -7848226 or 14565000. OLE color: 14565000.
HSL color Cylindrical-coordinate representation of color #883EDE: hue angle of 267.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #883EDE is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 62 | 222 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.13 |
| HSL | 267.75º | 0.71% | 0.56% | - |
| HSV(B) | 267.75º | 0.72% | 0.87% | - |
| XYZ | 25.06 | 13.95 | 70.48 | - |
| YUV | 102.37 | 195.52 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 222 | 0.39 | 0.72 | 0 | 0.13 | 267.75 | 0.71 | 0.56 |
| Hex | 88 | 3E | DE | 27 | 48 | 0 | D | 10C | 47 | 38 |
| Octal | 210 | 76 | 336 | 47 | 110 | 0 | 15 | 414 | 107 | 70 |
| Binary | 10001000 | 111110 | 11011110 | 100111 | 1001000 | 0 | 1101 | 100001100 | 1000111 | 111000 |
Color Harmonies of #883EDE
Complementary color
Monochromatic Colors of #883EDE
Black with #883EDE
Text Example
Text Example
White with #883EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EDE; }
p { color: rgb(136,62,222); }
H1.HeaderClassName
{
color: #883EDE;
}
.AnyTagClassName
{
color: #883EDE;
}
</style>
background-color css
<style>
a { background-color: #883EDE; }
a { background-color: rgb(136,62,222); }
div.DivClassName
{
background-color: #883EDE;
}
.BgClassName
{
background-color: #883EDE;
}
</style>
border-color css
<style>
span { border-color: #883EDE; }
span { border-color: rgb(136,62,222); }
td.TdClassName
{
border-color: #883EDE;
}
.TagClassName
{
border-color: #883EDE;
}
</style>