Shades of Dark Violet #8000EA
Tints of Dark Violet #8000EA
RGB
CMYK
RGB Variations
Color information
#8000EA (or 0x8000EA) is known color: Dark Violet. HEX triplet: 80, 00 and EA. RGB value is (128,0,234). Sum of RGB (Red+Green+Blue) = 128+0+234=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #8000EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8000EA is #7FFF15. Grayscale: #404040. Windows color (decimal): -8388374 or 15335552. OLE color: 15335552.
HSL color Cylindrical-coordinate representation of color #8000EA: hue angle of 272.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8000EA is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 0 | 234 | - |
| CMYK | 0.45 | 1 | 0 | 0.08 |
| HSL | 272.82º | 1% | 0.46% | - |
| HSV(B) | 272.82º | 1% | 0.92% | - |
| XYZ | 23.75 | 10.53 | 78.62 | - |
| YUV | 64.95 | 223.41 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 234 | 0.45 | 1 | 0 | 0.08 | 272.82 | 1 | 0.46 |
| Hex | 80 | 0 | EA | 2D | 64 | 0 | 8 | 111 | 64 | 2E |
| Octal | 200 | 0 | 352 | 55 | 144 | 0 | 10 | 421 | 144 | 56 |
| Binary | 10000000 | 0 | 11101010 | 101101 | 1100100 | 0 | 1000 | 100010001 | 1100100 | 101110 |
Color Harmonies of #8000EA
Complementary color
Monochromatic Colors of #8000EA
Black with #8000EA
Text Example
Text Example
White with #8000EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8000EA; }
p { color: rgb(128,0,234); }
H1.HeaderClassName
{
color: #8000EA;
}
.AnyTagClassName
{
color: #8000EA;
}
</style>
background-color css
<style>
a { background-color: #8000EA; }
a { background-color: rgb(128,0,234); }
div.DivClassName
{
background-color: #8000EA;
}
.BgClassName
{
background-color: #8000EA;
}
</style>
border-color css
<style>
span { border-color: #8000EA; }
span { border-color: rgb(128,0,234); }
td.TdClassName
{
border-color: #8000EA;
}
.TagClassName
{
border-color: #8000EA;
}
</style>