Shades of Blue Violet #8830FF
Tints of Blue Violet #8830FF
RGB
CMYK
RGB Variations
Color information
#8830FF (or 0x8830FF) is known color: Blue Violet. HEX triplet: 88, 30 and FF. RGB value is (136,48,255). Sum of RGB (Red+Green+Blue) = 136+48+255=439 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.98% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #8830FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8830FF is #77CF00. Grayscale: #616161. Windows color (decimal): -7851777 or 16724104. OLE color: 16724104.
HSL color Cylindrical-coordinate representation of color #8830FF: hue angle of 265.51º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8830FF is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 48 | 255 | - |
| CMYK | 0.47 | 0.81 | 0 | 0 |
| HSL | 265.51º | 1% | 0.59% | - |
| HSV(B) | 265.51º | 0.81% | 1% | - |
| XYZ | 29.26 | 14.57 | 95.88 | - |
| YUV | 97.91 | 216.65 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 48 | 255 | 0.47 | 0.81 | 0 | 0 | 265.51 | 1 | 0.59 |
| Hex | 88 | 30 | FF | 2F | 51 | 0 | 0 | 10A | 64 | 3B |
| Octal | 210 | 60 | 377 | 57 | 121 | 0 | 0 | 412 | 144 | 73 |
| Binary | 10001000 | 110000 | 11111111 | 101111 | 1010001 | 0 | 0 | 100001010 | 1100100 | 111011 |
Color Harmonies of #8830FF
Complementary color
Monochromatic Colors of #8830FF
Black with #8830FF
Text Example
Text Example
White with #8830FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8830FF; }
p { color: rgb(136,48,255); }
H1.HeaderClassName
{
color: #8830FF;
}
.AnyTagClassName
{
color: #8830FF;
}
</style>
background-color css
<style>
a { background-color: #8830FF; }
a { background-color: rgb(136,48,255); }
div.DivClassName
{
background-color: #8830FF;
}
.BgClassName
{
background-color: #8830FF;
}
</style>
border-color css
<style>
span { border-color: #8830FF; }
span { border-color: rgb(136,48,255); }
td.TdClassName
{
border-color: #8830FF;
}
.TagClassName
{
border-color: #8830FF;
}
</style>