Shades of Dark Violet #8B14CE
Tints of Dark Violet #8B14CE
RGB
CMYK
RGB Variations
Color information
#8B14CE (or 0x8B14CE) is known color: Dark Violet. HEX triplet: 8B, 14 and CE. RGB value is (139,20,206). Sum of RGB (Red+Green+Blue) = 139+20+206=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 206 (80.86% from 255 or 56.44% from 365); Max value from RGB is 206 - color contains mainly: blue. Hex color #8B14CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14CE is #74EB31. Grayscale: #4C4C4C. Windows color (decimal): -7662386 or 13505675. OLE color: 13505675.
HSL color Cylindrical-coordinate representation of color #8B14CE: hue angle of 278.39º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B14CE is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 139 | 20 | 206 | - |
| CMYK | 0.33 | 0.90 | 0 | 0.19 |
| HSL | 278.39º | 0.82% | 0.44% | - |
| HSV(B) | 278.39º | 0.9% | 0.81% | - |
| XYZ | 22.04 | 10.45 | 59.25 | - |
| YUV | 76.79 | 200.92 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 206 | 0.33 | 0.90 | 0 | 0.19 | 278.39 | 0.82 | 0.44 |
| Hex | 8B | 14 | CE | 21 | 5A | 0 | 13 | 116 | 52 | 2C |
| Octal | 213 | 24 | 316 | 41 | 132 | 0 | 23 | 426 | 122 | 54 |
| Binary | 10001011 | 10100 | 11001110 | 100001 | 1011010 | 0 | 10011 | 100010110 | 1010010 | 101100 |
Color Harmonies of #8B14CE
Complementary color
Monochromatic Colors of #8B14CE
Black with #8B14CE
Text Example
Text Example
White with #8B14CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B14CE; }
p { color: rgb(139,20,206); }
H1.HeaderClassName
{
color: #8B14CE;
}
.AnyTagClassName
{
color: #8B14CE;
}
</style>
background-color css
<style>
a { background-color: #8B14CE; }
a { background-color: rgb(139,20,206); }
div.DivClassName
{
background-color: #8B14CE;
}
.BgClassName
{
background-color: #8B14CE;
}
</style>
border-color css
<style>
span { border-color: #8B14CE; }
span { border-color: rgb(139,20,206); }
td.TdClassName
{
border-color: #8B14CE;
}
.TagClassName
{
border-color: #8B14CE;
}
</style>