Shades of Blue Violet #8221CE
Tints of Blue Violet #8221CE
RGB
CMYK
RGB Variations
Color information
#8221CE (or 0x8221CE) is known color: Blue Violet. HEX triplet: 82, 21 and CE. RGB value is (130,33,206). Sum of RGB (Red+Green+Blue) = 130+33+206=369 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.23% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #8221CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221CE is #7DDE31. Grayscale: #515151. Windows color (decimal): -8248882 or 13508994. OLE color: 13508994.
HSL color Cylindrical-coordinate representation of color #8221CE: hue angle of 273.64º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8221CE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 33 | 206 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.19 |
| HSL | 273.64º | 0.72% | 0.47% | - |
| HSV(B) | 273.64º | 0.84% | 0.81% | - |
| XYZ | 20.89 | 10.29 | 59.28 | - |
| YUV | 81.73 | 198.14 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 206 | 0.37 | 0.84 | 0 | 0.19 | 273.64 | 0.72 | 0.47 |
| Hex | 82 | 21 | CE | 25 | 54 | 0 | 13 | 112 | 48 | 2F |
| Octal | 202 | 41 | 316 | 45 | 124 | 0 | 23 | 422 | 110 | 57 |
| Binary | 10000010 | 100001 | 11001110 | 100101 | 1010100 | 0 | 10011 | 100010010 | 1001000 | 101111 |
Color Harmonies of #8221CE
Complementary color
Monochromatic Colors of #8221CE
Black with #8221CE
Text Example
Text Example
White with #8221CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221CE; }
p { color: rgb(130,33,206); }
H1.HeaderClassName
{
color: #8221CE;
}
.AnyTagClassName
{
color: #8221CE;
}
</style>
background-color css
<style>
a { background-color: #8221CE; }
a { background-color: rgb(130,33,206); }
div.DivClassName
{
background-color: #8221CE;
}
.BgClassName
{
background-color: #8221CE;
}
</style>
border-color css
<style>
span { border-color: #8221CE; }
span { border-color: rgb(130,33,206); }
td.TdClassName
{
border-color: #8221CE;
}
.TagClassName
{
border-color: #8221CE;
}
</style>