Shades of Dark Violet #8B00D1
Tints of Dark Violet #8B00D1
RGB
CMYK
RGB Variations
Color information
#8B00D1 (or 0x8B00D1) is known color: Dark Violet. HEX triplet: 8B, 00 and D1. RGB value is (139,0,209). Sum of RGB (Red+Green+Blue) = 139+0+209=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 209 (82.03% from 255 or 60.06% from 348); Max value from RGB is 209 - color contains mainly: blue. Hex color #8B00D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B00D1 is #74FF2E. Grayscale: #404040. Windows color (decimal): -7667503 or 13697163. OLE color: 13697163.
HSL color Cylindrical-coordinate representation of color #8B00D1: hue angle of 279.9º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B00D1 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 139 | 0 | 209 | - |
| CMYK | 0.33 | 1 | 0 | 0.18 |
| HSL | 279.9º | 1% | 0.41% | - |
| HSV(B) | 279.9º | 1% | 0.82% | - |
| XYZ | 22.16 | 10.09 | 61.1 | - |
| YUV | 65.39 | 209.05 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 0 | 209 | 0.33 | 1 | 0 | 0.18 | 279.9 | 1 | 0.41 |
| Hex | 8B | 0 | D1 | 21 | 64 | 0 | 12 | 118 | 64 | 29 |
| Octal | 213 | 0 | 321 | 41 | 144 | 0 | 22 | 430 | 144 | 51 |
| Binary | 10001011 | 0 | 11010001 | 100001 | 1100100 | 0 | 10010 | 100011000 | 1100100 | 101001 |
Color Harmonies of #8B00D1
Complementary color
Monochromatic Colors of #8B00D1
Black with #8B00D1
Text Example
Text Example
White with #8B00D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B00D1; }
p { color: rgb(139,0,209); }
H1.HeaderClassName
{
color: #8B00D1;
}
.AnyTagClassName
{
color: #8B00D1;
}
</style>
background-color css
<style>
a { background-color: #8B00D1; }
a { background-color: rgb(139,0,209); }
div.DivClassName
{
background-color: #8B00D1;
}
.BgClassName
{
background-color: #8B00D1;
}
</style>
border-color css
<style>
span { border-color: #8B00D1; }
span { border-color: rgb(139,0,209); }
td.TdClassName
{
border-color: #8B00D1;
}
.TagClassName
{
border-color: #8B00D1;
}
</style>