Shades of Blue Violet #8220C8
Tints of Blue Violet #8220C8
RGB
CMYK
RGB Variations
Color information
#8220C8 (or 0x8220C8) is known color: Blue Violet. HEX triplet: 82, 20 and C8. RGB value is (130,32,200). Sum of RGB (Red+Green+Blue) = 130+32+200=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 200 (78.52% from 255 or 55.25% from 362); Max value from RGB is 200 - color contains mainly: blue. Hex color #8220C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8220C8 is #7DDF37. Grayscale: #4F4F4F. Windows color (decimal): -8249144 or 13115522. OLE color: 13115522.
HSL color Cylindrical-coordinate representation of color #8220C8: hue angle of 275º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8220C8 is Cyan = 0.35, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 32 | 200 | - |
| CMYK | 0.35 | 0.84 | 0 | 0.22 |
| HSL | 275º | 0.72% | 0.45% | - |
| HSV(B) | 275º | 0.84% | 0.78% | - |
| XYZ | 20.15 | 9.95 | 55.5 | - |
| YUV | 80.45 | 195.47 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 32 | 200 | 0.35 | 0.84 | 0 | 0.22 | 275 | 0.72 | 0.45 |
| Hex | 82 | 20 | C8 | 23 | 54 | 0 | 16 | 113 | 48 | 2D |
| Octal | 202 | 40 | 310 | 43 | 124 | 0 | 26 | 423 | 110 | 55 |
| Binary | 10000010 | 100000 | 11001000 | 100011 | 1010100 | 0 | 10110 | 100010011 | 1001000 | 101101 |
Color Harmonies of #8220C8
Complementary color
Monochromatic Colors of #8220C8
Black with #8220C8
Text Example
Text Example
White with #8220C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8220C8; }
p { color: rgb(130,32,200); }
H1.HeaderClassName
{
color: #8220C8;
}
.AnyTagClassName
{
color: #8220C8;
}
</style>
background-color css
<style>
a { background-color: #8220C8; }
a { background-color: rgb(130,32,200); }
div.DivClassName
{
background-color: #8220C8;
}
.BgClassName
{
background-color: #8220C8;
}
</style>
border-color css
<style>
span { border-color: #8220C8; }
span { border-color: rgb(130,32,200); }
td.TdClassName
{
border-color: #8220C8;
}
.TagClassName
{
border-color: #8220C8;
}
</style>