Shades of Dark Violet #8F0BD0
Tints of Dark Violet #8F0BD0
RGB
CMYK
RGB Variations
Color information
#8F0BD0 (or 0x8F0BD0) is known color: Dark Violet. HEX triplet: 8F, 0B and D0. RGB value is (143,11,208). Sum of RGB (Red+Green+Blue) = 143+11+208=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 208 (81.64% from 255 or 57.46% from 362); Max value from RGB is 208 - color contains mainly: blue. Hex color #8F0BD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F0BD0 is #70F42F. Grayscale: #484848. Windows color (decimal): -7402544 or 13634447. OLE color: 13634447.
HSL color Cylindrical-coordinate representation of color #8F0BD0: hue angle of 280.2º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0BD0 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 143 | 11 | 208 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.18 |
| HSL | 280.2º | 0.9% | 0.43% | - |
| HSV(B) | 280.2º | 0.95% | 0.82% | - |
| XYZ | 22.83 | 10.63 | 60.52 | - |
| YUV | 72.93 | 204.23 | 177.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 208 | 0.31 | 0.95 | 0 | 0.18 | 280.2 | 0.9 | 0.43 |
| Hex | 8F | B | D0 | 1F | 5F | 0 | 12 | 118 | 5A | 2B |
| Octal | 217 | 13 | 320 | 37 | 137 | 0 | 22 | 430 | 132 | 53 |
| Binary | 10001111 | 1011 | 11010000 | 11111 | 1011111 | 0 | 10010 | 100011000 | 1011010 | 101011 |
Color Harmonies of #8F0BD0
Complementary color
Monochromatic Colors of #8F0BD0
Black with #8F0BD0
Text Example
Text Example
White with #8F0BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BD0; }
p { color: rgb(143,11,208); }
H1.HeaderClassName
{
color: #8F0BD0;
}
.AnyTagClassName
{
color: #8F0BD0;
}
</style>
background-color css
<style>
a { background-color: #8F0BD0; }
a { background-color: rgb(143,11,208); }
div.DivClassName
{
background-color: #8F0BD0;
}
.BgClassName
{
background-color: #8F0BD0;
}
</style>
border-color css
<style>
span { border-color: #8F0BD0; }
span { border-color: rgb(143,11,208); }
td.TdClassName
{
border-color: #8F0BD0;
}
.TagClassName
{
border-color: #8F0BD0;
}
</style>