Shades of Dark Violet #8100D7
Tints of Dark Violet #8100D7
RGB
CMYK
RGB Variations
Color information
#8100D7 (or 0x8100D7) is known color: Dark Violet. HEX triplet: 81, 00 and D7. RGB value is (129,0,215). Sum of RGB (Red+Green+Blue) = 129+0+215=344 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.5% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 215 (84.38% from 255 or 62.5% from 344); Max value from RGB is 215 - color contains mainly: blue. Hex color #8100D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100D7 is #7EFF28. Grayscale: #3E3E3E. Windows color (decimal): -8322857 or 14090369. OLE color: 14090369.
HSL color Cylindrical-coordinate representation of color #8100D7: hue angle of 276º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100D7 is Cyan = 0.4, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 0 | 215 | - |
| CMYK | 0.4 | 1 | 0 | 0.16 |
| HSL | 276º | 1% | 0.42% | - |
| HSV(B) | 276º | 1% | 0.84% | - |
| XYZ | 21.32 | 9.57 | 65.01 | - |
| YUV | 63.08 | 213.74 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 215 | 0.4 | 1 | 0 | 0.16 | 276 | 1 | 0.42 |
| Hex | 81 | 0 | D7 | 28 | 64 | 0 | 10 | 114 | 64 | 2A |
| Octal | 201 | 0 | 327 | 50 | 144 | 0 | 20 | 424 | 144 | 52 |
| Binary | 10000001 | 0 | 11010111 | 101000 | 1100100 | 0 | 10000 | 100010100 | 1100100 | 101010 |
Color Harmonies of #8100D7
Complementary color
Monochromatic Colors of #8100D7
Black with #8100D7
Text Example
Text Example
White with #8100D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100D7; }
p { color: rgb(129,0,215); }
H1.HeaderClassName
{
color: #8100D7;
}
.AnyTagClassName
{
color: #8100D7;
}
</style>
background-color css
<style>
a { background-color: #8100D7; }
a { background-color: rgb(129,0,215); }
div.DivClassName
{
background-color: #8100D7;
}
.BgClassName
{
background-color: #8100D7;
}
</style>
border-color css
<style>
span { border-color: #8100D7; }
span { border-color: rgb(129,0,215); }
td.TdClassName
{
border-color: #8100D7;
}
.TagClassName
{
border-color: #8100D7;
}
</style>