Shades of Dark Violet #8306DD
Tints of Dark Violet #8306DD
RGB
CMYK
RGB Variations
Color information
#8306DD (or 0x8306DD) is known color: Dark Violet. HEX triplet: 83, 06 and DD. RGB value is (131,6,221). Sum of RGB (Red+Green+Blue) = 131+6+221=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #8306DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8306DD is #7CF922. Grayscale: #434343. Windows color (decimal): -8190243 or 14485123. OLE color: 14485123.
HSL color Cylindrical-coordinate representation of color #8306DD: hue angle of 274.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8306DD is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 6 | 221 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.13 |
| HSL | 274.88º | 0.95% | 0.45% | - |
| HSV(B) | 274.88º | 0.97% | 0.87% | - |
| XYZ | 22.48 | 10.18 | 69.19 | - |
| YUV | 67.89 | 214.41 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 6 | 221 | 0.41 | 0.97 | 0 | 0.13 | 274.88 | 0.95 | 0.45 |
| Hex | 83 | 6 | DD | 29 | 61 | 0 | D | 113 | 5F | 2D |
| Octal | 203 | 6 | 335 | 51 | 141 | 0 | 15 | 423 | 137 | 55 |
| Binary | 10000011 | 110 | 11011101 | 101001 | 1100001 | 0 | 1101 | 100010011 | 1011111 | 101101 |
Color Harmonies of #8306DD
Complementary color
Monochromatic Colors of #8306DD
Black with #8306DD
Text Example
Text Example
White with #8306DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8306DD; }
p { color: rgb(131,6,221); }
H1.HeaderClassName
{
color: #8306DD;
}
.AnyTagClassName
{
color: #8306DD;
}
</style>
background-color css
<style>
a { background-color: #8306DD; }
a { background-color: rgb(131,6,221); }
div.DivClassName
{
background-color: #8306DD;
}
.BgClassName
{
background-color: #8306DD;
}
</style>
border-color css
<style>
span { border-color: #8306DD; }
span { border-color: rgb(131,6,221); }
td.TdClassName
{
border-color: #8306DD;
}
.TagClassName
{
border-color: #8306DD;
}
</style>