Shades of Blue Violet #8841FB
Tints of Blue Violet #8841FB
RGB
CMYK
RGB Variations
Color information
#8841FB (or 0x8841FB) is known color: Blue Violet. HEX triplet: 88, 41 and FB. RGB value is (136,65,251). Sum of RGB (Red+Green+Blue) = 136+65+251=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #8841FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8841FB is #77BE04. Grayscale: #6A6A6A. Windows color (decimal): -7847429 or 16466312. OLE color: 16466312.
HSL color Cylindrical-coordinate representation of color #8841FB: hue angle of 262.9º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8841FB is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 65 | 251 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.02 |
| HSL | 262.9º | 0.96% | 0.62% | - |
| HSV(B) | 262.9º | 0.74% | 0.98% | - |
| XYZ | 29.46 | 15.98 | 92.8 | - |
| YUV | 107.43 | 209.02 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 65 | 251 | 0.46 | 0.74 | 0 | 0.02 | 262.9 | 0.96 | 0.62 |
| Hex | 88 | 41 | FB | 2E | 4A | 0 | 2 | 107 | 60 | 3E |
| Octal | 210 | 101 | 373 | 56 | 112 | 0 | 2 | 407 | 140 | 76 |
| Binary | 10001000 | 1000001 | 11111011 | 101110 | 1001010 | 0 | 10 | 100000111 | 1100000 | 111110 |
Color Harmonies of #8841FB
Complementary color
Monochromatic Colors of #8841FB
Black with #8841FB
Text Example
Text Example
White with #8841FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8841FB; }
p { color: rgb(136,65,251); }
H1.HeaderClassName
{
color: #8841FB;
}
.AnyTagClassName
{
color: #8841FB;
}
</style>
background-color css
<style>
a { background-color: #8841FB; }
a { background-color: rgb(136,65,251); }
div.DivClassName
{
background-color: #8841FB;
}
.BgClassName
{
background-color: #8841FB;
}
</style>
border-color css
<style>
span { border-color: #8841FB; }
span { border-color: rgb(136,65,251); }
td.TdClassName
{
border-color: #8841FB;
}
.TagClassName
{
border-color: #8841FB;
}
</style>