Shades of Blue Violet #8217D5
Tints of Blue Violet #8217D5
RGB
CMYK
RGB Variations
Color information
#8217D5 (or 0x8217D5) is known color: Blue Violet. HEX triplet: 82, 17 and D5. RGB value is (130,23,213). Sum of RGB (Red+Green+Blue) = 130+23+213=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 23 (9.38% from 255 or 6.28% from 366); Blue value is 213 (83.59% from 255 or 58.20% from 366); Max value from RGB is 213 - color contains mainly: blue. Hex color #8217D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217D5 is #7DE82A. Grayscale: #4C4C4C. Windows color (decimal): -8251435 or 13965186. OLE color: 13965186.
HSL color Cylindrical-coordinate representation of color #8217D5: hue angle of 273.79º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8217D5 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 130 | 23 | 213 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.16 |
| HSL | 273.79º | 0.81% | 0.46% | - |
| HSV(B) | 273.79º | 0.89% | 0.84% | - |
| XYZ | 21.52 | 10.16 | 63.78 | - |
| YUV | 76.65 | 204.95 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 213 | 0.39 | 0.89 | 0 | 0.16 | 273.79 | 0.81 | 0.46 |
| Hex | 82 | 17 | D5 | 27 | 59 | 0 | 10 | 112 | 51 | 2E |
| Octal | 202 | 27 | 325 | 47 | 131 | 0 | 20 | 422 | 121 | 56 |
| Binary | 10000010 | 10111 | 11010101 | 100111 | 1011001 | 0 | 10000 | 100010010 | 1010001 | 101110 |
Color Harmonies of #8217D5
Complementary color
Monochromatic Colors of #8217D5
Black with #8217D5
Text Example
Text Example
White with #8217D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217D5; }
p { color: rgb(130,23,213); }
H1.HeaderClassName
{
color: #8217D5;
}
.AnyTagClassName
{
color: #8217D5;
}
</style>
background-color css
<style>
a { background-color: #8217D5; }
a { background-color: rgb(130,23,213); }
div.DivClassName
{
background-color: #8217D5;
}
.BgClassName
{
background-color: #8217D5;
}
</style>
border-color css
<style>
span { border-color: #8217D5; }
span { border-color: rgb(130,23,213); }
td.TdClassName
{
border-color: #8217D5;
}
.TagClassName
{
border-color: #8217D5;
}
</style>