Shades of Blue Violet #800DED
Tints of Blue Violet #800DED
RGB
CMYK
RGB Variations
Color information
#800DED (or 0x800DED) is known color: Blue Violet. HEX triplet: 80, 0D and ED. RGB value is (128,13,237). Sum of RGB (Red+Green+Blue) = 128+13+237=378 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.86% from 378); Green value is 13 (5.47% from 255 or 3.44% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #800DED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #800DED is #7FF212. Grayscale: #484848. Windows color (decimal): -8385043 or 15535488. OLE color: 15535488.
HSL color Cylindrical-coordinate representation of color #800DED: hue angle of 270.8º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800DED is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 13 | 237 | - |
| CMYK | 0.46 | 0.95 | 0 | 0.07 |
| HSL | 270.8º | 0.9% | 0.49% | - |
| HSV(B) | 270.8º | 0.95% | 0.93% | - |
| XYZ | 24.33 | 10.99 | 80.96 | - |
| YUV | 72.92 | 220.6 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 13 | 237 | 0.46 | 0.95 | 0 | 0.07 | 270.8 | 0.9 | 0.49 |
| Hex | 80 | D | ED | 2E | 5F | 0 | 7 | 10F | 5A | 31 |
| Octal | 200 | 15 | 355 | 56 | 137 | 0 | 7 | 417 | 132 | 61 |
| Binary | 10000000 | 1101 | 11101101 | 101110 | 1011111 | 0 | 111 | 100001111 | 1011010 | 110001 |
Color Harmonies of #800DED
Complementary color
Monochromatic Colors of #800DED
Black with #800DED
Text Example
Text Example
White with #800DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800DED; }
p { color: rgb(128,13,237); }
H1.HeaderClassName
{
color: #800DED;
}
.AnyTagClassName
{
color: #800DED;
}
</style>
background-color css
<style>
a { background-color: #800DED; }
a { background-color: rgb(128,13,237); }
div.DivClassName
{
background-color: #800DED;
}
.BgClassName
{
background-color: #800DED;
}
</style>
border-color css
<style>
span { border-color: #800DED; }
span { border-color: rgb(128,13,237); }
td.TdClassName
{
border-color: #800DED;
}
.TagClassName
{
border-color: #800DED;
}
</style>