Shades of Dark Violet #8303DB
Tints of Dark Violet #8303DB
RGB
CMYK
RGB Variations
Color information
#8303DB (or 0x8303DB) is known color: Dark Violet. HEX triplet: 83, 03 and DB. RGB value is (131,3,219). Sum of RGB (Red+Green+Blue) = 131+3+219=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #8303DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8303DB is #7CFC24. Grayscale: #414141. Windows color (decimal): -8191013 or 14353283. OLE color: 14353283.
HSL color Cylindrical-coordinate representation of color #8303DB: hue angle of 275.56º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8303DB is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 3 | 219 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.14 |
| HSL | 275.56º | 0.97% | 0.44% | - |
| HSV(B) | 275.56º | 0.99% | 0.86% | - |
| XYZ | 22.18 | 10 | 67.78 | - |
| YUV | 65.9 | 214.41 | 174.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 3 | 219 | 0.40 | 0.99 | 0 | 0.14 | 275.56 | 0.97 | 0.44 |
| Hex | 83 | 3 | DB | 28 | 63 | 0 | E | 114 | 61 | 2C |
| Octal | 203 | 3 | 333 | 50 | 143 | 0 | 16 | 424 | 141 | 54 |
| Binary | 10000011 | 11 | 11011011 | 101000 | 1100011 | 0 | 1110 | 100010100 | 1100001 | 101100 |
Color Harmonies of #8303DB
Complementary color
Monochromatic Colors of #8303DB
Black with #8303DB
Text Example
Text Example
White with #8303DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8303DB; }
p { color: rgb(131,3,219); }
H1.HeaderClassName
{
color: #8303DB;
}
.AnyTagClassName
{
color: #8303DB;
}
</style>
background-color css
<style>
a { background-color: #8303DB; }
a { background-color: rgb(131,3,219); }
div.DivClassName
{
background-color: #8303DB;
}
.BgClassName
{
background-color: #8303DB;
}
</style>
border-color css
<style>
span { border-color: #8303DB; }
span { border-color: rgb(131,3,219); }
td.TdClassName
{
border-color: #8303DB;
}
.TagClassName
{
border-color: #8303DB;
}
</style>