Shades of Dark Violet #8514BF
Tints of Dark Violet #8514BF
RGB
CMYK
RGB Variations
Color information
#8514BF (or 0x8514BF) is known color: Dark Violet. HEX triplet: 85, 14 and BF. RGB value is (133,20,191). Sum of RGB (Red+Green+Blue) = 133+20+191=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #8514BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8514BF is #7AEB40. Grayscale: #484848. Windows color (decimal): -8055617 or 12522629. OLE color: 12522629.
HSL color Cylindrical-coordinate representation of color #8514BF: hue angle of 279.65º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8514BF is Cyan = 0.30, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 133 | 20 | 191 | - |
| CMYK | 0.30 | 0.90 | 0 | 0.25 |
| HSL | 279.65º | 0.81% | 0.41% | - |
| HSV(B) | 279.65º | 0.9% | 0.75% | - |
| XYZ | 19.33 | 9.25 | 50.06 | - |
| YUV | 73.28 | 194.44 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 191 | 0.30 | 0.90 | 0 | 0.25 | 279.65 | 0.81 | 0.41 |
| Hex | 85 | 14 | BF | 1E | 5A | 0 | 19 | 118 | 51 | 29 |
| Octal | 205 | 24 | 277 | 36 | 132 | 0 | 31 | 430 | 121 | 51 |
| Binary | 10000101 | 10100 | 10111111 | 11110 | 1011010 | 0 | 11001 | 100011000 | 1010001 | 101001 |
Color Harmonies of #8514BF
Complementary color
Monochromatic Colors of #8514BF
Black with #8514BF
Text Example
Text Example
White with #8514BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8514BF; }
p { color: rgb(133,20,191); }
H1.HeaderClassName
{
color: #8514BF;
}
.AnyTagClassName
{
color: #8514BF;
}
</style>
background-color css
<style>
a { background-color: #8514BF; }
a { background-color: rgb(133,20,191); }
div.DivClassName
{
background-color: #8514BF;
}
.BgClassName
{
background-color: #8514BF;
}
</style>
border-color css
<style>
span { border-color: #8514BF; }
span { border-color: rgb(133,20,191); }
td.TdClassName
{
border-color: #8514BF;
}
.TagClassName
{
border-color: #8514BF;
}
</style>