Shades of Blue Violet #8619ED
Tints of Blue Violet #8619ED
RGB
CMYK
RGB Variations
Color information
#8619ED (or 0x8619ED) is known color: Blue Violet. HEX triplet: 86, 19 and ED. RGB value is (134,25,237). Sum of RGB (Red+Green+Blue) = 134+25+237=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 237 (92.97% from 255 or 59.85% from 396); Max value from RGB is 237 - color contains mainly: blue. Hex color #8619ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8619ED is #79E612. Grayscale: #515151. Windows color (decimal): -7988755 or 15538566. OLE color: 15538566.
HSL color Cylindrical-coordinate representation of color #8619ED: hue angle of 270.85º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8619ED is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 25 | 237 | - |
| CMYK | 0.43 | 0.89 | 0 | 0.07 |
| HSL | 270.85º | 0.85% | 0.51% | - |
| HSV(B) | 270.85º | 0.89% | 0.93% | - |
| XYZ | 25.47 | 11.88 | 81.07 | - |
| YUV | 81.76 | 215.61 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 25 | 237 | 0.43 | 0.89 | 0 | 0.07 | 270.85 | 0.85 | 0.51 |
| Hex | 86 | 19 | ED | 2B | 59 | 0 | 7 | 10F | 55 | 33 |
| Octal | 206 | 31 | 355 | 53 | 131 | 0 | 7 | 417 | 125 | 63 |
| Binary | 10000110 | 11001 | 11101101 | 101011 | 1011001 | 0 | 111 | 100001111 | 1010101 | 110011 |
Color Harmonies of #8619ED
Complementary color
Monochromatic Colors of #8619ED
Black with #8619ED
Text Example
Text Example
White with #8619ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8619ED; }
p { color: rgb(134,25,237); }
H1.HeaderClassName
{
color: #8619ED;
}
.AnyTagClassName
{
color: #8619ED;
}
</style>
background-color css
<style>
a { background-color: #8619ED; }
a { background-color: rgb(134,25,237); }
div.DivClassName
{
background-color: #8619ED;
}
.BgClassName
{
background-color: #8619ED;
}
</style>
border-color css
<style>
span { border-color: #8619ED; }
span { border-color: rgb(134,25,237); }
td.TdClassName
{
border-color: #8619ED;
}
.TagClassName
{
border-color: #8619ED;
}
</style>