Shades of Blue Violet #8217CE
Tints of Blue Violet #8217CE
RGB
CMYK
RGB Variations
Color information
#8217CE (or 0x8217CE) is known color: Blue Violet. HEX triplet: 82, 17 and CE. RGB value is (130,23,206). Sum of RGB (Red+Green+Blue) = 130+23+206=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 23 (9.38% from 255 or 6.41% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #8217CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8217CE is #7DE831. Grayscale: #4B4B4B. Windows color (decimal): -8251442 or 13506434. OLE color: 13506434.
HSL color Cylindrical-coordinate representation of color #8217CE: hue angle of 275.08º 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 #8217CE is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 23 | 206 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.19 |
| HSL | 275.08º | 0.8% | 0.45% | - |
| HSV(B) | 275.08º | 0.89% | 0.81% | - |
| XYZ | 20.65 | 9.81 | 59.2 | - |
| YUV | 75.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 23 | 206 | 0.37 | 0.89 | 0 | 0.19 | 275.08 | 0.8 | 0.45 |
| Hex | 82 | 17 | CE | 25 | 59 | 0 | 13 | 113 | 50 | 2D |
| Octal | 202 | 27 | 316 | 45 | 131 | 0 | 23 | 423 | 120 | 55 |
| Binary | 10000010 | 10111 | 11001110 | 100101 | 1011001 | 0 | 10011 | 100010011 | 1010000 | 101101 |
Color Harmonies of #8217CE
Complementary color
Monochromatic Colors of #8217CE
Black with #8217CE
Text Example
Text Example
White with #8217CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8217CE; }
p { color: rgb(130,23,206); }
H1.HeaderClassName
{
color: #8217CE;
}
.AnyTagClassName
{
color: #8217CE;
}
</style>
background-color css
<style>
a { background-color: #8217CE; }
a { background-color: rgb(130,23,206); }
div.DivClassName
{
background-color: #8217CE;
}
.BgClassName
{
background-color: #8217CE;
}
</style>
border-color css
<style>
span { border-color: #8217CE; }
span { border-color: rgb(130,23,206); }
td.TdClassName
{
border-color: #8217CE;
}
.TagClassName
{
border-color: #8217CE;
}
</style>