Shades of Blue Violet #883EFC
Tints of Blue Violet #883EFC
RGB
CMYK
RGB Variations
Color information
#883EFC (or 0x883EFC) is known color: Blue Violet. HEX triplet: 88, 3E and FC. RGB value is (136,62,252). Sum of RGB (Red+Green+Blue) = 136+62+252=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #883EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883EFC is #77C103. Grayscale: #696969. Windows color (decimal): -7848196 or 16531080. OLE color: 16531080.
HSL color Cylindrical-coordinate representation of color #883EFC: hue angle of 263.37º 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 #883EFC is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 136 | 62 | 252 | - |
| CMYK | 0.46 | 0.75 | 0 | 0.01 |
| HSL | 263.37º | 0.97% | 0.62% | - |
| HSV(B) | 263.37º | 0.75% | 0.99% | - |
| XYZ | 29.45 | 15.71 | 93.58 | - |
| YUV | 105.79 | 210.52 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 62 | 252 | 0.46 | 0.75 | 0 | 0.01 | 263.37 | 0.97 | 0.62 |
| Hex | 88 | 3E | FC | 2E | 4B | 0 | 1 | 107 | 61 | 3E |
| Octal | 210 | 76 | 374 | 56 | 113 | 0 | 1 | 407 | 141 | 76 |
| Binary | 10001000 | 111110 | 11111100 | 101110 | 1001011 | 0 | 1 | 100000111 | 1100001 | 111110 |
Color Harmonies of #883EFC
Complementary color
Monochromatic Colors of #883EFC
Black with #883EFC
Text Example
Text Example
White with #883EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883EFC; }
p { color: rgb(136,62,252); }
H1.HeaderClassName
{
color: #883EFC;
}
.AnyTagClassName
{
color: #883EFC;
}
</style>
background-color css
<style>
a { background-color: #883EFC; }
a { background-color: rgb(136,62,252); }
div.DivClassName
{
background-color: #883EFC;
}
.BgClassName
{
background-color: #883EFC;
}
</style>
border-color css
<style>
span { border-color: #883EFC; }
span { border-color: rgb(136,62,252); }
td.TdClassName
{
border-color: #883EFC;
}
.TagClassName
{
border-color: #883EFC;
}
</style>