Shades of Dark Violet #8A00DF
Tints of Dark Violet #8A00DF
RGB
CMYK
RGB Variations
Color information
#8A00DF (or 0x8A00DF) is known color: Dark Violet. HEX triplet: 8A, 00 and DF. RGB value is (138,0,223). Sum of RGB (Red+Green+Blue) = 138+0+223=361 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.23% from 361); Green value is 0 (0.39% from 255 or 0% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8A00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00DF is #75FF20. Grayscale: #414141. Windows color (decimal): -7733025 or 14614666. OLE color: 14614666.
HSL color Cylindrical-coordinate representation of color #8A00DF: hue angle of 277.13º 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 #8A00DF is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 0 | 223 | - |
| CMYK | 0.38 | 1 | 0 | 0.13 |
| HSL | 277.13º | 1% | 0.44% | - |
| HSV(B) | 277.13º | 1% | 0.87% | - |
| XYZ | 23.8 | 10.73 | 70.63 | - |
| YUV | 66.68 | 216.22 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 223 | 0.38 | 1 | 0 | 0.13 | 277.13 | 1 | 0.44 |
| Hex | 8A | 0 | DF | 26 | 64 | 0 | D | 115 | 64 | 2C |
| Octal | 212 | 0 | 337 | 46 | 144 | 0 | 15 | 425 | 144 | 54 |
| Binary | 10001010 | 0 | 11011111 | 100110 | 1100100 | 0 | 1101 | 100010101 | 1100100 | 101100 |
Color Harmonies of #8A00DF
Complementary color
Monochromatic Colors of #8A00DF
Black with #8A00DF
Text Example
Text Example
White with #8A00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00DF; }
p { color: rgb(138,0,223); }
H1.HeaderClassName
{
color: #8A00DF;
}
.AnyTagClassName
{
color: #8A00DF;
}
</style>
background-color css
<style>
a { background-color: #8A00DF; }
a { background-color: rgb(138,0,223); }
div.DivClassName
{
background-color: #8A00DF;
}
.BgClassName
{
background-color: #8A00DF;
}
</style>
border-color css
<style>
span { border-color: #8A00DF; }
span { border-color: rgb(138,0,223); }
td.TdClassName
{
border-color: #8A00DF;
}
.TagClassName
{
border-color: #8A00DF;
}
</style>