Shades of Dark Violet #8A00D6
Tints of Dark Violet #8A00D6
RGB
CMYK
RGB Variations
Color information
#8A00D6 (or 0x8A00D6) is known color: Dark Violet. HEX triplet: 8A, 00 and D6. RGB value is (138,0,214). Sum of RGB (Red+Green+Blue) = 138+0+214=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 214 (83.98% from 255 or 60.80% from 352); Max value from RGB is 214 - color contains mainly: blue. Hex color #8A00D6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8A00D6 is #75FF29. Grayscale: #404040. Windows color (decimal): -7733034 or 14024842. OLE color: 14024842.
HSL color Cylindrical-coordinate representation of color #8A00D6: hue angle of 278.69º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00D6 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 0 | 214 | - |
| CMYK | 0.36 | 1 | 0 | 0.16 |
| HSL | 278.69º | 1% | 0.42% | - |
| HSV(B) | 278.69º | 1% | 0.84% | - |
| XYZ | 22.62 | 10.26 | 64.41 | - |
| YUV | 65.66 | 211.72 | 179.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 214 | 0.36 | 1 | 0 | 0.16 | 278.69 | 1 | 0.42 |
| Hex | 8A | 0 | D6 | 24 | 64 | 0 | 10 | 117 | 64 | 2A |
| Octal | 212 | 0 | 326 | 44 | 144 | 0 | 20 | 427 | 144 | 52 |
| Binary | 10001010 | 0 | 11010110 | 100100 | 1100100 | 0 | 10000 | 100010111 | 1100100 | 101010 |
Color Harmonies of #8A00D6
Complementary color
Monochromatic Colors of #8A00D6
Black with #8A00D6
Text Example
Text Example
White with #8A00D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00D6; }
p { color: rgb(138,0,214); }
H1.HeaderClassName
{
color: #8A00D6;
}
.AnyTagClassName
{
color: #8A00D6;
}
</style>
background-color css
<style>
a { background-color: #8A00D6; }
a { background-color: rgb(138,0,214); }
div.DivClassName
{
background-color: #8A00D6;
}
.BgClassName
{
background-color: #8A00D6;
}
</style>
border-color css
<style>
span { border-color: #8A00D6; }
span { border-color: rgb(138,0,214); }
td.TdClassName
{
border-color: #8A00D6;
}
.TagClassName
{
border-color: #8A00D6;
}
</style>