Shades of Blue Violet #8830F1
Tints of Blue Violet #8830F1
RGB
CMYK
RGB Variations
Color information
#8830F1 (or 0x8830F1) is known color: Blue Violet. HEX triplet: 88, 30 and F1. RGB value is (136,48,241). Sum of RGB (Red+Green+Blue) = 136+48+241=425 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #8830F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8830F1 is #77CF0E. Grayscale: #5F5F5F. Windows color (decimal): -7851791 or 15806600. OLE color: 15806600.
HSL color Cylindrical-coordinate representation of color #8830F1: hue angle of 267.36º degrees, saturation: 0.87, 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 #8830F1 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 48 | 241 | - |
| CMYK | 0.44 | 0.80 | 0 | 0.05 |
| HSL | 267.36º | 0.87% | 0.57% | - |
| HSV(B) | 267.36º | 0.8% | 0.95% | - |
| XYZ | 27.09 | 13.7 | 84.44 | - |
| YUV | 96.31 | 209.65 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 241 | 0.44 | 0.80 | 0 | 0.05 | 267.36 | 0.87 | 0.57 |
| Hex | 88 | 30 | F1 | 2C | 50 | 0 | 5 | 10B | 57 | 39 |
| Octal | 210 | 60 | 361 | 54 | 120 | 0 | 5 | 413 | 127 | 71 |
| Binary | 10001000 | 110000 | 11110001 | 101100 | 1010000 | 0 | 101 | 100001011 | 1010111 | 111001 |
Color Harmonies of #8830F1
Complementary color
Monochromatic Colors of #8830F1
Black with #8830F1
Text Example
Text Example
White with #8830F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830F1; }
p { color: rgb(136,48,241); }
H1.HeaderClassName
{
color: #8830F1;
}
.AnyTagClassName
{
color: #8830F1;
}
</style>
background-color css
<style>
a { background-color: #8830F1; }
a { background-color: rgb(136,48,241); }
div.DivClassName
{
background-color: #8830F1;
}
.BgClassName
{
background-color: #8830F1;
}
</style>
border-color css
<style>
span { border-color: #8830F1; }
span { border-color: rgb(136,48,241); }
td.TdClassName
{
border-color: #8830F1;
}
.TagClassName
{
border-color: #8830F1;
}
</style>