Shades of Blue Violet #883AEF
Tints of Blue Violet #883AEF
RGB
CMYK
RGB Variations
Color information
#883AEF (or 0x883AEF) is known color: Blue Violet. HEX triplet: 88, 3A and EF. RGB value is (136,58,239). Sum of RGB (Red+Green+Blue) = 136+58+239=433 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.41% from 433); Green value is 58 (23.05% from 255 or 13.39% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #883AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AEF is #77C510. Grayscale: #656565. Windows color (decimal): -7849233 or 15678088. OLE color: 15678088.
HSL color Cylindrical-coordinate representation of color #883AEF: hue angle of 265.86º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #883AEF is Cyan = 0.43, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 58 | 239 | - |
| CMYK | 0.43 | 0.76 | 0 | 0.06 |
| HSL | 265.86º | 0.85% | 0.58% | - |
| HSV(B) | 265.86º | 0.76% | 0.94% | - |
| XYZ | 27.25 | 14.49 | 83.02 | - |
| YUV | 101.96 | 205.34 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 239 | 0.43 | 0.76 | 0 | 0.06 | 265.86 | 0.85 | 0.58 |
| Hex | 88 | 3A | EF | 2B | 4C | 0 | 6 | 10A | 55 | 3A |
| Octal | 210 | 72 | 357 | 53 | 114 | 0 | 6 | 412 | 125 | 72 |
| Binary | 10001000 | 111010 | 11101111 | 101011 | 1001100 | 0 | 110 | 100001010 | 1010101 | 111010 |
Color Harmonies of #883AEF
Complementary color
Monochromatic Colors of #883AEF
Black with #883AEF
Text Example
Text Example
White with #883AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AEF; }
p { color: rgb(136,58,239); }
H1.HeaderClassName
{
color: #883AEF;
}
.AnyTagClassName
{
color: #883AEF;
}
</style>
background-color css
<style>
a { background-color: #883AEF; }
a { background-color: rgb(136,58,239); }
div.DivClassName
{
background-color: #883AEF;
}
.BgClassName
{
background-color: #883AEF;
}
</style>
border-color css
<style>
span { border-color: #883AEF; }
span { border-color: rgb(136,58,239); }
td.TdClassName
{
border-color: #883AEF;
}
.TagClassName
{
border-color: #883AEF;
}
</style>