Shades of Blue Violet #883BE1
Tints of Blue Violet #883BE1
RGB
CMYK
RGB Variations
Color information
#883BE1 (or 0x883BE1) is known color: Blue Violet. HEX triplet: 88, 3B and E1. RGB value is (136,59,225). Sum of RGB (Red+Green+Blue) = 136+59+225=420 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.38% from 420); Green value is 59 (23.44% from 255 or 14.05% from 420); Blue value is 225 (88.28% from 255 or 53.57% from 420); Max value from RGB is 225 - color contains mainly: blue. Hex color #883BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BE1 is #77C41E. Grayscale: #646464. Windows color (decimal): -7848991 or 14760840. OLE color: 14760840.
HSL color Cylindrical-coordinate representation of color #883BE1: hue angle of 267.83º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #883BE1 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 136 | 59 | 225 | - |
| CMYK | 0.40 | 0.74 | 0 | 0.12 |
| HSL | 267.83º | 0.73% | 0.56% | - |
| HSV(B) | 267.83º | 0.74% | 0.88% | - |
| XYZ | 25.31 | 13.8 | 72.56 | - |
| YUV | 100.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 59 | 225 | 0.40 | 0.74 | 0 | 0.12 | 267.83 | 0.73 | 0.56 |
| Hex | 88 | 3B | E1 | 28 | 4A | 0 | C | 10C | 49 | 38 |
| Octal | 210 | 73 | 341 | 50 | 112 | 0 | 14 | 414 | 111 | 70 |
| Binary | 10001000 | 111011 | 11100001 | 101000 | 1001010 | 0 | 1100 | 100001100 | 1001001 | 111000 |
Color Harmonies of #883BE1
Complementary color
Monochromatic Colors of #883BE1
Black with #883BE1
Text Example
Text Example
White with #883BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883BE1; }
p { color: rgb(136,59,225); }
H1.HeaderClassName
{
color: #883BE1;
}
.AnyTagClassName
{
color: #883BE1;
}
</style>
background-color css
<style>
a { background-color: #883BE1; }
a { background-color: rgb(136,59,225); }
div.DivClassName
{
background-color: #883BE1;
}
.BgClassName
{
background-color: #883BE1;
}
</style>
border-color css
<style>
span { border-color: #883BE1; }
span { border-color: rgb(136,59,225); }
td.TdClassName
{
border-color: #883BE1;
}
.TagClassName
{
border-color: #883BE1;
}
</style>