Shades of Blue Violet #883FFC
Tints of Blue Violet #883FFC
RGB
CMYK
RGB Variations
Color information
#883FFC (or 0x883FFC) is known color: Blue Violet. HEX triplet: 88, 3F and FC. RGB value is (136,63,252). Sum of RGB (Red+Green+Blue) = 136+63+252=451 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.16% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #883FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883FFC is #77C003. Grayscale: #696969. Windows color (decimal): -7847940 or 16531336. OLE color: 16531336.
HSL color Cylindrical-coordinate representation of color #883FFC: hue angle of 263.17º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883FFC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 63 | 252 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.01 |
| HSL | 263.17º | 0.97% | 0.62% | - |
| HSV(B) | 263.17º | 0.75% | 0.99% | - |
| XYZ | 29.5 | 15.82 | 93.59 | - |
| YUV | 106.37 | 210.18 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 252 | 0.46 | 0.75 | 0 | 0.01 | 263.17 | 0.97 | 0.62 |
| Hex | 88 | 3F | FC | 2E | 4B | 0 | 1 | 107 | 61 | 3E |
| Octal | 210 | 77 | 374 | 56 | 113 | 0 | 1 | 407 | 141 | 76 |
| Binary | 10001000 | 111111 | 11111100 | 101110 | 1001011 | 0 | 1 | 100000111 | 1100001 | 111110 |
Color Harmonies of #883FFC
Complementary color
Monochromatic Colors of #883FFC
Black with #883FFC
Text Example
Text Example
White with #883FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FFC; }
p { color: rgb(136,63,252); }
H1.HeaderClassName
{
color: #883FFC;
}
.AnyTagClassName
{
color: #883FFC;
}
</style>
background-color css
<style>
a { background-color: #883FFC; }
a { background-color: rgb(136,63,252); }
div.DivClassName
{
background-color: #883FFC;
}
.BgClassName
{
background-color: #883FFC;
}
</style>
border-color css
<style>
span { border-color: #883FFC; }
span { border-color: rgb(136,63,252); }
td.TdClassName
{
border-color: #883FFC;
}
.TagClassName
{
border-color: #883FFC;
}
</style>