Shades of Dark Violet #8100CD
Tints of Dark Violet #8100CD
RGB
CMYK
RGB Variations
Color information
#8100CD (or 0x8100CD) is known color: Dark Violet. HEX triplet: 81, 00 and CD. RGB value is (129,0,205). Sum of RGB (Red+Green+Blue) = 129+0+205=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #8100CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100CD is #7EFF32. Grayscale: #3D3D3D. Windows color (decimal): -8322867 or 13435009. OLE color: 13435009.
HSL color Cylindrical-coordinate representation of color #8100CD: hue angle of 277.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100CD is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 0 | 205 | - |
| CMYK | 0.37 | 1 | 0 | 0.20 |
| HSL | 277.76º | 1% | 0.4% | - |
| HSV(B) | 277.76º | 1% | 0.8% | - |
| XYZ | 20.07 | 9.07 | 58.45 | - |
| YUV | 61.94 | 208.74 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 205 | 0.37 | 1 | 0 | 0.20 | 277.76 | 1 | 0.4 |
| Hex | 81 | 0 | CD | 25 | 64 | 0 | 14 | 116 | 64 | 28 |
| Octal | 201 | 0 | 315 | 45 | 144 | 0 | 24 | 426 | 144 | 50 |
| Binary | 10000001 | 0 | 11001101 | 100101 | 1100100 | 0 | 10100 | 100010110 | 1100100 | 101000 |
Color Harmonies of #8100CD
Complementary color
Monochromatic Colors of #8100CD
Black with #8100CD
Text Example
Text Example
White with #8100CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100CD; }
p { color: rgb(129,0,205); }
H1.HeaderClassName
{
color: #8100CD;
}
.AnyTagClassName
{
color: #8100CD;
}
</style>
background-color css
<style>
a { background-color: #8100CD; }
a { background-color: rgb(129,0,205); }
div.DivClassName
{
background-color: #8100CD;
}
.BgClassName
{
background-color: #8100CD;
}
</style>
border-color css
<style>
span { border-color: #8100CD; }
span { border-color: rgb(129,0,205); }
td.TdClassName
{
border-color: #8100CD;
}
.TagClassName
{
border-color: #8100CD;
}
</style>