Shades of Blue Violet #802CCF
Tints of Blue Violet #802CCF
RGB
CMYK
RGB Variations
Color information
#802CCF (or 0x802CCF) is known color: Blue Violet. HEX triplet: 80, 2C and CF. RGB value is (128,44,207). Sum of RGB (Red+Green+Blue) = 128+44+207=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #802CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802CCF is #7FD330. Grayscale: #575757. Windows color (decimal): -8377137 or 13577344. OLE color: 13577344.
HSL color Cylindrical-coordinate representation of color #802CCF: hue angle of 270.92º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #802CCF is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 44 | 207 | - |
| CMYK | 0.38 | 0.79 | 0 | 0.19 |
| HSL | 270.92º | 0.65% | 0.49% | - |
| HSV(B) | 270.92º | 0.79% | 0.81% | - |
| XYZ | 21.07 | 10.9 | 60.02 | - |
| YUV | 87.7 | 195.33 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 44 | 207 | 0.38 | 0.79 | 0 | 0.19 | 270.92 | 0.65 | 0.49 |
| Hex | 80 | 2C | CF | 26 | 4F | 0 | 13 | 10F | 41 | 31 |
| Octal | 200 | 54 | 317 | 46 | 117 | 0 | 23 | 417 | 101 | 61 |
| Binary | 10000000 | 101100 | 11001111 | 100110 | 1001111 | 0 | 10011 | 100001111 | 1000001 | 110001 |
Color Harmonies of #802CCF
Complementary color
Monochromatic Colors of #802CCF
Black with #802CCF
Text Example
Text Example
White with #802CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802CCF; }
p { color: rgb(128,44,207); }
H1.HeaderClassName
{
color: #802CCF;
}
.AnyTagClassName
{
color: #802CCF;
}
</style>
background-color css
<style>
a { background-color: #802CCF; }
a { background-color: rgb(128,44,207); }
div.DivClassName
{
background-color: #802CCF;
}
.BgClassName
{
background-color: #802CCF;
}
</style>
border-color css
<style>
span { border-color: #802CCF; }
span { border-color: rgb(128,44,207); }
td.TdClassName
{
border-color: #802CCF;
}
.TagClassName
{
border-color: #802CCF;
}
</style>