Shades of Dark Violet #8214BF
Tints of Dark Violet #8214BF
RGB
CMYK
RGB Variations
Color information
#8214BF (or 0x8214BF) is known color: Dark Violet. HEX triplet: 82, 14 and BF. RGB value is (130,20,191). Sum of RGB (Red+Green+Blue) = 130+20+191=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 20 (8.20% from 255 or 5.87% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #8214BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8214BF is #7DEB40. Grayscale: #474747. Windows color (decimal): -8252225 or 12522626. OLE color: 12522626.
HSL color Cylindrical-coordinate representation of color #8214BF: hue angle of 278.6º 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 #8214BF is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 20 | 191 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.25 |
| HSL | 278.6º | 0.81% | 0.41% | - |
| HSV(B) | 278.6º | 0.9% | 0.75% | - |
| XYZ | 18.86 | 9.01 | 50.03 | - |
| YUV | 72.38 | 194.94 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 20 | 191 | 0.32 | 0.90 | 0 | 0.25 | 278.6 | 0.81 | 0.41 |
| Hex | 82 | 14 | BF | 20 | 5A | 0 | 19 | 117 | 51 | 29 |
| Octal | 202 | 24 | 277 | 40 | 132 | 0 | 31 | 427 | 121 | 51 |
| Binary | 10000010 | 10100 | 10111111 | 100000 | 1011010 | 0 | 11001 | 100010111 | 1010001 | 101001 |
Color Harmonies of #8214BF
Complementary color
Monochromatic Colors of #8214BF
Black with #8214BF
Text Example
Text Example
White with #8214BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8214BF; }
p { color: rgb(130,20,191); }
H1.HeaderClassName
{
color: #8214BF;
}
.AnyTagClassName
{
color: #8214BF;
}
</style>
background-color css
<style>
a { background-color: #8214BF; }
a { background-color: rgb(130,20,191); }
div.DivClassName
{
background-color: #8214BF;
}
.BgClassName
{
background-color: #8214BF;
}
</style>
border-color css
<style>
span { border-color: #8214BF; }
span { border-color: rgb(130,20,191); }
td.TdClassName
{
border-color: #8214BF;
}
.TagClassName
{
border-color: #8214BF;
}
</style>