Shades of Blue Violet #802ECE
Tints of Blue Violet #802ECE
RGB
CMYK
RGB Variations
Color information
#802ECE (or 0x802ECE) is known color: Blue Violet. HEX triplet: 80, 2E and CE. RGB value is (128,46,206). Sum of RGB (Red+Green+Blue) = 128+46+206=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 206 (80.86% from 255 or 54.21% from 380); Max value from RGB is 206 - color contains mainly: blue. Hex color #802ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ECE is #7FD131. Grayscale: #585858. Windows color (decimal): -8376626 or 13512320. OLE color: 13512320.
HSL color Cylindrical-coordinate representation of color #802ECE: hue angle of 270.75º degrees, saturation: 0.63, 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 #802ECE is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 46 | 206 | - |
| CMYK | 0.38 | 0.78 | 0 | 0.19 |
| HSL | 270.75º | 0.63% | 0.49% | - |
| HSV(B) | 270.75º | 0.78% | 0.81% | - |
| XYZ | 21.02 | 11 | 59.41 | - |
| YUV | 88.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 46 | 206 | 0.38 | 0.78 | 0 | 0.19 | 270.75 | 0.63 | 0.49 |
| Hex | 80 | 2E | CE | 26 | 4E | 0 | 13 | 10F | 3F | 31 |
| Octal | 200 | 56 | 316 | 46 | 116 | 0 | 23 | 417 | 77 | 61 |
| Binary | 10000000 | 101110 | 11001110 | 100110 | 1001110 | 0 | 10011 | 100001111 | 111111 | 110001 |
Color Harmonies of #802ECE
Complementary color
Monochromatic Colors of #802ECE
Black with #802ECE
Text Example
Text Example
White with #802ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ECE; }
p { color: rgb(128,46,206); }
H1.HeaderClassName
{
color: #802ECE;
}
.AnyTagClassName
{
color: #802ECE;
}
</style>
background-color css
<style>
a { background-color: #802ECE; }
a { background-color: rgb(128,46,206); }
div.DivClassName
{
background-color: #802ECE;
}
.BgClassName
{
background-color: #802ECE;
}
</style>
border-color css
<style>
span { border-color: #802ECE; }
span { border-color: rgb(128,46,206); }
td.TdClassName
{
border-color: #802ECE;
}
.TagClassName
{
border-color: #802ECE;
}
</style>