Shades of Blue Violet #8848EF
Tints of Blue Violet #8848EF
RGB
CMYK
RGB Variations
Color information
#8848EF (or 0x8848EF) is known color: Blue Violet. HEX triplet: 88, 48 and EF. RGB value is (136,72,239). Sum of RGB (Red+Green+Blue) = 136+72+239=447 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.43% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #8848EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8848EF is #77B710. Grayscale: #6D6D6D. Windows color (decimal): -7845649 or 15681672. OLE color: 15681672.
HSL color Cylindrical-coordinate representation of color #8848EF: hue angle of 262.99º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8848EF is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 72 | 239 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.06 |
| HSL | 262.99º | 0.84% | 0.61% | - |
| HSV(B) | 262.99º | 0.7% | 0.94% | - |
| XYZ | 28.05 | 16.1 | 83.29 | - |
| YUV | 110.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 239 | 0.43 | 0.70 | 0 | 0.06 | 262.99 | 0.84 | 0.61 |
| Hex | 88 | 48 | EF | 2B | 46 | 0 | 6 | 107 | 54 | 3D |
| Octal | 210 | 110 | 357 | 53 | 106 | 0 | 6 | 407 | 124 | 75 |
| Binary | 10001000 | 1001000 | 11101111 | 101011 | 1000110 | 0 | 110 | 100000111 | 1010100 | 111101 |
Color Harmonies of #8848EF
Complementary color
Monochromatic Colors of #8848EF
Black with #8848EF
Text Example
Text Example
White with #8848EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848EF; }
p { color: rgb(136,72,239); }
H1.HeaderClassName
{
color: #8848EF;
}
.AnyTagClassName
{
color: #8848EF;
}
</style>
background-color css
<style>
a { background-color: #8848EF; }
a { background-color: rgb(136,72,239); }
div.DivClassName
{
background-color: #8848EF;
}
.BgClassName
{
background-color: #8848EF;
}
</style>
border-color css
<style>
span { border-color: #8848EF; }
span { border-color: rgb(136,72,239); }
td.TdClassName
{
border-color: #8848EF;
}
.TagClassName
{
border-color: #8848EF;
}
</style>