Shades of Blue Violet #883DFC
Tints of Blue Violet #883DFC
RGB
CMYK
RGB Variations
Color information
#883DFC (or 0x883DFC) is known color: Blue Violet. HEX triplet: 88, 3D and FC. RGB value is (136,61,252). Sum of RGB (Red+Green+Blue) = 136+61+252=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 61 (24.22% from 255 or 13.59% from 449); Blue value is 252 (98.83% from 255 or 56.12% from 449); Max value from RGB is 252 - color contains mainly: blue. Hex color #883DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883DFC is #77C203. Grayscale: #686868. Windows color (decimal): -7848452 or 16530824. OLE color: 16530824.
HSL color Cylindrical-coordinate representation of color #883DFC: hue angle of 263.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883DFC is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 61 | 252 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.01 |
| HSL | 263.56º | 0.97% | 0.61% | - |
| HSV(B) | 263.56º | 0.76% | 0.99% | - |
| XYZ | 29.39 | 15.6 | 93.56 | - |
| YUV | 105.2 | 210.85 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 61 | 252 | 0.46 | 0.76 | 0 | 0.01 | 263.56 | 0.97 | 0.61 |
| Hex | 88 | 3D | FC | 2E | 4C | 0 | 1 | 108 | 61 | 3D |
| Octal | 210 | 75 | 374 | 56 | 114 | 0 | 1 | 410 | 141 | 75 |
| Binary | 10001000 | 111101 | 11111100 | 101110 | 1001100 | 0 | 1 | 100001000 | 1100001 | 111101 |
Color Harmonies of #883DFC
Complementary color
Monochromatic Colors of #883DFC
Black with #883DFC
Text Example
Text Example
White with #883DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883DFC; }
p { color: rgb(136,61,252); }
H1.HeaderClassName
{
color: #883DFC;
}
.AnyTagClassName
{
color: #883DFC;
}
</style>
background-color css
<style>
a { background-color: #883DFC; }
a { background-color: rgb(136,61,252); }
div.DivClassName
{
background-color: #883DFC;
}
.BgClassName
{
background-color: #883DFC;
}
</style>
border-color css
<style>
span { border-color: #883DFC; }
span { border-color: rgb(136,61,252); }
td.TdClassName
{
border-color: #883DFC;
}
.TagClassName
{
border-color: #883DFC;
}
</style>