Shades of Dark Violet #8401BF
Tints of Dark Violet #8401BF
RGB
CMYK
RGB Variations
Color information
#8401BF (or 0x8401BF) is known color: Dark Violet. HEX triplet: 84, 01 and BF. RGB value is (132,1,191). Sum of RGB (Red+Green+Blue) = 132+1+191=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 1 (0.78% from 255 or 0.31% from 324); Blue value is 191 (75% from 255 or 58.95% from 324); Max value from RGB is 191 - color contains mainly: blue. Hex color #8401BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8401BF is #7BFE40. Grayscale: #3D3D3D. Windows color (decimal): -8126017 or 12517764. OLE color: 12517764.
HSL color Cylindrical-coordinate representation of color #8401BF: hue angle of 281.37º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8401BF is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 1 | 191 | - |
| CMYK | 0.31 | 0.99 | 0 | 0.25 |
| HSL | 281.37º | 0.99% | 0.38% | - |
| HSV(B) | 281.37º | 0.99% | 0.75% | - |
| XYZ | 18.93 | 8.69 | 49.97 | - |
| YUV | 61.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 191 | 0.31 | 0.99 | 0 | 0.25 | 281.37 | 0.99 | 0.38 |
| Hex | 84 | 1 | BF | 1F | 63 | 0 | 19 | 119 | 63 | 26 |
| Octal | 204 | 1 | 277 | 37 | 143 | 0 | 31 | 431 | 143 | 46 |
| Binary | 10000100 | 1 | 10111111 | 11111 | 1100011 | 0 | 11001 | 100011001 | 1100011 | 100110 |
Color Harmonies of #8401BF
Complementary color
Monochromatic Colors of #8401BF
Black with #8401BF
Text Example
Text Example
White with #8401BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401BF; }
p { color: rgb(132,1,191); }
H1.HeaderClassName
{
color: #8401BF;
}
.AnyTagClassName
{
color: #8401BF;
}
</style>
background-color css
<style>
a { background-color: #8401BF; }
a { background-color: rgb(132,1,191); }
div.DivClassName
{
background-color: #8401BF;
}
.BgClassName
{
background-color: #8401BF;
}
</style>
border-color css
<style>
span { border-color: #8401BF; }
span { border-color: rgb(132,1,191); }
td.TdClassName
{
border-color: #8401BF;
}
.TagClassName
{
border-color: #8401BF;
}
</style>