Shades of Dark Violet #8F04BE
Tints of Dark Violet #8F04BE
RGB
CMYK
RGB Variations
Color information
#8F04BE (or 0x8F04BE) is known color: Dark Violet. HEX triplet: 8F, 04 and BE. RGB value is (143,4,190). Sum of RGB (Red+Green+Blue) = 143+4+190=337 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.43% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 190 (74.61% from 255 or 56.38% from 337); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F04BE is #70FB41. Grayscale: #424242. Windows color (decimal): -7404354 or 12453007. OLE color: 12453007.
HSL color Cylindrical-coordinate representation of color #8F04BE: hue angle of 284.84º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04BE is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 4 | 190 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.25 |
| HSL | 284.84º | 0.96% | 0.38% | - |
| HSV(B) | 284.84º | 0.98% | 0.75% | - |
| XYZ | 20.67 | 9.64 | 49.49 | - |
| YUV | 66.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 190 | 0.25 | 0.98 | 0 | 0.25 | 284.84 | 0.96 | 0.38 |
| Hex | 8F | 4 | BE | 19 | 62 | 0 | 19 | 11D | 60 | 26 |
| Octal | 217 | 4 | 276 | 31 | 142 | 0 | 31 | 435 | 140 | 46 |
| Binary | 10001111 | 100 | 10111110 | 11001 | 1100010 | 0 | 11001 | 100011101 | 1100000 | 100110 |
Color Harmonies of #8F04BE
Complementary color
Monochromatic Colors of #8F04BE
Black with #8F04BE
Text Example
Text Example
White with #8F04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04BE; }
p { color: rgb(143,4,190); }
H1.HeaderClassName
{
color: #8F04BE;
}
.AnyTagClassName
{
color: #8F04BE;
}
</style>
background-color css
<style>
a { background-color: #8F04BE; }
a { background-color: rgb(143,4,190); }
div.DivClassName
{
background-color: #8F04BE;
}
.BgClassName
{
background-color: #8F04BE;
}
</style>
border-color css
<style>
span { border-color: #8F04BE; }
span { border-color: rgb(143,4,190); }
td.TdClassName
{
border-color: #8F04BE;
}
.TagClassName
{
border-color: #8F04BE;
}
</style>