Shades of Dark Violet #8A00EE
Tints of Dark Violet #8A00EE
RGB
CMYK
RGB Variations
Color information
#8A00EE (or 0x8A00EE) is known color: Dark Violet. HEX triplet: 8A, 00 and EE. RGB value is (138,0,238). Sum of RGB (Red+Green+Blue) = 138+0+238=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 0 (0.39% from 255 or 0% from 376); Blue value is 238 (93.36% from 255 or 63.30% from 376); Max value from RGB is 238 - color contains mainly: blue. Hex color #8A00EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A00EE is #75FF11. Grayscale: #434343. Windows color (decimal): -7733010 or 15597706. OLE color: 15597706.
HSL color Cylindrical-coordinate representation of color #8A00EE: hue angle of 274.79º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A00EE is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 0 | 238 | - |
| CMYK | 0.42 | 1 | 0 | 0.07 |
| HSL | 274.79º | 1% | 0.47% | - |
| HSV(B) | 274.79º | 1% | 0.93% | - |
| XYZ | 25.91 | 11.58 | 81.76 | - |
| YUV | 68.39 | 223.72 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 0 | 238 | 0.42 | 1 | 0 | 0.07 | 274.79 | 1 | 0.47 |
| Hex | 8A | 0 | EE | 2A | 64 | 0 | 7 | 113 | 64 | 2F |
| Octal | 212 | 0 | 356 | 52 | 144 | 0 | 7 | 423 | 144 | 57 |
| Binary | 10001010 | 0 | 11101110 | 101010 | 1100100 | 0 | 111 | 100010011 | 1100100 | 101111 |
Color Harmonies of #8A00EE
Complementary color
Monochromatic Colors of #8A00EE
Black with #8A00EE
Text Example
Text Example
White with #8A00EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A00EE; }
p { color: rgb(138,0,238); }
H1.HeaderClassName
{
color: #8A00EE;
}
.AnyTagClassName
{
color: #8A00EE;
}
</style>
background-color css
<style>
a { background-color: #8A00EE; }
a { background-color: rgb(138,0,238); }
div.DivClassName
{
background-color: #8A00EE;
}
.BgClassName
{
background-color: #8A00EE;
}
</style>
border-color css
<style>
span { border-color: #8A00EE; }
span { border-color: rgb(138,0,238); }
td.TdClassName
{
border-color: #8A00EE;
}
.TagClassName
{
border-color: #8A00EE;
}
</style>