Shades of Blue Violet #802DCF
Tints of Blue Violet #802DCF
RGB
CMYK
RGB Variations
Color information
#802DCF (or 0x802DCF) is known color: Blue Violet. HEX triplet: 80, 2D and CF. RGB value is (128,45,207). Sum of RGB (Red+Green+Blue) = 128+45+207=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #802DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802DCF is #7FD230. Grayscale: #575757. Windows color (decimal): -8376881 or 13577600. OLE color: 13577600.
HSL color Cylindrical-coordinate representation of color #802DCF: hue angle of 270.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802DCF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 45 | 207 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.19 |
| HSL | 270.74º | 0.64% | 0.49% | - |
| HSV(B) | 270.74º | 0.78% | 0.81% | - |
| XYZ | 21.1 | 10.97 | 60.04 | - |
| YUV | 88.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 45 | 207 | 0.38 | 0.78 | 0 | 0.19 | 270.74 | 0.64 | 0.49 |
| Hex | 80 | 2D | CF | 26 | 4E | 0 | 13 | 10F | 40 | 31 |
| Octal | 200 | 55 | 317 | 46 | 116 | 0 | 23 | 417 | 100 | 61 |
| Binary | 10000000 | 101101 | 11001111 | 100110 | 1001110 | 0 | 10011 | 100001111 | 1000000 | 110001 |
Color Harmonies of #802DCF
Complementary color
Monochromatic Colors of #802DCF
Black with #802DCF
Text Example
Text Example
White with #802DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802DCF; }
p { color: rgb(128,45,207); }
H1.HeaderClassName
{
color: #802DCF;
}
.AnyTagClassName
{
color: #802DCF;
}
</style>
background-color css
<style>
a { background-color: #802DCF; }
a { background-color: rgb(128,45,207); }
div.DivClassName
{
background-color: #802DCF;
}
.BgClassName
{
background-color: #802DCF;
}
</style>
border-color css
<style>
span { border-color: #802DCF; }
span { border-color: rgb(128,45,207); }
td.TdClassName
{
border-color: #802DCF;
}
.TagClassName
{
border-color: #802DCF;
}
</style>