Shades of Blue Violet #8237CF
Tints of Blue Violet #8237CF
RGB
CMYK
RGB Variations
Color information
#8237CF (or 0x8237CF) is known color: Blue Violet. HEX triplet: 82, 37 and CF. RGB value is (130,55,207). Sum of RGB (Red+Green+Blue) = 130+55+207=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 55 (21.88% from 255 or 14.03% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #8237CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8237CF is #7DC830. Grayscale: #5E5E5E. Windows color (decimal): -8243249 or 13580162. OLE color: 13580162.
HSL color Cylindrical-coordinate representation of color #8237CF: hue angle of 269.61º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8237CF is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 55 | 207 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.19 |
| HSL | 269.61º | 0.61% | 0.51% | - |
| HSV(B) | 269.61º | 0.73% | 0.81% | - |
| XYZ | 21.83 | 11.98 | 60.19 | - |
| YUV | 94.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 55 | 207 | 0.37 | 0.73 | 0 | 0.19 | 269.61 | 0.61 | 0.51 |
| Hex | 82 | 37 | CF | 25 | 49 | 0 | 13 | 10E | 3D | 33 |
| Octal | 202 | 67 | 317 | 45 | 111 | 0 | 23 | 416 | 75 | 63 |
| Binary | 10000010 | 110111 | 11001111 | 100101 | 1001001 | 0 | 10011 | 100001110 | 111101 | 110011 |
Color Harmonies of #8237CF
Complementary color
Monochromatic Colors of #8237CF
Black with #8237CF
Text Example
Text Example
White with #8237CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8237CF; }
p { color: rgb(130,55,207); }
H1.HeaderClassName
{
color: #8237CF;
}
.AnyTagClassName
{
color: #8237CF;
}
</style>
background-color css
<style>
a { background-color: #8237CF; }
a { background-color: rgb(130,55,207); }
div.DivClassName
{
background-color: #8237CF;
}
.BgClassName
{
background-color: #8237CF;
}
</style>
border-color css
<style>
span { border-color: #8237CF; }
span { border-color: rgb(130,55,207); }
td.TdClassName
{
border-color: #8237CF;
}
.TagClassName
{
border-color: #8237CF;
}
</style>