Shades of Blue Violet #8619F0
Tints of Blue Violet #8619F0
RGB
CMYK
RGB Variations
Color information
#8619F0 (or 0x8619F0) is known color: Blue Violet. HEX triplet: 86, 19 and F0. RGB value is (134,25,240). Sum of RGB (Red+Green+Blue) = 134+25+240=399 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.58% from 399); Green value is 25 (10.16% from 255 or 6.27% from 399); Blue value is 240 (94.14% from 255 or 60.15% from 399); Max value from RGB is 240 - color contains mainly: blue. Hex color #8619F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8619F0 is #79E60F. Grayscale: #515151. Windows color (decimal): -7988752 or 15735174. OLE color: 15735174.
HSL color Cylindrical-coordinate representation of color #8619F0: hue angle of 270.42º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8619F0 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 25 | 240 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.06 |
| HSL | 270.42º | 0.88% | 0.52% | - |
| HSV(B) | 270.42º | 0.9% | 0.94% | - |
| XYZ | 25.91 | 12.05 | 83.4 | - |
| YUV | 82.1 | 217.11 | 165.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 240 | 0.44 | 0.90 | 0 | 0.06 | 270.42 | 0.88 | 0.52 |
| Hex | 86 | 19 | F0 | 2C | 5A | 0 | 6 | 10E | 58 | 34 |
| Octal | 206 | 31 | 360 | 54 | 132 | 0 | 6 | 416 | 130 | 64 |
| Binary | 10000110 | 11001 | 11110000 | 101100 | 1011010 | 0 | 110 | 100001110 | 1011000 | 110100 |
Color Harmonies of #8619F0
Complementary color
Monochromatic Colors of #8619F0
Black with #8619F0
Text Example
Text Example
White with #8619F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619F0; }
p { color: rgb(134,25,240); }
H1.HeaderClassName
{
color: #8619F0;
}
.AnyTagClassName
{
color: #8619F0;
}
</style>
background-color css
<style>
a { background-color: #8619F0; }
a { background-color: rgb(134,25,240); }
div.DivClassName
{
background-color: #8619F0;
}
.BgClassName
{
background-color: #8619F0;
}
</style>
border-color css
<style>
span { border-color: #8619F0; }
span { border-color: rgb(134,25,240); }
td.TdClassName
{
border-color: #8619F0;
}
.TagClassName
{
border-color: #8619F0;
}
</style>