Shades of Dark Violet #8B0DDA
Tints of Dark Violet #8B0DDA
RGB
CMYK
RGB Variations
Color information
#8B0DDA (or 0x8B0DDA) is known color: Dark Violet. HEX triplet: 8B, 0D and DA. RGB value is (139,13,218). Sum of RGB (Red+Green+Blue) = 139+13+218=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 13 (5.47% from 255 or 3.51% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B0DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DDA is #74F225. Grayscale: #494949. Windows color (decimal): -7664166 or 14290315. OLE color: 14290315.
HSL color Cylindrical-coordinate representation of color #8B0DDA: hue angle of 276.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0DDA is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 139 | 13 | 218 | - |
| CMYK | 0.36 | 0.94 | 0 | 0.15 |
| HSL | 276.88º | 0.89% | 0.45% | - |
| HSV(B) | 276.88º | 0.94% | 0.85% | - |
| XYZ | 23.45 | 10.84 | 67.19 | - |
| YUV | 74.04 | 209.24 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 218 | 0.36 | 0.94 | 0 | 0.15 | 276.88 | 0.89 | 0.45 |
| Hex | 8B | D | DA | 24 | 5E | 0 | F | 115 | 59 | 2D |
| Octal | 213 | 15 | 332 | 44 | 136 | 0 | 17 | 425 | 131 | 55 |
| Binary | 10001011 | 1101 | 11011010 | 100100 | 1011110 | 0 | 1111 | 100010101 | 1011001 | 101101 |
Color Harmonies of #8B0DDA
Complementary color
Monochromatic Colors of #8B0DDA
Black with #8B0DDA
Text Example
Text Example
White with #8B0DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0DDA; }
p { color: rgb(139,13,218); }
H1.HeaderClassName
{
color: #8B0DDA;
}
.AnyTagClassName
{
color: #8B0DDA;
}
</style>
background-color css
<style>
a { background-color: #8B0DDA; }
a { background-color: rgb(139,13,218); }
div.DivClassName
{
background-color: #8B0DDA;
}
.BgClassName
{
background-color: #8B0DDA;
}
</style>
border-color css
<style>
span { border-color: #8B0DDA; }
span { border-color: rgb(139,13,218); }
td.TdClassName
{
border-color: #8B0DDA;
}
.TagClassName
{
border-color: #8B0DDA;
}
</style>