Shades of Blue Violet #803ECB
Tints of Blue Violet #803ECB
RGB
CMYK
RGB Variations
Color information
#803ECB (or 0x803ECB) is known color: Blue Violet. HEX triplet: 80, 3E and CB. RGB value is (128,62,203). Sum of RGB (Red+Green+Blue) = 128+62+203=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #803ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803ECB is #7FC134. Grayscale: #616161. Windows color (decimal): -8372533 or 13319808. OLE color: 13319808.
HSL color Cylindrical-coordinate representation of color #803ECB: hue angle of 268.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803ECB is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 62 | 203 | - |
| CMYK | 0.37 | 0.69 | 0 | 0.20 |
| HSL | 268.09º | 0.58% | 0.52% | - |
| HSV(B) | 268.09º | 0.69% | 0.8% | - |
| XYZ | 21.4 | 12.35 | 57.75 | - |
| YUV | 97.81 | 187.37 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 203 | 0.37 | 0.69 | 0 | 0.20 | 268.09 | 0.58 | 0.52 |
| Hex | 80 | 3E | CB | 25 | 45 | 0 | 14 | 10C | 3A | 34 |
| Octal | 200 | 76 | 313 | 45 | 105 | 0 | 24 | 414 | 72 | 64 |
| Binary | 10000000 | 111110 | 11001011 | 100101 | 1000101 | 0 | 10100 | 100001100 | 111010 | 110100 |
Color Harmonies of #803ECB
Complementary color
Monochromatic Colors of #803ECB
Black with #803ECB
Text Example
Text Example
White with #803ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803ECB; }
p { color: rgb(128,62,203); }
H1.HeaderClassName
{
color: #803ECB;
}
.AnyTagClassName
{
color: #803ECB;
}
</style>
background-color css
<style>
a { background-color: #803ECB; }
a { background-color: rgb(128,62,203); }
div.DivClassName
{
background-color: #803ECB;
}
.BgClassName
{
background-color: #803ECB;
}
</style>
border-color css
<style>
span { border-color: #803ECB; }
span { border-color: rgb(128,62,203); }
td.TdClassName
{
border-color: #803ECB;
}
.TagClassName
{
border-color: #803ECB;
}
</style>