Shades of Blue Violet #883BF0
Tints of Blue Violet #883BF0
RGB
CMYK
RGB Variations
Color information
#883BF0 (or 0x883BF0) is known color: Blue Violet. HEX triplet: 88, 3B and F0. RGB value is (136,59,240). Sum of RGB (Red+Green+Blue) = 136+59+240=435 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.26% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #883BF0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883BF0 is #77C40F. Grayscale: #666666. Windows color (decimal): -7848976 or 15743880. OLE color: 15743880.
HSL color Cylindrical-coordinate representation of color #883BF0: hue angle of 265.52º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #883BF0 is Cyan = 0.43, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 59 | 240 | - |
| CMYK | 0.43 | 0.75 | 0 | 0.06 |
| HSL | 265.52º | 0.86% | 0.59% | - |
| HSV(B) | 265.52º | 0.75% | 0.94% | - |
| XYZ | 27.45 | 14.65 | 83.82 | - |
| YUV | 102.66 | 205.51 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 240 | 0.43 | 0.75 | 0 | 0.06 | 265.52 | 0.86 | 0.59 |
| Hex | 88 | 3B | F0 | 2B | 4B | 0 | 6 | 10A | 56 | 3B |
| Octal | 210 | 73 | 360 | 53 | 113 | 0 | 6 | 412 | 126 | 73 |
| Binary | 10001000 | 111011 | 11110000 | 101011 | 1001011 | 0 | 110 | 100001010 | 1010110 | 111011 |
Color Harmonies of #883BF0
Complementary color
Monochromatic Colors of #883BF0
Black with #883BF0
Text Example
Text Example
White with #883BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BF0; }
p { color: rgb(136,59,240); }
H1.HeaderClassName
{
color: #883BF0;
}
.AnyTagClassName
{
color: #883BF0;
}
</style>
background-color css
<style>
a { background-color: #883BF0; }
a { background-color: rgb(136,59,240); }
div.DivClassName
{
background-color: #883BF0;
}
.BgClassName
{
background-color: #883BF0;
}
</style>
border-color css
<style>
span { border-color: #883BF0; }
span { border-color: rgb(136,59,240); }
td.TdClassName
{
border-color: #883BF0;
}
.TagClassName
{
border-color: #883BF0;
}
</style>