Shades of Blue Violet #8319ED
Tints of Blue Violet #8319ED
RGB
CMYK
RGB Variations
Color information
#8319ED (or 0x8319ED) is known color: Blue Violet. HEX triplet: 83, 19 and ED. RGB value is (131,25,237). Sum of RGB (Red+Green+Blue) = 131+25+237=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #8319ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8319ED is #7CE612. Grayscale: #505050. Windows color (decimal): -8185363 or 15538563. OLE color: 15538563.
HSL color Cylindrical-coordinate representation of color #8319ED: hue angle of 270º 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 #8319ED is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 131 | 25 | 237 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.07 |
| HSL | 270º | 0.85% | 0.51% | - |
| HSV(B) | 270º | 0.89% | 0.93% | - |
| XYZ | 24.99 | 11.63 | 81.05 | - |
| YUV | 80.86 | 216.12 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 25 | 237 | 0.45 | 0.89 | 0 | 0.07 | 270 | 0.85 | 0.51 |
| Hex | 83 | 19 | ED | 2D | 59 | 0 | 7 | 10E | 55 | 33 |
| Octal | 203 | 31 | 355 | 55 | 131 | 0 | 7 | 416 | 125 | 63 |
| Binary | 10000011 | 11001 | 11101101 | 101101 | 1011001 | 0 | 111 | 100001110 | 1010101 | 110011 |
Color Harmonies of #8319ED
Complementary color
Monochromatic Colors of #8319ED
Black with #8319ED
Text Example
Text Example
White with #8319ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8319ED; }
p { color: rgb(131,25,237); }
H1.HeaderClassName
{
color: #8319ED;
}
.AnyTagClassName
{
color: #8319ED;
}
</style>
background-color css
<style>
a { background-color: #8319ED; }
a { background-color: rgb(131,25,237); }
div.DivClassName
{
background-color: #8319ED;
}
.BgClassName
{
background-color: #8319ED;
}
</style>
border-color css
<style>
span { border-color: #8319ED; }
span { border-color: rgb(131,25,237); }
td.TdClassName
{
border-color: #8319ED;
}
.TagClassName
{
border-color: #8319ED;
}
</style>