Shades of Blue Violet #8841FE
Tints of Blue Violet #8841FE
RGB
CMYK
RGB Variations
Color information
#8841FE (or 0x8841FE) is known color: Blue Violet. HEX triplet: 88, 41 and FE. RGB value is (136,65,254). Sum of RGB (Red+Green+Blue) = 136+65+254=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #8841FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8841FE is #77BE01. Grayscale: #6B6B6B. Windows color (decimal): -7847426 or 16662920. OLE color: 16662920.
HSL color Cylindrical-coordinate representation of color #8841FE: hue angle of 262.54º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8841FE is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 136 | 65 | 254 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.00 |
| HSL | 262.54º | 0.99% | 0.63% | - |
| HSV(B) | 262.54º | 0.74% | 1% | - |
| XYZ | 29.93 | 16.17 | 95.31 | - |
| YUV | 107.78 | 210.52 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 254 | 0.46 | 0.74 | 0 | 0.00 | 262.54 | 0.99 | 0.63 |
| Hex | 88 | 41 | FE | 2E | 4A | 0 | 0 | 107 | 63 | 3F |
| Octal | 210 | 101 | 376 | 56 | 112 | 0 | 0 | 407 | 143 | 77 |
| Binary | 10001000 | 1000001 | 11111110 | 101110 | 1001010 | 0 | 0 | 100000111 | 1100011 | 111111 |
Color Harmonies of #8841FE
Complementary color
Monochromatic Colors of #8841FE
Black with #8841FE
Text Example
Text Example
White with #8841FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841FE; }
p { color: rgb(136,65,254); }
H1.HeaderClassName
{
color: #8841FE;
}
.AnyTagClassName
{
color: #8841FE;
}
</style>
background-color css
<style>
a { background-color: #8841FE; }
a { background-color: rgb(136,65,254); }
div.DivClassName
{
background-color: #8841FE;
}
.BgClassName
{
background-color: #8841FE;
}
</style>
border-color css
<style>
span { border-color: #8841FE; }
span { border-color: rgb(136,65,254); }
td.TdClassName
{
border-color: #8841FE;
}
.TagClassName
{
border-color: #8841FE;
}
</style>