Shades of Dark Violet #8307DF
Tints of Dark Violet #8307DF
RGB
CMYK
RGB Variations
Color information
#8307DF (or 0x8307DF) is known color: Dark Violet. HEX triplet: 83, 07 and DF. RGB value is (131,7,223). Sum of RGB (Red+Green+Blue) = 131+7+223=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #8307DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8307DF is #7CF820. Grayscale: #434343. Windows color (decimal): -8189985 or 14616451. OLE color: 14616451.
HSL color Cylindrical-coordinate representation of color #8307DF: hue angle of 274.44º 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 #8307DF is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 131 | 7 | 223 | - |
| CMYK | 0.41 | 0.97 | 0 | 0.13 |
| HSL | 274.44º | 0.94% | 0.45% | - |
| HSV(B) | 274.44º | 0.97% | 0.87% | - |
| XYZ | 22.76 | 10.3 | 70.6 | - |
| YUV | 68.7 | 215.08 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 7 | 223 | 0.41 | 0.97 | 0 | 0.13 | 274.44 | 0.94 | 0.45 |
| Hex | 83 | 7 | DF | 29 | 61 | 0 | D | 112 | 5E | 2D |
| Octal | 203 | 7 | 337 | 51 | 141 | 0 | 15 | 422 | 136 | 55 |
| Binary | 10000011 | 111 | 11011111 | 101001 | 1100001 | 0 | 1101 | 100010010 | 1011110 | 101101 |
Color Harmonies of #8307DF
Complementary color
Monochromatic Colors of #8307DF
Black with #8307DF
Text Example
Text Example
White with #8307DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8307DF; }
p { color: rgb(131,7,223); }
H1.HeaderClassName
{
color: #8307DF;
}
.AnyTagClassName
{
color: #8307DF;
}
</style>
background-color css
<style>
a { background-color: #8307DF; }
a { background-color: rgb(131,7,223); }
div.DivClassName
{
background-color: #8307DF;
}
.BgClassName
{
background-color: #8307DF;
}
</style>
border-color css
<style>
span { border-color: #8307DF; }
span { border-color: rgb(131,7,223); }
td.TdClassName
{
border-color: #8307DF;
}
.TagClassName
{
border-color: #8307DF;
}
</style>