Shades of Blue Violet #8619DD
Tints of Blue Violet #8619DD
RGB
CMYK
RGB Variations
Color information
#8619DD (or 0x8619DD) is known color: Blue Violet. HEX triplet: 86, 19 and DD. RGB value is (134,25,221). Sum of RGB (Red+Green+Blue) = 134+25+221=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #8619DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619DD is #79E622. Grayscale: #4F4F4F. Windows color (decimal): -7988771 or 14489990. OLE color: 14489990.
HSL color Cylindrical-coordinate representation of color #8619DD: hue angle of 273.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8619DD is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 25 | 221 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.13 |
| HSL | 273.37º | 0.8% | 0.48% | - |
| HSV(B) | 273.37º | 0.89% | 0.87% | - |
| XYZ | 23.23 | 10.98 | 69.3 | - |
| YUV | 79.94 | 207.61 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 221 | 0.39 | 0.89 | 0 | 0.13 | 273.37 | 0.8 | 0.48 |
| Hex | 86 | 19 | DD | 27 | 59 | 0 | D | 111 | 50 | 30 |
| Octal | 206 | 31 | 335 | 47 | 131 | 0 | 15 | 421 | 120 | 60 |
| Binary | 10000110 | 11001 | 11011101 | 100111 | 1011001 | 0 | 1101 | 100010001 | 1010000 | 110000 |
Color Harmonies of #8619DD
Complementary color
Monochromatic Colors of #8619DD
Black with #8619DD
Text Example
Text Example
White with #8619DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619DD; }
p { color: rgb(134,25,221); }
H1.HeaderClassName
{
color: #8619DD;
}
.AnyTagClassName
{
color: #8619DD;
}
</style>
background-color css
<style>
a { background-color: #8619DD; }
a { background-color: rgb(134,25,221); }
div.DivClassName
{
background-color: #8619DD;
}
.BgClassName
{
background-color: #8619DD;
}
</style>
border-color css
<style>
span { border-color: #8619DD; }
span { border-color: rgb(134,25,221); }
td.TdClassName
{
border-color: #8619DD;
}
.TagClassName
{
border-color: #8619DD;
}
</style>