Shades of Blue Violet #8020CA
Tints of Blue Violet #8020CA
RGB
CMYK
RGB Variations
Color information
#8020CA (or 0x8020CA) is known color: Blue Violet. HEX triplet: 80, 20 and CA. RGB value is (128,32,202). Sum of RGB (Red+Green+Blue) = 128+32+202=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 202 (79.30% from 255 or 55.80% from 362); Max value from RGB is 202 - color contains mainly: blue. Hex color #8020CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8020CA is #7FDF35. Grayscale: #4F4F4F. Windows color (decimal): -8380214 or 13246592. OLE color: 13246592.
HSL color Cylindrical-coordinate representation of color #8020CA: hue angle of 273.88º degrees, saturation: 0.73, 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 #8020CA is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 32 | 202 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.21 |
| HSL | 273.88º | 0.73% | 0.46% | - |
| HSV(B) | 273.88º | 0.84% | 0.79% | - |
| XYZ | 20.08 | 9.89 | 56.73 | - |
| YUV | 80.08 | 196.8 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 32 | 202 | 0.37 | 0.84 | 0 | 0.21 | 273.88 | 0.73 | 0.46 |
| Hex | 80 | 20 | CA | 25 | 54 | 0 | 15 | 112 | 49 | 2E |
| Octal | 200 | 40 | 312 | 45 | 124 | 0 | 25 | 422 | 111 | 56 |
| Binary | 10000000 | 100000 | 11001010 | 100101 | 1010100 | 0 | 10101 | 100010010 | 1001001 | 101110 |
Color Harmonies of #8020CA
Complementary color
Monochromatic Colors of #8020CA
Black with #8020CA
Text Example
Text Example
White with #8020CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8020CA; }
p { color: rgb(128,32,202); }
H1.HeaderClassName
{
color: #8020CA;
}
.AnyTagClassName
{
color: #8020CA;
}
</style>
background-color css
<style>
a { background-color: #8020CA; }
a { background-color: rgb(128,32,202); }
div.DivClassName
{
background-color: #8020CA;
}
.BgClassName
{
background-color: #8020CA;
}
</style>
border-color css
<style>
span { border-color: #8020CA; }
span { border-color: rgb(128,32,202); }
td.TdClassName
{
border-color: #8020CA;
}
.TagClassName
{
border-color: #8020CA;
}
</style>