Shades of Dark Violet #8B0DDC
Tints of Dark Violet #8B0DDC
RGB
CMYK
RGB Variations
Color information
#8B0DDC (or 0x8B0DDC) is known color: Dark Violet. HEX triplet: 8B, 0D and DC. RGB value is (139,13,220). Sum of RGB (Red+Green+Blue) = 139+13+220=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B0DDC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B0DDC is #74F223. Grayscale: #494949. Windows color (decimal): -7664164 or 14421387. OLE color: 14421387.
HSL color Cylindrical-coordinate representation of color #8B0DDC: hue angle of 276.52º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8B0DDC is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 13 | 220 | - |
| CMYK | 0.37 | 0.94 | 0 | 0.14 |
| HSL | 276.52º | 0.89% | 0.46% | - |
| HSV(B) | 276.52º | 0.94% | 0.86% | - |
| XYZ | 23.71 | 10.94 | 68.57 | - |
| YUV | 74.27 | 210.24 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 220 | 0.37 | 0.94 | 0 | 0.14 | 276.52 | 0.89 | 0.46 |
| Hex | 8B | D | DC | 25 | 5E | 0 | E | 115 | 59 | 2E |
| Octal | 213 | 15 | 334 | 45 | 136 | 0 | 16 | 425 | 131 | 56 |
| Binary | 10001011 | 1101 | 11011100 | 100101 | 1011110 | 0 | 1110 | 100010101 | 1011001 | 101110 |
Color Harmonies of #8B0DDC
Complementary color
Monochromatic Colors of #8B0DDC
Black with #8B0DDC
Text Example
Text Example
White with #8B0DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0DDC; }
p { color: rgb(139,13,220); }
H1.HeaderClassName
{
color: #8B0DDC;
}
.AnyTagClassName
{
color: #8B0DDC;
}
</style>
background-color css
<style>
a { background-color: #8B0DDC; }
a { background-color: rgb(139,13,220); }
div.DivClassName
{
background-color: #8B0DDC;
}
.BgClassName
{
background-color: #8B0DDC;
}
</style>
border-color css
<style>
span { border-color: #8B0DDC; }
span { border-color: rgb(139,13,220); }
td.TdClassName
{
border-color: #8B0DDC;
}
.TagClassName
{
border-color: #8B0DDC;
}
</style>