Shades of Dark Violet #8814BF
Tints of Dark Violet #8814BF
RGB
CMYK
RGB Variations
Color information
#8814BF (or 0x8814BF) is known color: Dark Violet. HEX triplet: 88, 14 and BF. RGB value is (136,20,191). Sum of RGB (Red+Green+Blue) = 136+20+191=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #8814BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8814BF is #77EB40. Grayscale: #494949. Windows color (decimal): -7859009 or 12522632. OLE color: 12522632.
HSL color Cylindrical-coordinate representation of color #8814BF: hue angle of 280.7º 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 #8814BF is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 20 | 191 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.25 |
| HSL | 280.7º | 0.81% | 0.41% | - |
| HSV(B) | 280.7º | 0.9% | 0.75% | - |
| XYZ | 19.81 | 9.5 | 50.08 | - |
| YUV | 74.18 | 193.93 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 20 | 191 | 0.29 | 0.90 | 0 | 0.25 | 280.7 | 0.81 | 0.41 |
| Hex | 88 | 14 | BF | 1D | 5A | 0 | 19 | 119 | 51 | 29 |
| Octal | 210 | 24 | 277 | 35 | 132 | 0 | 31 | 431 | 121 | 51 |
| Binary | 10001000 | 10100 | 10111111 | 11101 | 1011010 | 0 | 11001 | 100011001 | 1010001 | 101001 |
Color Harmonies of #8814BF
Complementary color
Monochromatic Colors of #8814BF
Black with #8814BF
Text Example
Text Example
White with #8814BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8814BF; }
p { color: rgb(136,20,191); }
H1.HeaderClassName
{
color: #8814BF;
}
.AnyTagClassName
{
color: #8814BF;
}
</style>
background-color css
<style>
a { background-color: #8814BF; }
a { background-color: rgb(136,20,191); }
div.DivClassName
{
background-color: #8814BF;
}
.BgClassName
{
background-color: #8814BF;
}
</style>
border-color css
<style>
span { border-color: #8814BF; }
span { border-color: rgb(136,20,191); }
td.TdClassName
{
border-color: #8814BF;
}
.TagClassName
{
border-color: #8814BF;
}
</style>