Shades of Blue Violet #8819FF
Tints of Blue Violet #8819FF
RGB
CMYK
RGB Variations
Color information
#8819FF (or 0x8819FF) is known color: Blue Violet. HEX triplet: 88, 19 and FF. RGB value is (136,25,255). Sum of RGB (Red+Green+Blue) = 136+25+255=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 255 (100% from 255 or 61.30% from 416); Max value from RGB is 255 - color contains mainly: blue. Hex color #8819FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8819FF is #77E600. Grayscale: #535353. Windows color (decimal): -7857665 or 16718216. OLE color: 16718216.
HSL color Cylindrical-coordinate representation of color #8819FF: hue angle of 268.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8819FF is Cyan = 0.47, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 25 | 255 | - |
| CMYK | 0.47 | 0.90 | 0 | 0 |
| HSL | 268.96º | 1% | 0.55% | - |
| HSV(B) | 268.96º | 0.9% | 1% | - |
| XYZ | 28.55 | 13.15 | 95.64 | - |
| YUV | 84.41 | 224.27 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 25 | 255 | 0.47 | 0.90 | 0 | 0 | 268.96 | 1 | 0.55 |
| Hex | 88 | 19 | FF | 2F | 5A | 0 | 0 | 10D | 64 | 37 |
| Octal | 210 | 31 | 377 | 57 | 132 | 0 | 0 | 415 | 144 | 67 |
| Binary | 10001000 | 11001 | 11111111 | 101111 | 1011010 | 0 | 0 | 100001101 | 1100100 | 110111 |
Color Harmonies of #8819FF
Complementary color
Monochromatic Colors of #8819FF
Black with #8819FF
Text Example
Text Example
White with #8819FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8819FF; }
p { color: rgb(136,25,255); }
H1.HeaderClassName
{
color: #8819FF;
}
.AnyTagClassName
{
color: #8819FF;
}
</style>
background-color css
<style>
a { background-color: #8819FF; }
a { background-color: rgb(136,25,255); }
div.DivClassName
{
background-color: #8819FF;
}
.BgClassName
{
background-color: #8819FF;
}
</style>
border-color css
<style>
span { border-color: #8819FF; }
span { border-color: rgb(136,25,255); }
td.TdClassName
{
border-color: #8819FF;
}
.TagClassName
{
border-color: #8819FF;
}
</style>