Shades of Blue Violet #8848EE
Tints of Blue Violet #8848EE
RGB
CMYK
RGB Variations
Color information
#8848EE (or 0x8848EE) is known color: Blue Violet. HEX triplet: 88, 48 and EE. RGB value is (136,72,238). Sum of RGB (Red+Green+Blue) = 136+72+238=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #8848EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8848EE is #77B711. Grayscale: #6D6D6D. Windows color (decimal): -7845650 or 15616136. OLE color: 15616136.
HSL color Cylindrical-coordinate representation of color #8848EE: hue angle of 263.13º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8848EE is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 72 | 238 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.07 |
| HSL | 263.13º | 0.83% | 0.61% | - |
| HSV(B) | 263.13º | 0.7% | 0.93% | - |
| XYZ | 27.9 | 16.04 | 82.51 | - |
| YUV | 110.06 | 200.2 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 72 | 238 | 0.43 | 0.70 | 0 | 0.07 | 263.13 | 0.83 | 0.61 |
| Hex | 88 | 48 | EE | 2B | 46 | 0 | 7 | 107 | 53 | 3D |
| Octal | 210 | 110 | 356 | 53 | 106 | 0 | 7 | 407 | 123 | 75 |
| Binary | 10001000 | 1001000 | 11101110 | 101011 | 1000110 | 0 | 111 | 100000111 | 1010011 | 111101 |
Color Harmonies of #8848EE
Complementary color
Monochromatic Colors of #8848EE
Black with #8848EE
Text Example
Text Example
White with #8848EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8848EE; }
p { color: rgb(136,72,238); }
H1.HeaderClassName
{
color: #8848EE;
}
.AnyTagClassName
{
color: #8848EE;
}
</style>
background-color css
<style>
a { background-color: #8848EE; }
a { background-color: rgb(136,72,238); }
div.DivClassName
{
background-color: #8848EE;
}
.BgClassName
{
background-color: #8848EE;
}
</style>
border-color css
<style>
span { border-color: #8848EE; }
span { border-color: rgb(136,72,238); }
td.TdClassName
{
border-color: #8848EE;
}
.TagClassName
{
border-color: #8848EE;
}
</style>