Shades of Blue Violet #803ECE
Tints of Blue Violet #803ECE
RGB
CMYK
RGB Variations
Color information
#803ECE (or 0x803ECE) is known color: Blue Violet. HEX triplet: 80, 3E and CE. RGB value is (128,62,206). Sum of RGB (Red+Green+Blue) = 128+62+206=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #803ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ECE is #7FC131. Grayscale: #616161. Windows color (decimal): -8372530 or 13516416. OLE color: 13516416.
HSL color Cylindrical-coordinate representation of color #803ECE: hue angle of 267.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803ECE is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 62 | 206 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.19 |
| HSL | 267.5º | 0.6% | 0.53% | - |
| HSV(B) | 267.5º | 0.7% | 0.81% | - |
| XYZ | 21.77 | 12.49 | 59.66 | - |
| YUV | 98.15 | 188.87 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 206 | 0.38 | 0.70 | 0 | 0.19 | 267.5 | 0.6 | 0.53 |
| Hex | 80 | 3E | CE | 26 | 46 | 0 | 13 | 10C | 3C | 35 |
| Octal | 200 | 76 | 316 | 46 | 106 | 0 | 23 | 414 | 74 | 65 |
| Binary | 10000000 | 111110 | 11001110 | 100110 | 1000110 | 0 | 10011 | 100001100 | 111100 | 110101 |
Color Harmonies of #803ECE
Complementary color
Monochromatic Colors of #803ECE
Black with #803ECE
Text Example
Text Example
White with #803ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ECE; }
p { color: rgb(128,62,206); }
H1.HeaderClassName
{
color: #803ECE;
}
.AnyTagClassName
{
color: #803ECE;
}
</style>
background-color css
<style>
a { background-color: #803ECE; }
a { background-color: rgb(128,62,206); }
div.DivClassName
{
background-color: #803ECE;
}
.BgClassName
{
background-color: #803ECE;
}
</style>
border-color css
<style>
span { border-color: #803ECE; }
span { border-color: rgb(128,62,206); }
td.TdClassName
{
border-color: #803ECE;
}
.TagClassName
{
border-color: #803ECE;
}
</style>