Shades of Blue Violet #883FD7
Tints of Blue Violet #883FD7
RGB
CMYK
RGB Variations
Color information
#883FD7 (or 0x883FD7) is known color: Blue Violet. HEX triplet: 88, 3F and D7. RGB value is (136,63,215). Sum of RGB (Red+Green+Blue) = 136+63+215=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 215 (84.38% from 255 or 51.93% from 414); Max value from RGB is 215 - color contains mainly: blue. Hex color #883FD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FD7 is #77C028. Grayscale: #656565. Windows color (decimal): -7847977 or 14106504. OLE color: 14106504.
HSL color Cylindrical-coordinate representation of color #883FD7: hue angle of 268.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #883FD7 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 136 | 63 | 215 | - |
| CMYK | 0.37 | 0.71 | 0 | 0.16 |
| HSL | 268.82º | 0.66% | 0.55% | - |
| HSV(B) | 268.82º | 0.71% | 0.84% | - |
| XYZ | 24.2 | 13.7 | 65.66 | - |
| YUV | 102.16 | 191.68 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 215 | 0.37 | 0.71 | 0 | 0.16 | 268.82 | 0.66 | 0.55 |
| Hex | 88 | 3F | D7 | 25 | 47 | 0 | 10 | 10D | 42 | 37 |
| Octal | 210 | 77 | 327 | 45 | 107 | 0 | 20 | 415 | 102 | 67 |
| Binary | 10001000 | 111111 | 11010111 | 100101 | 1000111 | 0 | 10000 | 100001101 | 1000010 | 110111 |
Color Harmonies of #883FD7
Complementary color
Monochromatic Colors of #883FD7
Black with #883FD7
Text Example
Text Example
White with #883FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FD7; }
p { color: rgb(136,63,215); }
H1.HeaderClassName
{
color: #883FD7;
}
.AnyTagClassName
{
color: #883FD7;
}
</style>
background-color css
<style>
a { background-color: #883FD7; }
a { background-color: rgb(136,63,215); }
div.DivClassName
{
background-color: #883FD7;
}
.BgClassName
{
background-color: #883FD7;
}
</style>
border-color css
<style>
span { border-color: #883FD7; }
span { border-color: rgb(136,63,215); }
td.TdClassName
{
border-color: #883FD7;
}
.TagClassName
{
border-color: #883FD7;
}
</style>