Shades of Dark Violet #8514BC
Tints of Dark Violet #8514BC
RGB
CMYK
RGB Variations
Color information
#8514BC (or 0x8514BC) is known color: Dark Violet. HEX triplet: 85, 14 and BC. RGB value is (133,20,188). Sum of RGB (Red+Green+Blue) = 133+20+188=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #8514BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514BC is #7AEB43. Grayscale: #484848. Windows color (decimal): -8055620 or 12326021. OLE color: 12326021.
HSL color Cylindrical-coordinate representation of color #8514BC: hue angle of 280.36º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8514BC is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 133 | 20 | 188 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.26 |
| HSL | 280.36º | 0.81% | 0.41% | - |
| HSV(B) | 280.36º | 0.89% | 0.74% | - |
| XYZ | 19 | 9.12 | 48.34 | - |
| YUV | 72.94 | 192.94 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 188 | 0.29 | 0.89 | 0 | 0.26 | 280.36 | 0.81 | 0.41 |
| Hex | 85 | 14 | BC | 1D | 59 | 0 | 1A | 118 | 51 | 29 |
| Octal | 205 | 24 | 274 | 35 | 131 | 0 | 32 | 430 | 121 | 51 |
| Binary | 10000101 | 10100 | 10111100 | 11101 | 1011001 | 0 | 11010 | 100011000 | 1010001 | 101001 |
Color Harmonies of #8514BC
Complementary color
Monochromatic Colors of #8514BC
Black with #8514BC
Text Example
Text Example
White with #8514BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514BC; }
p { color: rgb(133,20,188); }
H1.HeaderClassName
{
color: #8514BC;
}
.AnyTagClassName
{
color: #8514BC;
}
</style>
background-color css
<style>
a { background-color: #8514BC; }
a { background-color: rgb(133,20,188); }
div.DivClassName
{
background-color: #8514BC;
}
.BgClassName
{
background-color: #8514BC;
}
</style>
border-color css
<style>
span { border-color: #8514BC; }
span { border-color: rgb(133,20,188); }
td.TdClassName
{
border-color: #8514BC;
}
.TagClassName
{
border-color: #8514BC;
}
</style>