Shades of Dark Violet #8B14CC
Tints of Dark Violet #8B14CC
RGB
CMYK
RGB Variations
Color information
#8B14CC (or 0x8B14CC) is known color: Dark Violet. HEX triplet: 8B, 14 and CC. RGB value is (139,20,204). Sum of RGB (Red+Green+Blue) = 139+20+204=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #8B14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8B14CC is #74EB33. Grayscale: #4B4B4B. Windows color (decimal): -7662388 or 13374603. OLE color: 13374603.
HSL color Cylindrical-coordinate representation of color #8B14CC: hue angle of 278.8º 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 #8B14CC is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 20 | 204 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.2 |
| HSL | 278.8º | 0.82% | 0.44% | - |
| HSV(B) | 278.8º | 0.9% | 0.8% | - |
| XYZ | 21.8 | 10.35 | 57.98 | - |
| YUV | 76.56 | 199.92 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 204 | 0.32 | 0.90 | 0 | 0.2 | 278.8 | 0.82 | 0.44 |
| Hex | 8B | 14 | CC | 20 | 5A | 0 | 14 | 117 | 52 | 2C |
| Octal | 213 | 24 | 314 | 40 | 132 | 0 | 24 | 427 | 122 | 54 |
| Binary | 10001011 | 10100 | 11001100 | 100000 | 1011010 | 0 | 10100 | 100010111 | 1010010 | 101100 |
Color Harmonies of #8B14CC
Complementary color
Monochromatic Colors of #8B14CC
Black with #8B14CC
Text Example
Text Example
White with #8B14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B14CC; }
p { color: rgb(139,20,204); }
H1.HeaderClassName
{
color: #8B14CC;
}
.AnyTagClassName
{
color: #8B14CC;
}
</style>
background-color css
<style>
a { background-color: #8B14CC; }
a { background-color: rgb(139,20,204); }
div.DivClassName
{
background-color: #8B14CC;
}
.BgClassName
{
background-color: #8B14CC;
}
</style>
border-color css
<style>
span { border-color: #8B14CC; }
span { border-color: rgb(139,20,204); }
td.TdClassName
{
border-color: #8B14CC;
}
.TagClassName
{
border-color: #8B14CC;
}
</style>