Shades of Blue Violet #8619DB
Tints of Blue Violet #8619DB
RGB
CMYK
RGB Variations
Color information
#8619DB (or 0x8619DB) is known color: Blue Violet. HEX triplet: 86, 19 and DB. RGB value is (134,25,219). Sum of RGB (Red+Green+Blue) = 134+25+219=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #8619DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619DB is #79E624. Grayscale: #4F4F4F. Windows color (decimal): -7988773 or 14358918. OLE color: 14358918.
HSL color Cylindrical-coordinate representation of color #8619DB: hue angle of 273.71º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8619DB is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 25 | 219 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.14 |
| HSL | 273.71º | 0.8% | 0.48% | - |
| HSV(B) | 273.71º | 0.89% | 0.86% | - |
| XYZ | 22.97 | 10.88 | 67.91 | - |
| YUV | 79.71 | 206.61 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 219 | 0.39 | 0.89 | 0 | 0.14 | 273.71 | 0.8 | 0.48 |
| Hex | 86 | 19 | DB | 27 | 59 | 0 | E | 112 | 50 | 30 |
| Octal | 206 | 31 | 333 | 47 | 131 | 0 | 16 | 422 | 120 | 60 |
| Binary | 10000110 | 11001 | 11011011 | 100111 | 1011001 | 0 | 1110 | 100010010 | 1010000 | 110000 |
Color Harmonies of #8619DB
Complementary color
Monochromatic Colors of #8619DB
Black with #8619DB
Text Example
Text Example
White with #8619DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619DB; }
p { color: rgb(134,25,219); }
H1.HeaderClassName
{
color: #8619DB;
}
.AnyTagClassName
{
color: #8619DB;
}
</style>
background-color css
<style>
a { background-color: #8619DB; }
a { background-color: rgb(134,25,219); }
div.DivClassName
{
background-color: #8619DB;
}
.BgClassName
{
background-color: #8619DB;
}
</style>
border-color css
<style>
span { border-color: #8619DB; }
span { border-color: rgb(134,25,219); }
td.TdClassName
{
border-color: #8619DB;
}
.TagClassName
{
border-color: #8619DB;
}
</style>