Shades of Blue Violet #8313DC
Tints of Blue Violet #8313DC
RGB
CMYK
RGB Variations
Color information
#8313DC (or 0x8313DC) is known color: Blue Violet. HEX triplet: 83, 13 and DC. RGB value is (131,19,220). Sum of RGB (Red+Green+Blue) = 131+19+220=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #8313DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8313DC is #7CEC23. Grayscale: #4A4A4A. Windows color (decimal): -8186916 or 14422915. OLE color: 14422915.
HSL color Cylindrical-coordinate representation of color #8313DC: hue angle of 273.43º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8313DC is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 131 | 19 | 220 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.14 |
| HSL | 273.43º | 0.84% | 0.47% | - |
| HSV(B) | 273.43º | 0.91% | 0.86% | - |
| XYZ | 22.51 | 10.46 | 68.54 | - |
| YUV | 75.4 | 209.61 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 19 | 220 | 0.40 | 0.91 | 0 | 0.14 | 273.43 | 0.84 | 0.47 |
| Hex | 83 | 13 | DC | 28 | 5B | 0 | E | 111 | 54 | 2F |
| Octal | 203 | 23 | 334 | 50 | 133 | 0 | 16 | 421 | 124 | 57 |
| Binary | 10000011 | 10011 | 11011100 | 101000 | 1011011 | 0 | 1110 | 100010001 | 1010100 | 101111 |
Color Harmonies of #8313DC
Complementary color
Monochromatic Colors of #8313DC
Black with #8313DC
Text Example
Text Example
White with #8313DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8313DC; }
p { color: rgb(131,19,220); }
H1.HeaderClassName
{
color: #8313DC;
}
.AnyTagClassName
{
color: #8313DC;
}
</style>
background-color css
<style>
a { background-color: #8313DC; }
a { background-color: rgb(131,19,220); }
div.DivClassName
{
background-color: #8313DC;
}
.BgClassName
{
background-color: #8313DC;
}
</style>
border-color css
<style>
span { border-color: #8313DC; }
span { border-color: rgb(131,19,220); }
td.TdClassName
{
border-color: #8313DC;
}
.TagClassName
{
border-color: #8313DC;
}
</style>