Shades of Blue Violet #8217ED
Tints of Blue Violet #8217ED
RGB
CMYK
RGB Variations
Color information
#8217ED (or 0x8217ED) is known color: Blue Violet. HEX triplet: 82, 17 and ED. RGB value is (130,23,237). Sum of RGB (Red+Green+Blue) = 130+23+237=390 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.33% from 390); Green value is 23 (9.38% from 255 or 5.90% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #8217ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8217ED is #7DE812. Grayscale: #4E4E4E. Windows color (decimal): -8251411 or 15538050. OLE color: 15538050.
HSL color Cylindrical-coordinate representation of color #8217ED: hue angle of 270º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8217ED is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 23 | 237 | - |
| CMYK | 0.45 | 0.90 | 0 | 0.07 |
| HSL | 270º | 0.86% | 0.51% | - |
| HSV(B) | 270º | 0.9% | 0.93% | - |
| XYZ | 24.8 | 11.47 | 81.03 | - |
| YUV | 79.39 | 216.95 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 237 | 0.45 | 0.90 | 0 | 0.07 | 270 | 0.86 | 0.51 |
| Hex | 82 | 17 | ED | 2D | 5A | 0 | 7 | 10E | 56 | 33 |
| Octal | 202 | 27 | 355 | 55 | 132 | 0 | 7 | 416 | 126 | 63 |
| Binary | 10000010 | 10111 | 11101101 | 101101 | 1011010 | 0 | 111 | 100001110 | 1010110 | 110011 |
Color Harmonies of #8217ED
Complementary color
Monochromatic Colors of #8217ED
Black with #8217ED
Text Example
Text Example
White with #8217ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217ED; }
p { color: rgb(130,23,237); }
H1.HeaderClassName
{
color: #8217ED;
}
.AnyTagClassName
{
color: #8217ED;
}
</style>
background-color css
<style>
a { background-color: #8217ED; }
a { background-color: rgb(130,23,237); }
div.DivClassName
{
background-color: #8217ED;
}
.BgClassName
{
background-color: #8217ED;
}
</style>
border-color css
<style>
span { border-color: #8217ED; }
span { border-color: rgb(130,23,237); }
td.TdClassName
{
border-color: #8217ED;
}
.TagClassName
{
border-color: #8217ED;
}
</style>