Shades of Blue Violet #8021C9
Tints of Blue Violet #8021C9
RGB
CMYK
RGB Variations
Color information
#8021C9 (or 0x8021C9) is known color: Blue Violet. HEX triplet: 80, 21 and C9. RGB value is (128,33,201). Sum of RGB (Red+Green+Blue) = 128+33+201=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #8021C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8021C9 is #7FDE36. Grayscale: #4F4F4F. Windows color (decimal): -8379959 or 13181312. OLE color: 13181312.
HSL color Cylindrical-coordinate representation of color #8021C9: hue angle of 273.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8021C9 is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 33 | 201 | - |
| CMYK | 0.36 | 0.84 | 0 | 0.21 |
| HSL | 273.93º | 0.72% | 0.46% | - |
| HSV(B) | 273.93º | 0.84% | 0.79% | - |
| XYZ | 19.99 | 9.89 | 56.11 | - |
| YUV | 80.56 | 195.97 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 33 | 201 | 0.36 | 0.84 | 0 | 0.21 | 273.93 | 0.72 | 0.46 |
| Hex | 80 | 21 | C9 | 24 | 54 | 0 | 15 | 112 | 48 | 2E |
| Octal | 200 | 41 | 311 | 44 | 124 | 0 | 25 | 422 | 110 | 56 |
| Binary | 10000000 | 100001 | 11001001 | 100100 | 1010100 | 0 | 10101 | 100010010 | 1001000 | 101110 |
Color Harmonies of #8021C9
Complementary color
Monochromatic Colors of #8021C9
Black with #8021C9
Text Example
Text Example
White with #8021C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8021C9; }
p { color: rgb(128,33,201); }
H1.HeaderClassName
{
color: #8021C9;
}
.AnyTagClassName
{
color: #8021C9;
}
</style>
background-color css
<style>
a { background-color: #8021C9; }
a { background-color: rgb(128,33,201); }
div.DivClassName
{
background-color: #8021C9;
}
.BgClassName
{
background-color: #8021C9;
}
</style>
border-color css
<style>
span { border-color: #8021C9; }
span { border-color: rgb(128,33,201); }
td.TdClassName
{
border-color: #8021C9;
}
.TagClassName
{
border-color: #8021C9;
}
</style>