Shades of Dark Violet #8B0FDE
Tints of Dark Violet #8B0FDE
RGB
CMYK
RGB Variations
Color information
#8B0FDE (or 0x8B0FDE) is known color: Dark Violet. HEX triplet: 8B, 0F and DE. RGB value is (139,15,222). Sum of RGB (Red+Green+Blue) = 139+15+222=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 15 (6.25% from 255 or 3.99% from 376); Blue value is 222 (87.11% from 255 or 59.04% from 376); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B0FDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0FDE is #74F021. Grayscale: #4A4A4A. Windows color (decimal): -7663650 or 14552971. OLE color: 14552971.
HSL color Cylindrical-coordinate representation of color #8B0FDE: hue angle of 275.94º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8B0FDE is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 15 | 222 | - |
| CMYK | 0.37 | 0.93 | 0 | 0.13 |
| HSL | 275.94º | 0.87% | 0.46% | - |
| HSV(B) | 275.94º | 0.93% | 0.87% | - |
| XYZ | 24 | 11.1 | 69.99 | - |
| YUV | 75.67 | 210.58 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 222 | 0.37 | 0.93 | 0 | 0.13 | 275.94 | 0.87 | 0.46 |
| Hex | 8B | F | DE | 25 | 5D | 0 | D | 114 | 57 | 2E |
| Octal | 213 | 17 | 336 | 45 | 135 | 0 | 15 | 424 | 127 | 56 |
| Binary | 10001011 | 1111 | 11011110 | 100101 | 1011101 | 0 | 1101 | 100010100 | 1010111 | 101110 |
Color Harmonies of #8B0FDE
Complementary color
Monochromatic Colors of #8B0FDE
Black with #8B0FDE
Text Example
Text Example
White with #8B0FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0FDE; }
p { color: rgb(139,15,222); }
H1.HeaderClassName
{
color: #8B0FDE;
}
.AnyTagClassName
{
color: #8B0FDE;
}
</style>
background-color css
<style>
a { background-color: #8B0FDE; }
a { background-color: rgb(139,15,222); }
div.DivClassName
{
background-color: #8B0FDE;
}
.BgClassName
{
background-color: #8B0FDE;
}
</style>
border-color css
<style>
span { border-color: #8B0FDE; }
span { border-color: rgb(139,15,222); }
td.TdClassName
{
border-color: #8B0FDE;
}
.TagClassName
{
border-color: #8B0FDE;
}
</style>