Shades of Violet #ED8AED
Tints of Violet #ED8AED
RGB
CMYK
RGB Variations
Color information
#ED8AED (or 0xED8AED) is known color: Violet. HEX triplet: ED, 8A and ED. RGB value is (237,138,237). Sum of RGB (Red+Green+Blue) = 237+138+237=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 138 (54.30% from 255 or 22.55% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED8AED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED8AED is #127512. Grayscale: #B2B2B2. Windows color (decimal): -1209619 or 15567597. OLE color: 15567597.
HSL color Cylindrical-coordinate representation of color #ED8AED: hue angle of 300º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED8AED is Cyan = 0, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 138 | 237 | - |
| CMYK | 0 | 0.42 | 0 | 0.07 |
| HSL | 300º | 0.73% | 0.74% | - |
| HSV(B) | 300º | 0.42% | 0.93% | - |
| XYZ | 59.3 | 42.3 | 85.16 | - |
| YUV | 178.89 | 160.8 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 138 | 237 | 0 | 0.42 | 0 | 0.07 | 300 | 0.73 | 0.74 |
| Hex | ED | 8A | ED | 0 | 2A | 0 | 7 | 12C | 49 | 4A |
| Octal | 355 | 212 | 355 | 0 | 52 | 0 | 7 | 454 | 111 | 112 |
| Binary | 11101101 | 10001010 | 11101101 | 0 | 101010 | 0 | 111 | 100101100 | 1001001 | 1001010 |
Color Harmonies of #ED8AED
Complementary color
Monochromatic Colors of #ED8AED
Black with #ED8AED
Text Example
Text Example
White with #ED8AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED8AED; }
p { color: rgb(237,138,237); }
H1.HeaderClassName
{
color: #ED8AED;
}
.AnyTagClassName
{
color: #ED8AED;
}
</style>
background-color css
<style>
a { background-color: #ED8AED; }
a { background-color: rgb(237,138,237); }
div.DivClassName
{
background-color: #ED8AED;
}
.BgClassName
{
background-color: #ED8AED;
}
</style>
border-color css
<style>
span { border-color: #ED8AED; }
span { border-color: rgb(237,138,237); }
td.TdClassName
{
border-color: #ED8AED;
}
.TagClassName
{
border-color: #ED8AED;
}
</style>