Shades of Blue Violet #883FD4
Tints of Blue Violet #883FD4
RGB
CMYK
RGB Variations
Color information
#883FD4 (or 0x883FD4) is known color: Blue Violet. HEX triplet: 88, 3F and D4. RGB value is (136,63,212). Sum of RGB (Red+Green+Blue) = 136+63+212=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 212 (83.20% from 255 or 51.58% from 411); Max value from RGB is 212 - color contains mainly: blue. Hex color #883FD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FD4 is #77C02B. Grayscale: #656565. Windows color (decimal): -7847980 or 13909896. OLE color: 13909896.
HSL color Cylindrical-coordinate representation of color #883FD4: hue angle of 269.4º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #883FD4 is Cyan = 0.36, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 136 | 63 | 212 | - |
| CMYK | 0.36 | 0.70 | 0 | 0.17 |
| HSL | 269.4º | 0.63% | 0.54% | - |
| HSV(B) | 269.4º | 0.7% | 0.83% | - |
| XYZ | 23.81 | 13.54 | 63.65 | - |
| YUV | 101.81 | 190.18 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 212 | 0.36 | 0.70 | 0 | 0.17 | 269.4 | 0.63 | 0.54 |
| Hex | 88 | 3F | D4 | 24 | 46 | 0 | 11 | 10D | 3F | 36 |
| Octal | 210 | 77 | 324 | 44 | 106 | 0 | 21 | 415 | 77 | 66 |
| Binary | 10001000 | 111111 | 11010100 | 100100 | 1000110 | 0 | 10001 | 100001101 | 111111 | 110110 |
Color Harmonies of #883FD4
Complementary color
Monochromatic Colors of #883FD4
Black with #883FD4
Text Example
Text Example
White with #883FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FD4; }
p { color: rgb(136,63,212); }
H1.HeaderClassName
{
color: #883FD4;
}
.AnyTagClassName
{
color: #883FD4;
}
</style>
background-color css
<style>
a { background-color: #883FD4; }
a { background-color: rgb(136,63,212); }
div.DivClassName
{
background-color: #883FD4;
}
.BgClassName
{
background-color: #883FD4;
}
</style>
border-color css
<style>
span { border-color: #883FD4; }
span { border-color: rgb(136,63,212); }
td.TdClassName
{
border-color: #883FD4;
}
.TagClassName
{
border-color: #883FD4;
}
</style>