Shades of Dark Violet #8C04BE
Tints of Dark Violet #8C04BE
RGB
CMYK
RGB Variations
Color information
#8C04BE (or 0x8C04BE) is known color: Dark Violet. HEX triplet: 8C, 04 and BE. RGB value is (140,4,190). Sum of RGB (Red+Green+Blue) = 140+4+190=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 4 (1.95% from 255 or 1.20% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C04BE is #73FB41. Grayscale: #414141. Windows color (decimal): -7600962 or 12453004. OLE color: 12453004.
HSL color Cylindrical-coordinate representation of color #8C04BE: hue angle of 283.87º 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 #8C04BE is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 4 | 190 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.25 |
| HSL | 283.87º | 0.96% | 0.38% | - |
| HSV(B) | 283.87º | 0.98% | 0.75% | - |
| XYZ | 20.15 | 9.38 | 49.46 | - |
| YUV | 65.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 4 | 190 | 0.26 | 0.98 | 0 | 0.25 | 283.87 | 0.96 | 0.38 |
| Hex | 8C | 4 | BE | 1A | 62 | 0 | 19 | 11C | 60 | 26 |
| Octal | 214 | 4 | 276 | 32 | 142 | 0 | 31 | 434 | 140 | 46 |
| Binary | 10001100 | 100 | 10111110 | 11010 | 1100010 | 0 | 11001 | 100011100 | 1100000 | 100110 |
Color Harmonies of #8C04BE
Complementary color
Monochromatic Colors of #8C04BE
Black with #8C04BE
Text Example
Text Example
White with #8C04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C04BE; }
p { color: rgb(140,4,190); }
H1.HeaderClassName
{
color: #8C04BE;
}
.AnyTagClassName
{
color: #8C04BE;
}
</style>
background-color css
<style>
a { background-color: #8C04BE; }
a { background-color: rgb(140,4,190); }
div.DivClassName
{
background-color: #8C04BE;
}
.BgClassName
{
background-color: #8C04BE;
}
</style>
border-color css
<style>
span { border-color: #8C04BE; }
span { border-color: rgb(140,4,190); }
td.TdClassName
{
border-color: #8C04BE;
}
.TagClassName
{
border-color: #8C04BE;
}
</style>