Shades of Dark Violet #8F06C4
Tints of Dark Violet #8F06C4
RGB
CMYK
RGB Variations
Color information
#8F06C4 (or 0x8F06C4) is known color: Dark Violet. HEX triplet: 8F, 06 and C4. RGB value is (143,6,196). Sum of RGB (Red+Green+Blue) = 143+6+196=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #8F06C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06C4 is #70F93B. Grayscale: #444444. Windows color (decimal): -7403836 or 12846735. OLE color: 12846735.
HSL color Cylindrical-coordinate representation of color #8F06C4: hue angle of 283.26º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06C4 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 143 | 6 | 196 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.23 |
| HSL | 283.26º | 0.94% | 0.4% | - |
| HSV(B) | 283.26º | 0.97% | 0.77% | - |
| XYZ | 21.36 | 9.96 | 53.02 | - |
| YUV | 68.62 | 199.89 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 196 | 0.27 | 0.97 | 0 | 0.23 | 283.26 | 0.94 | 0.4 |
| Hex | 8F | 6 | C4 | 1B | 61 | 0 | 17 | 11B | 5E | 28 |
| Octal | 217 | 6 | 304 | 33 | 141 | 0 | 27 | 433 | 136 | 50 |
| Binary | 10001111 | 110 | 11000100 | 11011 | 1100001 | 0 | 10111 | 100011011 | 1011110 | 101000 |
Color Harmonies of #8F06C4
Complementary color
Monochromatic Colors of #8F06C4
Black with #8F06C4
Text Example
Text Example
White with #8F06C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06C4; }
p { color: rgb(143,6,196); }
H1.HeaderClassName
{
color: #8F06C4;
}
.AnyTagClassName
{
color: #8F06C4;
}
</style>
background-color css
<style>
a { background-color: #8F06C4; }
a { background-color: rgb(143,6,196); }
div.DivClassName
{
background-color: #8F06C4;
}
.BgClassName
{
background-color: #8F06C4;
}
</style>
border-color css
<style>
span { border-color: #8F06C4; }
span { border-color: rgb(143,6,196); }
td.TdClassName
{
border-color: #8F06C4;
}
.TagClassName
{
border-color: #8F06C4;
}
</style>