Shades of Blue Violet #883AF7
Tints of Blue Violet #883AF7
RGB
CMYK
RGB Variations
Color information
#883AF7 (or 0x883AF7) is known color: Blue Violet. HEX triplet: 88, 3A and F7. RGB value is (136,58,247). Sum of RGB (Red+Green+Blue) = 136+58+247=441 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.84% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 247 (96.88% from 255 or 56.01% from 441); Max value from RGB is 247 - color contains mainly: blue. Hex color #883AF7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883AF7 is #77C508. Grayscale: #666666. Windows color (decimal): -7849225 or 16202376. OLE color: 16202376.
HSL color Cylindrical-coordinate representation of color #883AF7: hue angle of 264.76º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #883AF7 is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 58 | 247 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.03 |
| HSL | 264.76º | 0.92% | 0.6% | - |
| HSV(B) | 264.76º | 0.77% | 0.97% | - |
| XYZ | 28.45 | 14.98 | 89.39 | - |
| YUV | 102.87 | 209.34 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 58 | 247 | 0.45 | 0.77 | 0 | 0.03 | 264.76 | 0.92 | 0.6 |
| Hex | 88 | 3A | F7 | 2D | 4D | 0 | 3 | 109 | 5C | 3C |
| Octal | 210 | 72 | 367 | 55 | 115 | 0 | 3 | 411 | 134 | 74 |
| Binary | 10001000 | 111010 | 11110111 | 101101 | 1001101 | 0 | 11 | 100001001 | 1011100 | 111100 |
Color Harmonies of #883AF7
Complementary color
Monochromatic Colors of #883AF7
Black with #883AF7
Text Example
Text Example
White with #883AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883AF7; }
p { color: rgb(136,58,247); }
H1.HeaderClassName
{
color: #883AF7;
}
.AnyTagClassName
{
color: #883AF7;
}
</style>
background-color css
<style>
a { background-color: #883AF7; }
a { background-color: rgb(136,58,247); }
div.DivClassName
{
background-color: #883AF7;
}
.BgClassName
{
background-color: #883AF7;
}
</style>
border-color css
<style>
span { border-color: #883AF7; }
span { border-color: rgb(136,58,247); }
td.TdClassName
{
border-color: #883AF7;
}
.TagClassName
{
border-color: #883AF7;
}
</style>