Shades of Blue Violet #8619D8
Tints of Blue Violet #8619D8
RGB
CMYK
RGB Variations
Color information
#8619D8 (or 0x8619D8) is known color: Blue Violet. HEX triplet: 86, 19 and D8. RGB value is (134,25,216). Sum of RGB (Red+Green+Blue) = 134+25+216=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 25 (10.16% from 255 or 6.67% from 375); Blue value is 216 (84.77% from 255 or 57.6% from 375); Max value from RGB is 216 - color contains mainly: blue. Hex color #8619D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619D8 is #79E627. Grayscale: #4E4E4E. Windows color (decimal): -7988776 or 14162310. OLE color: 14162310.
HSL color Cylindrical-coordinate representation of color #8619D8: hue angle of 274.24º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8619D8 is Cyan = 0.38, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 25 | 216 | - |
| CMYK | 0.38 | 0.88 | 0 | 0.15 |
| HSL | 274.24º | 0.79% | 0.47% | - |
| HSV(B) | 274.24º | 0.88% | 0.85% | - |
| XYZ | 22.57 | 10.72 | 65.85 | - |
| YUV | 79.37 | 205.11 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 216 | 0.38 | 0.88 | 0 | 0.15 | 274.24 | 0.79 | 0.47 |
| Hex | 86 | 19 | D8 | 26 | 58 | 0 | F | 112 | 4F | 2F |
| Octal | 206 | 31 | 330 | 46 | 130 | 0 | 17 | 422 | 117 | 57 |
| Binary | 10000110 | 11001 | 11011000 | 100110 | 1011000 | 0 | 1111 | 100010010 | 1001111 | 101111 |
Color Harmonies of #8619D8
Complementary color
Monochromatic Colors of #8619D8
Black with #8619D8
Text Example
Text Example
White with #8619D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619D8; }
p { color: rgb(134,25,216); }
H1.HeaderClassName
{
color: #8619D8;
}
.AnyTagClassName
{
color: #8619D8;
}
</style>
background-color css
<style>
a { background-color: #8619D8; }
a { background-color: rgb(134,25,216); }
div.DivClassName
{
background-color: #8619D8;
}
.BgClassName
{
background-color: #8619D8;
}
</style>
border-color css
<style>
span { border-color: #8619D8; }
span { border-color: rgb(134,25,216); }
td.TdClassName
{
border-color: #8619D8;
}
.TagClassName
{
border-color: #8619D8;
}
</style>