Shades of Blue Violet #8113DF
Tints of Blue Violet #8113DF
RGB
CMYK
RGB Variations
Color information
#8113DF (or 0x8113DF) is known color: Blue Violet. HEX triplet: 81, 13 and DF. RGB value is (129,19,223). Sum of RGB (Red+Green+Blue) = 129+19+223=371 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.77% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 223 (87.5% from 255 or 60.11% from 371); Max value from RGB is 223 - color contains mainly: blue. Hex color #8113DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8113DF is #7EEC20. Grayscale: #4A4A4A. Windows color (decimal): -8317985 or 14619521. OLE color: 14619521.
HSL color Cylindrical-coordinate representation of color #8113DF: hue angle of 272.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8113DF is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 19 | 223 | - |
| CMYK | 0.42 | 0.91 | 0 | 0.13 |
| HSL | 272.35º | 0.84% | 0.47% | - |
| HSV(B) | 272.35º | 0.91% | 0.87% | - |
| XYZ | 22.61 | 10.46 | 70.64 | - |
| YUV | 75.15 | 211.44 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 19 | 223 | 0.42 | 0.91 | 0 | 0.13 | 272.35 | 0.84 | 0.47 |
| Hex | 81 | 13 | DF | 2A | 5B | 0 | D | 110 | 54 | 2F |
| Octal | 201 | 23 | 337 | 52 | 133 | 0 | 15 | 420 | 124 | 57 |
| Binary | 10000001 | 10011 | 11011111 | 101010 | 1011011 | 0 | 1101 | 100010000 | 1010100 | 101111 |
Color Harmonies of #8113DF
Complementary color
Monochromatic Colors of #8113DF
Black with #8113DF
Text Example
Text Example
White with #8113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8113DF; }
p { color: rgb(129,19,223); }
H1.HeaderClassName
{
color: #8113DF;
}
.AnyTagClassName
{
color: #8113DF;
}
</style>
background-color css
<style>
a { background-color: #8113DF; }
a { background-color: rgb(129,19,223); }
div.DivClassName
{
background-color: #8113DF;
}
.BgClassName
{
background-color: #8113DF;
}
</style>
border-color css
<style>
span { border-color: #8113DF; }
span { border-color: rgb(129,19,223); }
td.TdClassName
{
border-color: #8113DF;
}
.TagClassName
{
border-color: #8113DF;
}
</style>