Shades of Blue Violet #8619CF
Tints of Blue Violet #8619CF
RGB
CMYK
RGB Variations
Color information
#8619CF (or 0x8619CF) is known color: Blue Violet. HEX triplet: 86, 19 and CF. RGB value is (134,25,207). Sum of RGB (Red+Green+Blue) = 134+25+207=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 25 (10.16% from 255 or 6.83% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #8619CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8619CF is #79E630. Grayscale: #4D4D4D. Windows color (decimal): -7988785 or 13572486. OLE color: 13572486.
HSL color Cylindrical-coordinate representation of color #8619CF: hue angle of 275.93º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8619CF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 25 | 207 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.19 |
| HSL | 275.93º | 0.78% | 0.45% | - |
| HSV(B) | 275.93º | 0.88% | 0.81% | - |
| XYZ | 21.44 | 10.27 | 59.88 | - |
| YUV | 78.34 | 200.61 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 207 | 0.35 | 0.88 | 0 | 0.19 | 275.93 | 0.78 | 0.45 |
| Hex | 86 | 19 | CF | 23 | 58 | 0 | 13 | 114 | 4E | 2D |
| Octal | 206 | 31 | 317 | 43 | 130 | 0 | 23 | 424 | 116 | 55 |
| Binary | 10000110 | 11001 | 11001111 | 100011 | 1011000 | 0 | 10011 | 100010100 | 1001110 | 101101 |
Color Harmonies of #8619CF
Complementary color
Monochromatic Colors of #8619CF
Black with #8619CF
Text Example
Text Example
White with #8619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619CF; }
p { color: rgb(134,25,207); }
H1.HeaderClassName
{
color: #8619CF;
}
.AnyTagClassName
{
color: #8619CF;
}
</style>
background-color css
<style>
a { background-color: #8619CF; }
a { background-color: rgb(134,25,207); }
div.DivClassName
{
background-color: #8619CF;
}
.BgClassName
{
background-color: #8619CF;
}
</style>
border-color css
<style>
span { border-color: #8619CF; }
span { border-color: rgb(134,25,207); }
td.TdClassName
{
border-color: #8619CF;
}
.TagClassName
{
border-color: #8619CF;
}
</style>