Shades of Blue Violet #803ECC
Tints of Blue Violet #803ECC
RGB
CMYK
RGB Variations
Color information
#803ECC (or 0x803ECC) is known color: Blue Violet. HEX triplet: 80, 3E and CC. RGB value is (128,62,204). Sum of RGB (Red+Green+Blue) = 128+62+204=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 62 (24.61% from 255 or 15.74% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #803ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ECC is #7FC133. Grayscale: #616161. Windows color (decimal): -8372532 or 13385344. OLE color: 13385344.
HSL color Cylindrical-coordinate representation of color #803ECC: hue angle of 267.89º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803ECC is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 62 | 204 | - |
| CMYK | 0.37 | 0.70 | 0 | 0.2 |
| HSL | 267.89º | 0.58% | 0.52% | - |
| HSV(B) | 267.89º | 0.7% | 0.8% | - |
| XYZ | 21.52 | 12.39 | 58.38 | - |
| YUV | 97.92 | 187.87 | 149.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 204 | 0.37 | 0.70 | 0 | 0.2 | 267.89 | 0.58 | 0.52 |
| Hex | 80 | 3E | CC | 25 | 46 | 0 | 14 | 10C | 3A | 34 |
| Octal | 200 | 76 | 314 | 45 | 106 | 0 | 24 | 414 | 72 | 64 |
| Binary | 10000000 | 111110 | 11001100 | 100101 | 1000110 | 0 | 10100 | 100001100 | 111010 | 110100 |
Color Harmonies of #803ECC
Complementary color
Monochromatic Colors of #803ECC
Black with #803ECC
Text Example
Text Example
White with #803ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ECC; }
p { color: rgb(128,62,204); }
H1.HeaderClassName
{
color: #803ECC;
}
.AnyTagClassName
{
color: #803ECC;
}
</style>
background-color css
<style>
a { background-color: #803ECC; }
a { background-color: rgb(128,62,204); }
div.DivClassName
{
background-color: #803ECC;
}
.BgClassName
{
background-color: #803ECC;
}
</style>
border-color css
<style>
span { border-color: #803ECC; }
span { border-color: rgb(128,62,204); }
td.TdClassName
{
border-color: #803ECC;
}
.TagClassName
{
border-color: #803ECC;
}
</style>