Shades of Dark Violet #8301DD
Tints of Dark Violet #8301DD
RGB
CMYK
RGB Variations
Color information
#8301DD (or 0x8301DD) is known color: Dark Violet. HEX triplet: 83, 01 and DD. RGB value is (131,1,221). Sum of RGB (Red+Green+Blue) = 131+1+221=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 1 (0.78% from 255 or 0.28% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #8301DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8301DD is #7CFE22. Grayscale: #404040. Windows color (decimal): -8191523 or 14483843. OLE color: 14483843.
HSL color Cylindrical-coordinate representation of color #8301DD: hue angle of 275.45º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8301DD is Cyan = 0.41, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 1 | 221 | - |
| CMYK | 0.41 | 1.00 | 0 | 0.13 |
| HSL | 275.45º | 0.99% | 0.44% | - |
| HSV(B) | 275.45º | 1% | 0.87% | - |
| XYZ | 22.42 | 10.07 | 69.17 | - |
| YUV | 64.95 | 216.07 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 1 | 221 | 0.41 | 1.00 | 0 | 0.13 | 275.45 | 0.99 | 0.44 |
| Hex | 83 | 1 | DD | 29 | 64 | 0 | D | 113 | 63 | 2C |
| Octal | 203 | 1 | 335 | 51 | 144 | 0 | 15 | 423 | 143 | 54 |
| Binary | 10000011 | 1 | 11011101 | 101001 | 1100100 | 0 | 1101 | 100010011 | 1100011 | 101100 |
Color Harmonies of #8301DD
Complementary color
Monochromatic Colors of #8301DD
Black with #8301DD
Text Example
Text Example
White with #8301DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8301DD; }
p { color: rgb(131,1,221); }
H1.HeaderClassName
{
color: #8301DD;
}
.AnyTagClassName
{
color: #8301DD;
}
</style>
background-color css
<style>
a { background-color: #8301DD; }
a { background-color: rgb(131,1,221); }
div.DivClassName
{
background-color: #8301DD;
}
.BgClassName
{
background-color: #8301DD;
}
</style>
border-color css
<style>
span { border-color: #8301DD; }
span { border-color: rgb(131,1,221); }
td.TdClassName
{
border-color: #8301DD;
}
.TagClassName
{
border-color: #8301DD;
}
</style>