Shades of Blue Violet #802ECD
Tints of Blue Violet #802ECD
RGB
CMYK
RGB Variations
Color information
#802ECD (or 0x802ECD) is known color: Blue Violet. HEX triplet: 80, 2E and CD. RGB value is (128,46,205). Sum of RGB (Red+Green+Blue) = 128+46+205=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #802ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ECD is #7FD132. Grayscale: #585858. Windows color (decimal): -8376627 or 13446784. OLE color: 13446784.
HSL color Cylindrical-coordinate representation of color #802ECD: hue angle of 270.94º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #802ECD is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 46 | 205 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.20 |
| HSL | 270.94º | 0.63% | 0.49% | - |
| HSV(B) | 270.94º | 0.78% | 0.8% | - |
| XYZ | 20.9 | 10.95 | 58.77 | - |
| YUV | 88.64 | 193.67 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 205 | 0.38 | 0.78 | 0 | 0.20 | 270.94 | 0.63 | 0.49 |
| Hex | 80 | 2E | CD | 26 | 4E | 0 | 14 | 10F | 3F | 31 |
| Octal | 200 | 56 | 315 | 46 | 116 | 0 | 24 | 417 | 77 | 61 |
| Binary | 10000000 | 101110 | 11001101 | 100110 | 1001110 | 0 | 10100 | 100001111 | 111111 | 110001 |
Color Harmonies of #802ECD
Complementary color
Monochromatic Colors of #802ECD
Black with #802ECD
Text Example
Text Example
White with #802ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ECD; }
p { color: rgb(128,46,205); }
H1.HeaderClassName
{
color: #802ECD;
}
.AnyTagClassName
{
color: #802ECD;
}
</style>
background-color css
<style>
a { background-color: #802ECD; }
a { background-color: rgb(128,46,205); }
div.DivClassName
{
background-color: #802ECD;
}
.BgClassName
{
background-color: #802ECD;
}
</style>
border-color css
<style>
span { border-color: #802ECD; }
span { border-color: rgb(128,46,205); }
td.TdClassName
{
border-color: #802ECD;
}
.TagClassName
{
border-color: #802ECD;
}
</style>