Shades of Dark Violet #8C07F1
Tints of Dark Violet #8C07F1
RGB
CMYK
RGB Variations
Color information
#8C07F1 (or 0x8C07F1) is known color: Dark Violet. HEX triplet: 8C, 07 and F1. RGB value is (140,7,241). Sum of RGB (Red+Green+Blue) = 140+7+241=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 241 (94.53% from 255 or 62.11% from 388); Max value from RGB is 241 - color contains mainly: blue. Hex color #8C07F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8C07F1 is #73F80E. Grayscale: #484848. Windows color (decimal): -7600143 or 15796108. OLE color: 15796108.
HSL color Cylindrical-coordinate representation of color #8C07F1: hue angle of 274.1º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8C07F1 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 7 | 241 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.05 |
| HSL | 274.1º | 0.94% | 0.49% | - |
| HSV(B) | 274.1º | 0.97% | 0.95% | - |
| XYZ | 26.77 | 12.08 | 84.14 | - |
| YUV | 73.44 | 222.56 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 241 | 0.42 | 0.97 | 0 | 0.05 | 274.1 | 0.94 | 0.49 |
| Hex | 8C | 7 | F1 | 2A | 61 | 0 | 5 | 112 | 5E | 31 |
| Octal | 214 | 7 | 361 | 52 | 141 | 0 | 5 | 422 | 136 | 61 |
| Binary | 10001100 | 111 | 11110001 | 101010 | 1100001 | 0 | 101 | 100010010 | 1011110 | 110001 |
Color Harmonies of #8C07F1
Complementary color
Monochromatic Colors of #8C07F1
Black with #8C07F1
Text Example
Text Example
White with #8C07F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C07F1; }
p { color: rgb(140,7,241); }
H1.HeaderClassName
{
color: #8C07F1;
}
.AnyTagClassName
{
color: #8C07F1;
}
</style>
background-color css
<style>
a { background-color: #8C07F1; }
a { background-color: rgb(140,7,241); }
div.DivClassName
{
background-color: #8C07F1;
}
.BgClassName
{
background-color: #8C07F1;
}
</style>
border-color css
<style>
span { border-color: #8C07F1; }
span { border-color: rgb(140,7,241); }
td.TdClassName
{
border-color: #8C07F1;
}
.TagClassName
{
border-color: #8C07F1;
}
</style>