Shades of Blue Violet #883BE0
Tints of Blue Violet #883BE0
RGB
CMYK
RGB Variations
Color information
#883BE0 (or 0x883BE0) is known color: Blue Violet. HEX triplet: 88, 3B and E0. RGB value is (136,59,224). Sum of RGB (Red+Green+Blue) = 136+59+224=419 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.46% from 419); Green value is 59 (23.44% from 255 or 14.08% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #883BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BE0 is #77C41F. Grayscale: #646464. Windows color (decimal): -7848992 or 14695304. OLE color: 14695304.
HSL color Cylindrical-coordinate representation of color #883BE0: hue angle of 268º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883BE0 is Cyan = 0.39, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 59 | 224 | - |
| CMYK | 0.39 | 0.74 | 0 | 0.12 |
| HSL | 268º | 0.73% | 0.55% | - |
| HSV(B) | 268º | 0.74% | 0.88% | - |
| XYZ | 25.17 | 13.74 | 71.85 | - |
| YUV | 100.83 | 197.51 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 224 | 0.39 | 0.74 | 0 | 0.12 | 268 | 0.73 | 0.55 |
| Hex | 88 | 3B | E0 | 27 | 4A | 0 | C | 10C | 49 | 37 |
| Octal | 210 | 73 | 340 | 47 | 112 | 0 | 14 | 414 | 111 | 67 |
| Binary | 10001000 | 111011 | 11100000 | 100111 | 1001010 | 0 | 1100 | 100001100 | 1001001 | 110111 |
Color Harmonies of #883BE0
Complementary color
Monochromatic Colors of #883BE0
Black with #883BE0
Text Example
Text Example
White with #883BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BE0; }
p { color: rgb(136,59,224); }
H1.HeaderClassName
{
color: #883BE0;
}
.AnyTagClassName
{
color: #883BE0;
}
</style>
background-color css
<style>
a { background-color: #883BE0; }
a { background-color: rgb(136,59,224); }
div.DivClassName
{
background-color: #883BE0;
}
.BgClassName
{
background-color: #883BE0;
}
</style>
border-color css
<style>
span { border-color: #883BE0; }
span { border-color: rgb(136,59,224); }
td.TdClassName
{
border-color: #883BE0;
}
.TagClassName
{
border-color: #883BE0;
}
</style>