Shades of Dark Violet #8A00DE
Tints of Dark Violet #8A00DE
RGB
CMYK
RGB Variations
Color information
#8A00DE (or 0x8A00DE) is known color: Dark Violet. HEX triplet: 8A, 00 and DE. RGB value is (138,0,222). Sum of RGB (Red+Green+Blue) = 138+0+222=360 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.33% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 222 (87.11% from 255 or 61.67% from 360); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A00DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00DE is #75FF21. Grayscale: #414141. Windows color (decimal): -7733026 or 14549130. OLE color: 14549130.
HSL color Cylindrical-coordinate representation of color #8A00DE: hue angle of 277.3º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00DE is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 0 | 222 | - |
| CMYK | 0.38 | 1 | 0 | 0.13 |
| HSL | 277.3º | 1% | 0.44% | - |
| HSV(B) | 277.3º | 1% | 0.87% | - |
| XYZ | 23.67 | 10.68 | 69.92 | - |
| YUV | 66.57 | 215.72 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 222 | 0.38 | 1 | 0 | 0.13 | 277.3 | 1 | 0.44 |
| Hex | 8A | 0 | DE | 26 | 64 | 0 | D | 115 | 64 | 2C |
| Octal | 212 | 0 | 336 | 46 | 144 | 0 | 15 | 425 | 144 | 54 |
| Binary | 10001010 | 0 | 11011110 | 100110 | 1100100 | 0 | 1101 | 100010101 | 1100100 | 101100 |
Color Harmonies of #8A00DE
Complementary color
Monochromatic Colors of #8A00DE
Black with #8A00DE
Text Example
Text Example
White with #8A00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00DE; }
p { color: rgb(138,0,222); }
H1.HeaderClassName
{
color: #8A00DE;
}
.AnyTagClassName
{
color: #8A00DE;
}
</style>
background-color css
<style>
a { background-color: #8A00DE; }
a { background-color: rgb(138,0,222); }
div.DivClassName
{
background-color: #8A00DE;
}
.BgClassName
{
background-color: #8A00DE;
}
</style>
border-color css
<style>
span { border-color: #8A00DE; }
span { border-color: rgb(138,0,222); }
td.TdClassName
{
border-color: #8A00DE;
}
.TagClassName
{
border-color: #8A00DE;
}
</style>