Shades of Blue Violet #8020CF
Tints of Blue Violet #8020CF
RGB
CMYK
RGB Variations
Color information
#8020CF (or 0x8020CF) is known color: Blue Violet. HEX triplet: 80, 20 and CF. RGB value is (128,32,207). Sum of RGB (Red+Green+Blue) = 128+32+207=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 207 (81.25% from 255 or 56.40% from 367); Max value from RGB is 207 - color contains mainly: blue. Hex color #8020CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CF is #7FDF30. Grayscale: #505050. Windows color (decimal): -8380209 or 13574272. OLE color: 13574272.
HSL color Cylindrical-coordinate representation of color #8020CF: hue angle of 272.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8020CF is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 32 | 207 | - |
| CMYK | 0.38 | 0.85 | 0 | 0.19 |
| HSL | 272.91º | 0.73% | 0.47% | - |
| HSV(B) | 272.91º | 0.85% | 0.81% | - |
| XYZ | 20.68 | 10.13 | 59.9 | - |
| YUV | 80.65 | 199.3 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 207 | 0.38 | 0.85 | 0 | 0.19 | 272.91 | 0.73 | 0.47 |
| Hex | 80 | 20 | CF | 26 | 55 | 0 | 13 | 111 | 49 | 2F |
| Octal | 200 | 40 | 317 | 46 | 125 | 0 | 23 | 421 | 111 | 57 |
| Binary | 10000000 | 100000 | 11001111 | 100110 | 1010101 | 0 | 10011 | 100010001 | 1001001 | 101111 |
Color Harmonies of #8020CF
Complementary color
Monochromatic Colors of #8020CF
Black with #8020CF
Text Example
Text Example
White with #8020CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020CF; }
p { color: rgb(128,32,207); }
H1.HeaderClassName
{
color: #8020CF;
}
.AnyTagClassName
{
color: #8020CF;
}
</style>
background-color css
<style>
a { background-color: #8020CF; }
a { background-color: rgb(128,32,207); }
div.DivClassName
{
background-color: #8020CF;
}
.BgClassName
{
background-color: #8020CF;
}
</style>
border-color css
<style>
span { border-color: #8020CF; }
span { border-color: rgb(128,32,207); }
td.TdClassName
{
border-color: #8020CF;
}
.TagClassName
{
border-color: #8020CF;
}
</style>