Shades of Dark Violet #8303AF
Tints of Dark Violet #8303AF
RGB
CMYK
RGB Variations
Color information
#8303AF (or 0x8303AF) is known color: Dark Violet. HEX triplet: 83, 03 and AF. RGB value is (131,3,175). Sum of RGB (Red+Green+Blue) = 131+3+175=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #8303AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8303AF is #7CFC50. Grayscale: #3C3C3C. Windows color (decimal): -8191057 or 11469699. OLE color: 11469699.
HSL color Cylindrical-coordinate representation of color #8303AF: hue angle of 284.65º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8303AF is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 3 | 175 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.31 |
| HSL | 284.65º | 0.97% | 0.35% | - |
| HSV(B) | 284.65º | 0.98% | 0.69% | - |
| XYZ | 17.13 | 7.99 | 41.2 | - |
| YUV | 60.88 | 192.41 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 175 | 0.25 | 0.98 | 0 | 0.31 | 284.65 | 0.97 | 0.35 |
| Hex | 83 | 3 | AF | 19 | 62 | 0 | 1F | 11D | 61 | 23 |
| Octal | 203 | 3 | 257 | 31 | 142 | 0 | 37 | 435 | 141 | 43 |
| Binary | 10000011 | 11 | 10101111 | 11001 | 1100010 | 0 | 11111 | 100011101 | 1100001 | 100011 |
Color Harmonies of #8303AF
Complementary color
Monochromatic Colors of #8303AF
Black with #8303AF
Text Example
Text Example
White with #8303AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303AF; }
p { color: rgb(131,3,175); }
H1.HeaderClassName
{
color: #8303AF;
}
.AnyTagClassName
{
color: #8303AF;
}
</style>
background-color css
<style>
a { background-color: #8303AF; }
a { background-color: rgb(131,3,175); }
div.DivClassName
{
background-color: #8303AF;
}
.BgClassName
{
background-color: #8303AF;
}
</style>
border-color css
<style>
span { border-color: #8303AF; }
span { border-color: rgb(131,3,175); }
td.TdClassName
{
border-color: #8303AF;
}
.TagClassName
{
border-color: #8303AF;
}
</style>