Shades of Dark Violet #8B14CD
Tints of Dark Violet #8B14CD
RGB
CMYK
RGB Variations
Color information
#8B14CD (or 0x8B14CD) is known color: Dark Violet. HEX triplet: 8B, 14 and CD. RGB value is (139,20,205). Sum of RGB (Red+Green+Blue) = 139+20+205=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 20 (8.20% from 255 or 5.49% from 364); Blue value is 205 (80.47% from 255 or 56.32% from 364); Max value from RGB is 205 - color contains mainly: blue. Hex color #8B14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14CD is #74EB32. Grayscale: #4C4C4C. Windows color (decimal): -7662387 or 13440139. OLE color: 13440139.
HSL color Cylindrical-coordinate representation of color #8B14CD: hue angle of 278.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B14CD is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 139 | 20 | 205 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.20 |
| HSL | 278.59º | 0.82% | 0.44% | - |
| HSV(B) | 278.59º | 0.9% | 0.8% | - |
| XYZ | 21.92 | 10.4 | 58.61 | - |
| YUV | 76.67 | 200.42 | 172.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 205 | 0.32 | 0.90 | 0 | 0.20 | 278.59 | 0.82 | 0.44 |
| Hex | 8B | 14 | CD | 20 | 5A | 0 | 14 | 117 | 52 | 2C |
| Octal | 213 | 24 | 315 | 40 | 132 | 0 | 24 | 427 | 122 | 54 |
| Binary | 10001011 | 10100 | 11001101 | 100000 | 1011010 | 0 | 10100 | 100010111 | 1010010 | 101100 |
Color Harmonies of #8B14CD
Complementary color
Monochromatic Colors of #8B14CD
Black with #8B14CD
Text Example
Text Example
White with #8B14CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B14CD; }
p { color: rgb(139,20,205); }
H1.HeaderClassName
{
color: #8B14CD;
}
.AnyTagClassName
{
color: #8B14CD;
}
</style>
background-color css
<style>
a { background-color: #8B14CD; }
a { background-color: rgb(139,20,205); }
div.DivClassName
{
background-color: #8B14CD;
}
.BgClassName
{
background-color: #8B14CD;
}
</style>
border-color css
<style>
span { border-color: #8B14CD; }
span { border-color: rgb(139,20,205); }
td.TdClassName
{
border-color: #8B14CD;
}
.TagClassName
{
border-color: #8B14CD;
}
</style>