Shades of Blue Violet #8221CC
Tints of Blue Violet #8221CC
RGB
CMYK
RGB Variations
Color information
#8221CC (or 0x8221CC) is known color: Blue Violet. HEX triplet: 82, 21 and CC. RGB value is (130,33,204). Sum of RGB (Red+Green+Blue) = 130+33+204=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 33 (13.28% from 255 or 8.99% from 367); Blue value is 204 (80.08% from 255 or 55.59% from 367); Max value from RGB is 204 - color contains mainly: blue. Hex color #8221CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8221CC is #7DDE33. Grayscale: #505050. Windows color (decimal): -8248884 or 13377922. OLE color: 13377922.
HSL color Cylindrical-coordinate representation of color #8221CC: hue angle of 274.04º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8221CC is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 130 | 33 | 204 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.2 |
| HSL | 274.04º | 0.72% | 0.46% | - |
| HSV(B) | 274.04º | 0.84% | 0.8% | - |
| XYZ | 20.65 | 10.19 | 58.01 | - |
| YUV | 81.5 | 197.14 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 33 | 204 | 0.36 | 0.84 | 0 | 0.2 | 274.04 | 0.72 | 0.46 |
| Hex | 82 | 21 | CC | 24 | 54 | 0 | 14 | 112 | 48 | 2E |
| Octal | 202 | 41 | 314 | 44 | 124 | 0 | 24 | 422 | 110 | 56 |
| Binary | 10000010 | 100001 | 11001100 | 100100 | 1010100 | 0 | 10100 | 100010010 | 1001000 | 101110 |
Color Harmonies of #8221CC
Complementary color
Monochromatic Colors of #8221CC
Black with #8221CC
Text Example
Text Example
White with #8221CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8221CC; }
p { color: rgb(130,33,204); }
H1.HeaderClassName
{
color: #8221CC;
}
.AnyTagClassName
{
color: #8221CC;
}
</style>
background-color css
<style>
a { background-color: #8221CC; }
a { background-color: rgb(130,33,204); }
div.DivClassName
{
background-color: #8221CC;
}
.BgClassName
{
background-color: #8221CC;
}
</style>
border-color css
<style>
span { border-color: #8221CC; }
span { border-color: rgb(130,33,204); }
td.TdClassName
{
border-color: #8221CC;
}
.TagClassName
{
border-color: #8221CC;
}
</style>