Shades of Blue Violet #883DF9
Tints of Blue Violet #883DF9
RGB
CMYK
RGB Variations
Color information
#883DF9 (or 0x883DF9) is known color: Blue Violet. HEX triplet: 88, 3D and F9. RGB value is (136,61,249). Sum of RGB (Red+Green+Blue) = 136+61+249=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #883DF9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DF9 is #77C206. Grayscale: #686868. Windows color (decimal): -7848455 or 16334216. OLE color: 16334216.
HSL color Cylindrical-coordinate representation of color #883DF9: hue angle of 263.94º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883DF9 is Cyan = 0.45, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 61 | 249 | - |
| CMYK | 0.45 | 0.76 | 0 | 0.02 |
| HSL | 263.94º | 0.94% | 0.61% | - |
| HSV(B) | 263.94º | 0.76% | 0.98% | - |
| XYZ | 28.92 | 15.41 | 91.07 | - |
| YUV | 104.86 | 209.35 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 249 | 0.45 | 0.76 | 0 | 0.02 | 263.94 | 0.94 | 0.61 |
| Hex | 88 | 3D | F9 | 2D | 4C | 0 | 2 | 108 | 5E | 3D |
| Octal | 210 | 75 | 371 | 55 | 114 | 0 | 2 | 410 | 136 | 75 |
| Binary | 10001000 | 111101 | 11111001 | 101101 | 1001100 | 0 | 10 | 100001000 | 1011110 | 111101 |
Color Harmonies of #883DF9
Complementary color
Monochromatic Colors of #883DF9
Black with #883DF9
Text Example
Text Example
White with #883DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DF9; }
p { color: rgb(136,61,249); }
H1.HeaderClassName
{
color: #883DF9;
}
.AnyTagClassName
{
color: #883DF9;
}
</style>
background-color css
<style>
a { background-color: #883DF9; }
a { background-color: rgb(136,61,249); }
div.DivClassName
{
background-color: #883DF9;
}
.BgClassName
{
background-color: #883DF9;
}
</style>
border-color css
<style>
span { border-color: #883DF9; }
span { border-color: rgb(136,61,249); }
td.TdClassName
{
border-color: #883DF9;
}
.TagClassName
{
border-color: #883DF9;
}
</style>