Shades of Blue Violet #8816F7
Tints of Blue Violet #8816F7
RGB
CMYK
RGB Variations
Color information
#8816F7 (or 0x8816F7) is known color: Blue Violet. HEX triplet: 88, 16 and F7. RGB value is (136,22,247). Sum of RGB (Red+Green+Blue) = 136+22+247=405 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.58% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 247 (96.88% from 255 or 60.99% from 405); Max value from RGB is 247 - color contains mainly: blue. Hex color #8816F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8816F7 is #77E908. Grayscale: #505050. Windows color (decimal): -7858441 or 16193160. OLE color: 16193160.
HSL color Cylindrical-coordinate representation of color #8816F7: hue angle of 270.4º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8816F7 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 136 | 22 | 247 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.03 |
| HSL | 270.4º | 0.93% | 0.53% | - |
| HSV(B) | 270.4º | 0.91% | 0.97% | - |
| XYZ | 27.23 | 12.52 | 88.98 | - |
| YUV | 81.74 | 221.27 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 247 | 0.45 | 0.91 | 0 | 0.03 | 270.4 | 0.93 | 0.53 |
| Hex | 88 | 16 | F7 | 2D | 5B | 0 | 3 | 10E | 5D | 35 |
| Octal | 210 | 26 | 367 | 55 | 133 | 0 | 3 | 416 | 135 | 65 |
| Binary | 10001000 | 10110 | 11110111 | 101101 | 1011011 | 0 | 11 | 100001110 | 1011101 | 110101 |
Color Harmonies of #8816F7
Complementary color
Monochromatic Colors of #8816F7
Black with #8816F7
Text Example
Text Example
White with #8816F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816F7; }
p { color: rgb(136,22,247); }
H1.HeaderClassName
{
color: #8816F7;
}
.AnyTagClassName
{
color: #8816F7;
}
</style>
background-color css
<style>
a { background-color: #8816F7; }
a { background-color: rgb(136,22,247); }
div.DivClassName
{
background-color: #8816F7;
}
.BgClassName
{
background-color: #8816F7;
}
</style>
border-color css
<style>
span { border-color: #8816F7; }
span { border-color: rgb(136,22,247); }
td.TdClassName
{
border-color: #8816F7;
}
.TagClassName
{
border-color: #8816F7;
}
</style>