Shades of Blue Violet #8619FA
Tints of Blue Violet #8619FA
RGB
CMYK
RGB Variations
Color information
#8619FA (or 0x8619FA) is known color: Blue Violet. HEX triplet: 86, 19 and FA. RGB value is (134,25,250). Sum of RGB (Red+Green+Blue) = 134+25+250=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 25 (10.16% from 255 or 6.11% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #8619FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8619FA is #79E605. Grayscale: #525252. Windows color (decimal): -7988742 or 16390534. OLE color: 16390534.
HSL color Cylindrical-coordinate representation of color #8619FA: hue angle of 269.07º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8619FA is Cyan = 0.46, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 25 | 250 | - |
| CMYK | 0.46 | 0.9 | 0 | 0.02 |
| HSL | 269.07º | 0.96% | 0.54% | - |
| HSV(B) | 269.07º | 0.9% | 0.98% | - |
| XYZ | 27.43 | 12.67 | 91.44 | - |
| YUV | 83.24 | 222.11 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 250 | 0.46 | 0.9 | 0 | 0.02 | 269.07 | 0.96 | 0.54 |
| Hex | 86 | 19 | FA | 2E | 5A | 0 | 2 | 10D | 60 | 36 |
| Octal | 206 | 31 | 372 | 56 | 132 | 0 | 2 | 415 | 140 | 66 |
| Binary | 10000110 | 11001 | 11111010 | 101110 | 1011010 | 0 | 10 | 100001101 | 1100000 | 110110 |
Color Harmonies of #8619FA
Complementary color
Monochromatic Colors of #8619FA
Black with #8619FA
Text Example
Text Example
White with #8619FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619FA; }
p { color: rgb(134,25,250); }
H1.HeaderClassName
{
color: #8619FA;
}
.AnyTagClassName
{
color: #8619FA;
}
</style>
background-color css
<style>
a { background-color: #8619FA; }
a { background-color: rgb(134,25,250); }
div.DivClassName
{
background-color: #8619FA;
}
.BgClassName
{
background-color: #8619FA;
}
</style>
border-color css
<style>
span { border-color: #8619FA; }
span { border-color: rgb(134,25,250); }
td.TdClassName
{
border-color: #8619FA;
}
.TagClassName
{
border-color: #8619FA;
}
</style>