Shades of Blue Violet #8236ED
Tints of Blue Violet #8236ED
RGB
CMYK
RGB Variations
Color information
#8236ED (or 0x8236ED) is known color: Blue Violet. HEX triplet: 82, 36 and ED. RGB value is (130,54,237). Sum of RGB (Red+Green+Blue) = 130+54+237=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 237 (92.97% from 255 or 56.29% from 421); Max value from RGB is 237 - color contains mainly: blue. Hex color #8236ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8236ED is #7DC912. Grayscale: #606060. Windows color (decimal): -8243475 or 15545986. OLE color: 15545986.
HSL color Cylindrical-coordinate representation of color #8236ED: hue angle of 264.92º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8236ED is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 54 | 237 | - |
| CMYK | 0.45 | 0.77 | 0 | 0.07 |
| HSL | 264.92º | 0.84% | 0.57% | - |
| HSV(B) | 264.92º | 0.77% | 0.93% | - |
| XYZ | 25.81 | 13.5 | 81.37 | - |
| YUV | 97.59 | 206.68 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 54 | 237 | 0.45 | 0.77 | 0 | 0.07 | 264.92 | 0.84 | 0.57 |
| Hex | 82 | 36 | ED | 2D | 4D | 0 | 7 | 109 | 54 | 39 |
| Octal | 202 | 66 | 355 | 55 | 115 | 0 | 7 | 411 | 124 | 71 |
| Binary | 10000010 | 110110 | 11101101 | 101101 | 1001101 | 0 | 111 | 100001001 | 1010100 | 111001 |
Color Harmonies of #8236ED
Complementary color
Monochromatic Colors of #8236ED
Black with #8236ED
Text Example
Text Example
White with #8236ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8236ED; }
p { color: rgb(130,54,237); }
H1.HeaderClassName
{
color: #8236ED;
}
.AnyTagClassName
{
color: #8236ED;
}
</style>
background-color css
<style>
a { background-color: #8236ED; }
a { background-color: rgb(130,54,237); }
div.DivClassName
{
background-color: #8236ED;
}
.BgClassName
{
background-color: #8236ED;
}
</style>
border-color css
<style>
span { border-color: #8236ED; }
span { border-color: rgb(130,54,237); }
td.TdClassName
{
border-color: #8236ED;
}
.TagClassName
{
border-color: #8236ED;
}
</style>