Shades of Violet #ED80ED
Tints of Violet #ED80ED
RGB
CMYK
RGB Variations
Color information
#ED80ED (or 0xED80ED) is known color: Violet. HEX triplet: ED, 80 and ED. RGB value is (237,128,237). Sum of RGB (Red+Green+Blue) = 237+128+237=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 237 (92.97% from 255 or 39.37% from 602); Max value from RGB is 237 - color contains mainly: red, blue. Hex color #ED80ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #ED80ED is #127F12. Grayscale: #ACACAC. Windows color (decimal): -1212179 or 15565037. OLE color: 15565037.
HSL color Cylindrical-coordinate representation of color #ED80ED: hue angle of 300º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80ED is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 128 | 237 | - |
CMYK | 0 | 0.46 | 0 | 0.07 |
HSL | 300º | 0.75% | 0.72% | - |
HSV(B) | 300º | 0.46% | 0.93% | - |
XYZ | 57.93 | 39.56 | 84.7 | - |
YUV | 173.02 | 164.11 | 173.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 128 | 237 | 0 | 0.46 | 0 | 0.07 | 300 | 0.75 | 0.72 |
Hex | ED | 80 | ED | 0 | 2E | 0 | 7 | 12C | 4B | 48 |
Octal | 355 | 200 | 355 | 0 | 56 | 0 | 7 | 454 | 113 | 110 |
Binary | 11101101 | 10000000 | 11101101 | 0 | 101110 | 0 | 111 | 100101100 | 1001011 | 1001000 |
Color Harmonies of #ED80ED
Complementary color
Monochromatic Colors of #ED80ED
Black with #ED80ED
Text Example
Text Example
White with #ED80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED80ED; }
p { color: rgb(237,128,237); }
H1.HeaderClassName
{
color: #ED80ED;
}
.AnyTagClassName
{
color: #ED80ED;
}
</style>
background-color css
<style>
a { background-color: #ED80ED; }
a { background-color: rgb(237,128,237); }
div.DivClassName
{
background-color: #ED80ED;
}
.BgClassName
{
background-color: #ED80ED;
}
</style>
border-color css
<style>
span { border-color: #ED80ED; }
span { border-color: rgb(237,128,237); }
td.TdClassName
{
border-color: #ED80ED;
}
.TagClassName
{
border-color: #ED80ED;
}
</style>