Shades of Dark Violet #8A00EB
Tints of Dark Violet #8A00EB
RGB
CMYK
RGB Variations
Color information
#8A00EB (or 0x8A00EB) is known color: Dark Violet. HEX triplet: 8A, 00 and EB. RGB value is (138,0,235). Sum of RGB (Red+Green+Blue) = 138+0+235=373 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.00% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 235 (92.19% from 255 or 63.00% from 373); Max value from RGB is 235 - color contains mainly: blue. Hex color #8A00EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00EB is #75FF14. Grayscale: #434343. Windows color (decimal): -7733013 or 15401098. OLE color: 15401098.
HSL color Cylindrical-coordinate representation of color #8A00EB: hue angle of 275.23º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00EB is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 0 | 235 | - |
| CMYK | 0.41 | 1 | 0 | 0.08 |
| HSL | 275.23º | 1% | 0.46% | - |
| HSV(B) | 275.23º | 1% | 0.92% | - |
| XYZ | 25.48 | 11.4 | 79.46 | - |
| YUV | 68.05 | 222.22 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 235 | 0.41 | 1 | 0 | 0.08 | 275.23 | 1 | 0.46 |
| Hex | 8A | 0 | EB | 29 | 64 | 0 | 8 | 113 | 64 | 2E |
| Octal | 212 | 0 | 353 | 51 | 144 | 0 | 10 | 423 | 144 | 56 |
| Binary | 10001010 | 0 | 11101011 | 101001 | 1100100 | 0 | 1000 | 100010011 | 1100100 | 101110 |
Color Harmonies of #8A00EB
Complementary color
Monochromatic Colors of #8A00EB
Black with #8A00EB
Text Example
Text Example
White with #8A00EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00EB; }
p { color: rgb(138,0,235); }
H1.HeaderClassName
{
color: #8A00EB;
}
.AnyTagClassName
{
color: #8A00EB;
}
</style>
background-color css
<style>
a { background-color: #8A00EB; }
a { background-color: rgb(138,0,235); }
div.DivClassName
{
background-color: #8A00EB;
}
.BgClassName
{
background-color: #8A00EB;
}
</style>
border-color css
<style>
span { border-color: #8A00EB; }
span { border-color: rgb(138,0,235); }
td.TdClassName
{
border-color: #8A00EB;
}
.TagClassName
{
border-color: #8A00EB;
}
</style>