Shades of Blue Violet #8815FF
Tints of Blue Violet #8815FF
RGB
CMYK
RGB Variations
Color information
#8815FF (or 0x8815FF) is known color: Blue Violet. HEX triplet: 88, 15 and FF. RGB value is (136,21,255). Sum of RGB (Red+Green+Blue) = 136+21+255=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 21 (8.59% from 255 or 5.10% from 412); Blue value is 255 (100% from 255 or 61.89% from 412); Max value from RGB is 255 - color contains mainly: blue. Hex color #8815FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8815FF is #77EA00. Grayscale: #515151. Windows color (decimal): -7858689 or 16717192. OLE color: 16717192.
HSL color Cylindrical-coordinate representation of color #8815FF: hue angle of 269.49º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8815FF is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 136 | 21 | 255 | - |
| CMYK | 0.47 | 0.92 | 0 | 0 |
| HSL | 269.49º | 1% | 0.54% | - |
| HSV(B) | 269.49º | 0.92% | 1% | - |
| XYZ | 28.47 | 12.99 | 95.61 | - |
| YUV | 82.06 | 225.6 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 255 | 0.47 | 0.92 | 0 | 0 | 269.49 | 1 | 0.54 |
| Hex | 88 | 15 | FF | 2F | 5C | 0 | 0 | 10D | 64 | 36 |
| Octal | 210 | 25 | 377 | 57 | 134 | 0 | 0 | 415 | 144 | 66 |
| Binary | 10001000 | 10101 | 11111111 | 101111 | 1011100 | 0 | 0 | 100001101 | 1100100 | 110110 |
Color Harmonies of #8815FF
Complementary color
Monochromatic Colors of #8815FF
Black with #8815FF
Text Example
Text Example
White with #8815FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8815FF; }
p { color: rgb(136,21,255); }
H1.HeaderClassName
{
color: #8815FF;
}
.AnyTagClassName
{
color: #8815FF;
}
</style>
background-color css
<style>
a { background-color: #8815FF; }
a { background-color: rgb(136,21,255); }
div.DivClassName
{
background-color: #8815FF;
}
.BgClassName
{
background-color: #8815FF;
}
</style>
border-color css
<style>
span { border-color: #8815FF; }
span { border-color: rgb(136,21,255); }
td.TdClassName
{
border-color: #8815FF;
}
.TagClassName
{
border-color: #8815FF;
}
</style>