Shades of Dark Violet #8A07E7
Tints of Dark Violet #8A07E7
RGB
CMYK
RGB Variations
Color information
#8A07E7 (or 0x8A07E7) is known color: Dark Violet. HEX triplet: 8A, 07 and E7. RGB value is (138,7,231). Sum of RGB (Red+Green+Blue) = 138+7+231=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 7 (3.12% from 255 or 1.86% from 376); Blue value is 231 (90.62% from 255 or 61.44% from 376); Max value from RGB is 231 - color contains mainly: blue. Hex color #8A07E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8A07E7 is #75F818. Grayscale: #464646. Windows color (decimal): -7731225 or 15140746. OLE color: 15140746.
HSL color Cylindrical-coordinate representation of color #8A07E7: hue angle of 275.09º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A07E7 is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 138 | 7 | 231 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.09 |
| HSL | 275.09º | 0.94% | 0.47% | - |
| HSV(B) | 275.09º | 0.97% | 0.91% | - |
| XYZ | 24.98 | 11.32 | 76.47 | - |
| YUV | 71.71 | 217.9 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 231 | 0.40 | 0.97 | 0 | 0.09 | 275.09 | 0.94 | 0.47 |
| Hex | 8A | 7 | E7 | 28 | 61 | 0 | 9 | 113 | 5E | 2F |
| Octal | 212 | 7 | 347 | 50 | 141 | 0 | 11 | 423 | 136 | 57 |
| Binary | 10001010 | 111 | 11100111 | 101000 | 1100001 | 0 | 1001 | 100010011 | 1011110 | 101111 |
Color Harmonies of #8A07E7
Complementary color
Monochromatic Colors of #8A07E7
Black with #8A07E7
Text Example
Text Example
White with #8A07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A07E7; }
p { color: rgb(138,7,231); }
H1.HeaderClassName
{
color: #8A07E7;
}
.AnyTagClassName
{
color: #8A07E7;
}
</style>
background-color css
<style>
a { background-color: #8A07E7; }
a { background-color: rgb(138,7,231); }
div.DivClassName
{
background-color: #8A07E7;
}
.BgClassName
{
background-color: #8A07E7;
}
</style>
border-color css
<style>
span { border-color: #8A07E7; }
span { border-color: rgb(138,7,231); }
td.TdClassName
{
border-color: #8A07E7;
}
.TagClassName
{
border-color: #8A07E7;
}
</style>