Shades of Dark Violet #8F00BC
Tints of Dark Violet #8F00BC
RGB
CMYK
RGB Variations
Color information
#8F00BC (or 0x8F00BC) is known color: Dark Violet. HEX triplet: 8F, 00 and BC. RGB value is (143,0,188). Sum of RGB (Red+Green+Blue) = 143+0+188=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F00BC is #70FF43. Grayscale: #3F3F3F. Windows color (decimal): -7405380 or 12320911. OLE color: 12320911.
HSL color Cylindrical-coordinate representation of color #8F00BC: hue angle of 285.64º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00BC is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 0 | 188 | - |
| CMYK | 0.24 | 1 | 0 | 0.26 |
| HSL | 285.64º | 1% | 0.37% | - |
| HSV(B) | 285.64º | 1% | 0.74% | - |
| XYZ | 20.4 | 9.47 | 48.33 | - |
| YUV | 64.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 0 | 188 | 0.24 | 1 | 0 | 0.26 | 285.64 | 1 | 0.37 |
| Hex | 8F | 0 | BC | 18 | 64 | 0 | 1A | 11E | 64 | 25 |
| Octal | 217 | 0 | 274 | 30 | 144 | 0 | 32 | 436 | 144 | 45 |
| Binary | 10001111 | 0 | 10111100 | 11000 | 1100100 | 0 | 11010 | 100011110 | 1100100 | 100101 |
Color Harmonies of #8F00BC
Complementary color
Monochromatic Colors of #8F00BC
Black with #8F00BC
Text Example
Text Example
White with #8F00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F00BC; }
p { color: rgb(143,0,188); }
H1.HeaderClassName
{
color: #8F00BC;
}
.AnyTagClassName
{
color: #8F00BC;
}
</style>
background-color css
<style>
a { background-color: #8F00BC; }
a { background-color: rgb(143,0,188); }
div.DivClassName
{
background-color: #8F00BC;
}
.BgClassName
{
background-color: #8F00BC;
}
</style>
border-color css
<style>
span { border-color: #8F00BC; }
span { border-color: rgb(143,0,188); }
td.TdClassName
{
border-color: #8F00BC;
}
.TagClassName
{
border-color: #8F00BC;
}
</style>