Shades of Dark Violet #8F06CC
Tints of Dark Violet #8F06CC
RGB
CMYK
RGB Variations
Color information
#8F06CC (or 0x8F06CC) is known color: Dark Violet. HEX triplet: 8F, 06 and CC. RGB value is (143,6,204). Sum of RGB (Red+Green+Blue) = 143+6+204=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 6 (2.73% from 255 or 1.70% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8F06CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F06CC is #70F933. Grayscale: #444444. Windows color (decimal): -7403828 or 13371023. OLE color: 13371023.
HSL color Cylindrical-coordinate representation of color #8F06CC: hue angle of 281.52º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F06CC is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 143 | 6 | 204 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.2 |
| HSL | 281.52º | 0.94% | 0.41% | - |
| HSV(B) | 281.52º | 0.97% | 0.8% | - |
| XYZ | 22.29 | 10.33 | 57.95 | - |
| YUV | 69.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 204 | 0.30 | 0.97 | 0 | 0.2 | 281.52 | 0.94 | 0.41 |
| Hex | 8F | 6 | CC | 1E | 61 | 0 | 14 | 11A | 5E | 29 |
| Octal | 217 | 6 | 314 | 36 | 141 | 0 | 24 | 432 | 136 | 51 |
| Binary | 10001111 | 110 | 11001100 | 11110 | 1100001 | 0 | 10100 | 100011010 | 1011110 | 101001 |
Color Harmonies of #8F06CC
Complementary color
Monochromatic Colors of #8F06CC
Black with #8F06CC
Text Example
Text Example
White with #8F06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F06CC; }
p { color: rgb(143,6,204); }
H1.HeaderClassName
{
color: #8F06CC;
}
.AnyTagClassName
{
color: #8F06CC;
}
</style>
background-color css
<style>
a { background-color: #8F06CC; }
a { background-color: rgb(143,6,204); }
div.DivClassName
{
background-color: #8F06CC;
}
.BgClassName
{
background-color: #8F06CC;
}
</style>
border-color css
<style>
span { border-color: #8F06CC; }
span { border-color: rgb(143,6,204); }
td.TdClassName
{
border-color: #8F06CC;
}
.TagClassName
{
border-color: #8F06CC;
}
</style>