Shades of Blue Violet #8831F3
Tints of Blue Violet #8831F3
RGB
CMYK
RGB Variations
Color information
#8831F3 (or 0x8831F3) is known color: Blue Violet. HEX triplet: 88, 31 and F3. RGB value is (136,49,243). Sum of RGB (Red+Green+Blue) = 136+49+243=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #8831F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8831F3 is #77CE0C. Grayscale: #606060. Windows color (decimal): -7851533 or 15937928. OLE color: 15937928.
HSL color Cylindrical-coordinate representation of color #8831F3: hue angle of 266.91º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8831F3 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 49 | 243 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.05 |
| HSL | 266.91º | 0.89% | 0.57% | - |
| HSV(B) | 266.91º | 0.8% | 0.95% | - |
| XYZ | 27.43 | 13.9 | 86.03 | - |
| YUV | 97.13 | 210.32 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 243 | 0.44 | 0.80 | 0 | 0.05 | 266.91 | 0.89 | 0.57 |
| Hex | 88 | 31 | F3 | 2C | 50 | 0 | 5 | 10B | 59 | 39 |
| Octal | 210 | 61 | 363 | 54 | 120 | 0 | 5 | 413 | 131 | 71 |
| Binary | 10001000 | 110001 | 11110011 | 101100 | 1010000 | 0 | 101 | 100001011 | 1011001 | 111001 |
Color Harmonies of #8831F3
Complementary color
Monochromatic Colors of #8831F3
Black with #8831F3
Text Example
Text Example
White with #8831F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8831F3; }
p { color: rgb(136,49,243); }
H1.HeaderClassName
{
color: #8831F3;
}
.AnyTagClassName
{
color: #8831F3;
}
</style>
background-color css
<style>
a { background-color: #8831F3; }
a { background-color: rgb(136,49,243); }
div.DivClassName
{
background-color: #8831F3;
}
.BgClassName
{
background-color: #8831F3;
}
</style>
border-color css
<style>
span { border-color: #8831F3; }
span { border-color: rgb(136,49,243); }
td.TdClassName
{
border-color: #8831F3;
}
.TagClassName
{
border-color: #8831F3;
}
</style>