Shades of Blue Violet #8816DA
Tints of Blue Violet #8816DA
RGB
CMYK
RGB Variations
Color information
#8816DA (or 0x8816DA) is known color: Blue Violet. HEX triplet: 88, 16 and DA. RGB value is (136,22,218). Sum of RGB (Red+Green+Blue) = 136+22+218=376 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.17% from 376); Green value is 22 (8.98% from 255 or 5.85% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #8816DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816DA is #77E925. Grayscale: #4D4D4D. Windows color (decimal): -7858470 or 14292616. OLE color: 14292616.
HSL color Cylindrical-coordinate representation of color #8816DA: hue angle of 274.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8816DA is Cyan = 0.38, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 22 | 218 | - |
| CMYK | 0.38 | 0.90 | 0 | 0.15 |
| HSL | 274.9º | 0.82% | 0.47% | - |
| HSV(B) | 274.9º | 0.9% | 0.85% | - |
| XYZ | 23.1 | 10.87 | 67.21 | - |
| YUV | 78.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 218 | 0.38 | 0.90 | 0 | 0.15 | 274.9 | 0.82 | 0.47 |
| Hex | 88 | 16 | DA | 26 | 5A | 0 | F | 113 | 52 | 2F |
| Octal | 210 | 26 | 332 | 46 | 132 | 0 | 17 | 423 | 122 | 57 |
| Binary | 10001000 | 10110 | 11011010 | 100110 | 1011010 | 0 | 1111 | 100010011 | 1010010 | 101111 |
Color Harmonies of #8816DA
Complementary color
Monochromatic Colors of #8816DA
Black with #8816DA
Text Example
Text Example
White with #8816DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8816DA; }
p { color: rgb(136,22,218); }
H1.HeaderClassName
{
color: #8816DA;
}
.AnyTagClassName
{
color: #8816DA;
}
</style>
background-color css
<style>
a { background-color: #8816DA; }
a { background-color: rgb(136,22,218); }
div.DivClassName
{
background-color: #8816DA;
}
.BgClassName
{
background-color: #8816DA;
}
</style>
border-color css
<style>
span { border-color: #8816DA; }
span { border-color: rgb(136,22,218); }
td.TdClassName
{
border-color: #8816DA;
}
.TagClassName
{
border-color: #8816DA;
}
</style>