Shades of Blue Violet #8217CF
Tints of Blue Violet #8217CF
RGB
CMYK
RGB Variations
Color information
#8217CF (or 0x8217CF) is known color: Blue Violet. HEX triplet: 82, 17 and CF. RGB value is (130,23,207). Sum of RGB (Red+Green+Blue) = 130+23+207=360 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.11% from 360); Green value is 23 (9.38% from 255 or 6.39% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #8217CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217CF is #7DE830. Grayscale: #4B4B4B. Windows color (decimal): -8251441 or 13571970. OLE color: 13571970.
HSL color Cylindrical-coordinate representation of color #8217CF: hue angle of 274.89º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8217CF is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 23 | 207 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.19 |
| HSL | 274.89º | 0.8% | 0.45% | - |
| HSV(B) | 274.89º | 0.89% | 0.81% | - |
| XYZ | 20.77 | 9.86 | 59.84 | - |
| YUV | 75.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 207 | 0.37 | 0.89 | 0 | 0.19 | 274.89 | 0.8 | 0.45 |
| Hex | 82 | 17 | CF | 25 | 59 | 0 | 13 | 113 | 50 | 2D |
| Octal | 202 | 27 | 317 | 45 | 131 | 0 | 23 | 423 | 120 | 55 |
| Binary | 10000010 | 10111 | 11001111 | 100101 | 1011001 | 0 | 10011 | 100010011 | 1010000 | 101101 |
Color Harmonies of #8217CF
Complementary color
Monochromatic Colors of #8217CF
Black with #8217CF
Text Example
Text Example
White with #8217CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217CF; }
p { color: rgb(130,23,207); }
H1.HeaderClassName
{
color: #8217CF;
}
.AnyTagClassName
{
color: #8217CF;
}
</style>
background-color css
<style>
a { background-color: #8217CF; }
a { background-color: rgb(130,23,207); }
div.DivClassName
{
background-color: #8217CF;
}
.BgClassName
{
background-color: #8217CF;
}
</style>
border-color css
<style>
span { border-color: #8217CF; }
span { border-color: rgb(130,23,207); }
td.TdClassName
{
border-color: #8217CF;
}
.TagClassName
{
border-color: #8217CF;
}
</style>