Shades of Blue Violet #802ECF
Tints of Blue Violet #802ECF
RGB
CMYK
RGB Variations
Color information
#802ECF (or 0x802ECF) is known color: Blue Violet. HEX triplet: 80, 2E and CF. RGB value is (128,46,207). Sum of RGB (Red+Green+Blue) = 128+46+207=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #802ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ECF is #7FD130. Grayscale: #585858. Windows color (decimal): -8376625 or 13577856. OLE color: 13577856.
HSL color Cylindrical-coordinate representation of color #802ECF: hue angle of 270.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ECF is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 46 | 207 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.19 |
| HSL | 270.56º | 0.64% | 0.5% | - |
| HSV(B) | 270.56º | 0.78% | 0.81% | - |
| XYZ | 21.14 | 11.05 | 60.05 | - |
| YUV | 88.87 | 194.67 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 207 | 0.38 | 0.78 | 0 | 0.19 | 270.56 | 0.64 | 0.5 |
| Hex | 80 | 2E | CF | 26 | 4E | 0 | 13 | 10F | 40 | 32 |
| Octal | 200 | 56 | 317 | 46 | 116 | 0 | 23 | 417 | 100 | 62 |
| Binary | 10000000 | 101110 | 11001111 | 100110 | 1001110 | 0 | 10011 | 100001111 | 1000000 | 110010 |
Color Harmonies of #802ECF
Complementary color
Monochromatic Colors of #802ECF
Black with #802ECF
Text Example
Text Example
White with #802ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ECF; }
p { color: rgb(128,46,207); }
H1.HeaderClassName
{
color: #802ECF;
}
.AnyTagClassName
{
color: #802ECF;
}
</style>
background-color css
<style>
a { background-color: #802ECF; }
a { background-color: rgb(128,46,207); }
div.DivClassName
{
background-color: #802ECF;
}
.BgClassName
{
background-color: #802ECF;
}
</style>
border-color css
<style>
span { border-color: #802ECF; }
span { border-color: rgb(128,46,207); }
td.TdClassName
{
border-color: #802ECF;
}
.TagClassName
{
border-color: #802ECF;
}
</style>