Shades of Dark Violet #8307DD
Tints of Dark Violet #8307DD
RGB
CMYK
RGB Variations
Color information
#8307DD (or 0x8307DD) is known color: Dark Violet. HEX triplet: 83, 07 and DD. RGB value is (131,7,221). Sum of RGB (Red+Green+Blue) = 131+7+221=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #8307DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307DD is #7CF822. Grayscale: #434343. Windows color (decimal): -8189987 or 14485379. OLE color: 14485379.
HSL color Cylindrical-coordinate representation of color #8307DD: hue angle of 274.77º degrees, saturation: 0.94, 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 #8307DD is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 7 | 221 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.13 |
| HSL | 274.77º | 0.94% | 0.45% | - |
| HSV(B) | 274.77º | 0.97% | 0.87% | - |
| XYZ | 22.49 | 10.2 | 69.19 | - |
| YUV | 68.47 | 214.08 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 221 | 0.41 | 0.97 | 0 | 0.13 | 274.77 | 0.94 | 0.45 |
| Hex | 83 | 7 | DD | 29 | 61 | 0 | D | 113 | 5E | 2D |
| Octal | 203 | 7 | 335 | 51 | 141 | 0 | 15 | 423 | 136 | 55 |
| Binary | 10000011 | 111 | 11011101 | 101001 | 1100001 | 0 | 1101 | 100010011 | 1011110 | 101101 |
Color Harmonies of #8307DD
Complementary color
Monochromatic Colors of #8307DD
Black with #8307DD
Text Example
Text Example
White with #8307DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307DD; }
p { color: rgb(131,7,221); }
H1.HeaderClassName
{
color: #8307DD;
}
.AnyTagClassName
{
color: #8307DD;
}
</style>
background-color css
<style>
a { background-color: #8307DD; }
a { background-color: rgb(131,7,221); }
div.DivClassName
{
background-color: #8307DD;
}
.BgClassName
{
background-color: #8307DD;
}
</style>
border-color css
<style>
span { border-color: #8307DD; }
span { border-color: rgb(131,7,221); }
td.TdClassName
{
border-color: #8307DD;
}
.TagClassName
{
border-color: #8307DD;
}
</style>