Shades of Dark Violet #8A00EF
Tints of Dark Violet #8A00EF
RGB
CMYK
RGB Variations
Color information
#8A00EF (or 0x8A00EF) is known color: Dark Violet. HEX triplet: 8A, 00 and EF. RGB value is (138,0,239). Sum of RGB (Red+Green+Blue) = 138+0+239=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #8A00EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00EF is #75FF10. Grayscale: #434343. Windows color (decimal): -7733009 or 15663242. OLE color: 15663242.
HSL color Cylindrical-coordinate representation of color #8A00EF: hue angle of 274.64º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00EF is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 0 | 239 | - |
| CMYK | 0.42 | 1 | 0 | 0.06 |
| HSL | 274.64º | 1% | 0.47% | - |
| HSV(B) | 274.64º | 1% | 0.94% | - |
| XYZ | 26.06 | 11.64 | 82.53 | - |
| YUV | 68.51 | 224.22 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 239 | 0.42 | 1 | 0 | 0.06 | 274.64 | 1 | 0.47 |
| Hex | 8A | 0 | EF | 2A | 64 | 0 | 6 | 113 | 64 | 2F |
| Octal | 212 | 0 | 357 | 52 | 144 | 0 | 6 | 423 | 144 | 57 |
| Binary | 10001010 | 0 | 11101111 | 101010 | 1100100 | 0 | 110 | 100010011 | 1100100 | 101111 |
Color Harmonies of #8A00EF
Complementary color
Monochromatic Colors of #8A00EF
Black with #8A00EF
Text Example
Text Example
White with #8A00EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00EF; }
p { color: rgb(138,0,239); }
H1.HeaderClassName
{
color: #8A00EF;
}
.AnyTagClassName
{
color: #8A00EF;
}
</style>
background-color css
<style>
a { background-color: #8A00EF; }
a { background-color: rgb(138,0,239); }
div.DivClassName
{
background-color: #8A00EF;
}
.BgClassName
{
background-color: #8A00EF;
}
</style>
border-color css
<style>
span { border-color: #8A00EF; }
span { border-color: rgb(138,0,239); }
td.TdClassName
{
border-color: #8A00EF;
}
.TagClassName
{
border-color: #8A00EF;
}
</style>