Shades of Dark Violet #8301AF
Tints of Dark Violet #8301AF
RGB
CMYK
RGB Variations
Color information
#8301AF (or 0x8301AF) is known color: Dark Violet. HEX triplet: 83, 01 and AF. RGB value is (131,1,175). Sum of RGB (Red+Green+Blue) = 131+1+175=307 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.67% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #8301AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8301AF is #7CFE50. Grayscale: #3B3B3B. Windows color (decimal): -8191569 or 11469187. OLE color: 11469187.
HSL color Cylindrical-coordinate representation of color #8301AF: hue angle of 284.83º 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 #8301AF is Cyan = 0.25, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 1 | 175 | - |
| CMYK | 0.25 | 0.99 | 0 | 0.31 |
| HSL | 284.83º | 0.99% | 0.35% | - |
| HSV(B) | 284.83º | 0.99% | 0.69% | - |
| XYZ | 17.11 | 7.94 | 41.19 | - |
| YUV | 59.71 | 193.07 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 175 | 0.25 | 0.99 | 0 | 0.31 | 284.83 | 0.99 | 0.35 |
| Hex | 83 | 1 | AF | 19 | 63 | 0 | 1F | 11D | 63 | 23 |
| Octal | 203 | 1 | 257 | 31 | 143 | 0 | 37 | 435 | 143 | 43 |
| Binary | 10000011 | 1 | 10101111 | 11001 | 1100011 | 0 | 11111 | 100011101 | 1100011 | 100011 |
Color Harmonies of #8301AF
Complementary color
Monochromatic Colors of #8301AF
Black with #8301AF
Text Example
Text Example
White with #8301AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301AF; }
p { color: rgb(131,1,175); }
H1.HeaderClassName
{
color: #8301AF;
}
.AnyTagClassName
{
color: #8301AF;
}
</style>
background-color css
<style>
a { background-color: #8301AF; }
a { background-color: rgb(131,1,175); }
div.DivClassName
{
background-color: #8301AF;
}
.BgClassName
{
background-color: #8301AF;
}
</style>
border-color css
<style>
span { border-color: #8301AF; }
span { border-color: rgb(131,1,175); }
td.TdClassName
{
border-color: #8301AF;
}
.TagClassName
{
border-color: #8301AF;
}
</style>