Shades of Dark Violet #8009E1
Tints of Dark Violet #8009E1
RGB
CMYK
RGB Variations
Color information
#8009E1 (or 0x8009E1) is known color: Dark Violet. HEX triplet: 80, 09 and E1. RGB value is (128,9,225). Sum of RGB (Red+Green+Blue) = 128+9+225=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 9 (3.91% from 255 or 2.49% from 362); Blue value is 225 (88.28% from 255 or 62.15% from 362); Max value from RGB is 225 - color contains mainly: blue. Hex color #8009E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8009E1 is #7FF61E. Grayscale: #444444. Windows color (decimal): -8386079 or 14748032. OLE color: 14748032.
HSL color Cylindrical-coordinate representation of color #8009E1: hue angle of 273.06º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8009E1 is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 9 | 225 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.12 |
| HSL | 273.06º | 0.92% | 0.46% | - |
| HSV(B) | 273.06º | 0.96% | 0.88% | - |
| XYZ | 22.59 | 10.22 | 72.02 | - |
| YUV | 69.21 | 215.92 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 225 | 0.43 | 0.96 | 0 | 0.12 | 273.06 | 0.92 | 0.46 |
| Hex | 80 | 9 | E1 | 2B | 60 | 0 | C | 111 | 5C | 2E |
| Octal | 200 | 11 | 341 | 53 | 140 | 0 | 14 | 421 | 134 | 56 |
| Binary | 10000000 | 1001 | 11100001 | 101011 | 1100000 | 0 | 1100 | 100010001 | 1011100 | 101110 |
Color Harmonies of #8009E1
Complementary color
Monochromatic Colors of #8009E1
Black with #8009E1
Text Example
Text Example
White with #8009E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8009E1; }
p { color: rgb(128,9,225); }
H1.HeaderClassName
{
color: #8009E1;
}
.AnyTagClassName
{
color: #8009E1;
}
</style>
background-color css
<style>
a { background-color: #8009E1; }
a { background-color: rgb(128,9,225); }
div.DivClassName
{
background-color: #8009E1;
}
.BgClassName
{
background-color: #8009E1;
}
</style>
border-color css
<style>
span { border-color: #8009E1; }
span { border-color: rgb(128,9,225); }
td.TdClassName
{
border-color: #8009E1;
}
.TagClassName
{
border-color: #8009E1;
}
</style>