Shades of Dark Violet #8401AF
Tints of Dark Violet #8401AF
RGB
CMYK
RGB Variations
Color information
#8401AF (or 0x8401AF) is known color: Dark Violet. HEX triplet: 84, 01 and AF. RGB value is (132,1,175). Sum of RGB (Red+Green+Blue) = 132+1+175=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #8401AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8401AF is #7BFE50. Grayscale: #3B3B3B. Windows color (decimal): -8126033 or 11469188. OLE color: 11469188.
HSL color Cylindrical-coordinate representation of color #8401AF: hue angle of 285.17º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8401AF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 1 | 175 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.31 |
| HSL | 285.17º | 0.99% | 0.35% | - |
| HSV(B) | 285.17º | 0.99% | 0.69% | - |
| XYZ | 17.26 | 8.02 | 41.2 | - |
| YUV | 60.01 | 192.9 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 1 | 175 | 0.25 | 0.99 | 0 | 0.31 | 285.17 | 0.99 | 0.35 |
| Hex | 84 | 1 | AF | 19 | 63 | 0 | 1F | 11D | 63 | 23 |
| Octal | 204 | 1 | 257 | 31 | 143 | 0 | 37 | 435 | 143 | 43 |
| Binary | 10000100 | 1 | 10101111 | 11001 | 1100011 | 0 | 11111 | 100011101 | 1100011 | 100011 |
Color Harmonies of #8401AF
Complementary color
Monochromatic Colors of #8401AF
Black with #8401AF
Text Example
Text Example
White with #8401AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8401AF; }
p { color: rgb(132,1,175); }
H1.HeaderClassName
{
color: #8401AF;
}
.AnyTagClassName
{
color: #8401AF;
}
</style>
background-color css
<style>
a { background-color: #8401AF; }
a { background-color: rgb(132,1,175); }
div.DivClassName
{
background-color: #8401AF;
}
.BgClassName
{
background-color: #8401AF;
}
</style>
border-color css
<style>
span { border-color: #8401AF; }
span { border-color: rgb(132,1,175); }
td.TdClassName
{
border-color: #8401AF;
}
.TagClassName
{
border-color: #8401AF;
}
</style>