Shades of Blue Violet #803ECF
Tints of Blue Violet #803ECF
RGB
CMYK
RGB Variations
Color information
#803ECF (or 0x803ECF) is known color: Blue Violet. HEX triplet: 80, 3E and CF. RGB value is (128,62,207). Sum of RGB (Red+Green+Blue) = 128+62+207=397 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.24% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #803ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ECF is #7FC130. Grayscale: #616161. Windows color (decimal): -8372529 or 13581952. OLE color: 13581952.
HSL color Cylindrical-coordinate representation of color #803ECF: hue angle of 267.31º 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 #803ECF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 62 | 207 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.19 |
| HSL | 267.31º | 0.6% | 0.53% | - |
| HSV(B) | 267.31º | 0.7% | 0.81% | - |
| XYZ | 21.89 | 12.54 | 60.3 | - |
| YUV | 98.26 | 189.37 | 149.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 207 | 0.38 | 0.70 | 0 | 0.19 | 267.31 | 0.6 | 0.53 |
| Hex | 80 | 3E | CF | 26 | 46 | 0 | 13 | 10B | 3C | 35 |
| Octal | 200 | 76 | 317 | 46 | 106 | 0 | 23 | 413 | 74 | 65 |
| Binary | 10000000 | 111110 | 11001111 | 100110 | 1000110 | 0 | 10011 | 100001011 | 111100 | 110101 |
Color Harmonies of #803ECF
Complementary color
Monochromatic Colors of #803ECF
Black with #803ECF
Text Example
Text Example
White with #803ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ECF; }
p { color: rgb(128,62,207); }
H1.HeaderClassName
{
color: #803ECF;
}
.AnyTagClassName
{
color: #803ECF;
}
</style>
background-color css
<style>
a { background-color: #803ECF; }
a { background-color: rgb(128,62,207); }
div.DivClassName
{
background-color: #803ECF;
}
.BgClassName
{
background-color: #803ECF;
}
</style>
border-color css
<style>
span { border-color: #803ECF; }
span { border-color: rgb(128,62,207); }
td.TdClassName
{
border-color: #803ECF;
}
.TagClassName
{
border-color: #803ECF;
}
</style>