Shades of Blue Violet #8841EB
Tints of Blue Violet #8841EB
RGB
CMYK
RGB Variations
Color information
#8841EB (or 0x8841EB) is known color: Blue Violet. HEX triplet: 88, 41 and EB. RGB value is (136,65,235). Sum of RGB (Red+Green+Blue) = 136+65+235=436 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.19% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #8841EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8841EB is #77BE14. Grayscale: #696969. Windows color (decimal): -7847445 or 15417736. OLE color: 15417736.
HSL color Cylindrical-coordinate representation of color #8841EB: hue angle of 265.06º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8841EB is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 65 | 235 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.08 |
| HSL | 265.06º | 0.81% | 0.59% | - |
| HSV(B) | 265.06º | 0.72% | 0.92% | - |
| XYZ | 27.04 | 15.01 | 80.07 | - |
| YUV | 105.61 | 201.02 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 235 | 0.42 | 0.72 | 0 | 0.08 | 265.06 | 0.81 | 0.59 |
| Hex | 88 | 41 | EB | 2A | 48 | 0 | 8 | 109 | 51 | 3B |
| Octal | 210 | 101 | 353 | 52 | 110 | 0 | 10 | 411 | 121 | 73 |
| Binary | 10001000 | 1000001 | 11101011 | 101010 | 1001000 | 0 | 1000 | 100001001 | 1010001 | 111011 |
Color Harmonies of #8841EB
Complementary color
Monochromatic Colors of #8841EB
Black with #8841EB
Text Example
Text Example
White with #8841EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841EB; }
p { color: rgb(136,65,235); }
H1.HeaderClassName
{
color: #8841EB;
}
.AnyTagClassName
{
color: #8841EB;
}
</style>
background-color css
<style>
a { background-color: #8841EB; }
a { background-color: rgb(136,65,235); }
div.DivClassName
{
background-color: #8841EB;
}
.BgClassName
{
background-color: #8841EB;
}
</style>
border-color css
<style>
span { border-color: #8841EB; }
span { border-color: rgb(136,65,235); }
td.TdClassName
{
border-color: #8841EB;
}
.TagClassName
{
border-color: #8841EB;
}
</style>