Shades of Dark Violet #8E07B1
Tints of Dark Violet #8E07B1
RGB
CMYK
RGB Variations
Color information
#8E07B1 (or 0x8E07B1) is known color: Dark Violet. HEX triplet: 8E, 07 and B1. RGB value is (142,7,177). Sum of RGB (Red+Green+Blue) = 142+7+177=326 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.56% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 177 (69.53% from 255 or 54.29% from 326); Max value from RGB is 177 - color contains mainly: blue. Hex color #8E07B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E07B1 is #71F84E. Grayscale: #424242. Windows color (decimal): -7469135 or 11601806. OLE color: 11601806.
HSL color Cylindrical-coordinate representation of color #8E07B1: hue angle of 287.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E07B1 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 7 | 177 | - |
| CMYK | 0.20 | 0.96 | 0 | 0.31 |
| HSL | 287.65º | 0.92% | 0.36% | - |
| HSV(B) | 287.65º | 0.96% | 0.69% | - |
| XYZ | 19.17 | 9.08 | 42.34 | - |
| YUV | 66.75 | 190.23 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 7 | 177 | 0.20 | 0.96 | 0 | 0.31 | 287.65 | 0.92 | 0.36 |
| Hex | 8E | 7 | B1 | 14 | 60 | 0 | 1F | 120 | 5C | 24 |
| Octal | 216 | 7 | 261 | 24 | 140 | 0 | 37 | 440 | 134 | 44 |
| Binary | 10001110 | 111 | 10110001 | 10100 | 1100000 | 0 | 11111 | 100100000 | 1011100 | 100100 |
Color Harmonies of #8E07B1
Complementary color
Monochromatic Colors of #8E07B1
Black with #8E07B1
Text Example
Text Example
White with #8E07B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E07B1; }
p { color: rgb(142,7,177); }
H1.HeaderClassName
{
color: #8E07B1;
}
.AnyTagClassName
{
color: #8E07B1;
}
</style>
background-color css
<style>
a { background-color: #8E07B1; }
a { background-color: rgb(142,7,177); }
div.DivClassName
{
background-color: #8E07B1;
}
.BgClassName
{
background-color: #8E07B1;
}
</style>
border-color css
<style>
span { border-color: #8E07B1; }
span { border-color: rgb(142,7,177); }
td.TdClassName
{
border-color: #8E07B1;
}
.TagClassName
{
border-color: #8E07B1;
}
</style>