Shades of Dark Violet #8100C0
Tints of Dark Violet #8100C0
RGB
CMYK
RGB Variations
Color information
#8100C0 (or 0x8100C0) is known color: Dark Violet. HEX triplet: 81, 00 and C0. RGB value is (129,0,192). Sum of RGB (Red+Green+Blue) = 129+0+192=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #8100C0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8100C0 is #7EFF3F. Grayscale: #3B3B3B. Windows color (decimal): -8322880 or 12583041. OLE color: 12583041.
HSL color Cylindrical-coordinate representation of color #8100C0: hue angle of 280.31º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8100C0 is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 0 | 192 | - |
| CMYK | 0.33 | 1 | 0 | 0.25 |
| HSL | 280.31º | 1% | 0.38% | - |
| HSV(B) | 280.31º | 1% | 0.75% | - |
| XYZ | 18.57 | 8.47 | 50.53 | - |
| YUV | 60.46 | 202.24 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 0 | 192 | 0.33 | 1 | 0 | 0.25 | 280.31 | 1 | 0.38 |
| Hex | 81 | 0 | C0 | 21 | 64 | 0 | 19 | 118 | 64 | 26 |
| Octal | 201 | 0 | 300 | 41 | 144 | 0 | 31 | 430 | 144 | 46 |
| Binary | 10000001 | 0 | 11000000 | 100001 | 1100100 | 0 | 11001 | 100011000 | 1100100 | 100110 |
Color Harmonies of #8100C0
Complementary color
Monochromatic Colors of #8100C0
Black with #8100C0
Text Example
Text Example
White with #8100C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8100C0; }
p { color: rgb(129,0,192); }
H1.HeaderClassName
{
color: #8100C0;
}
.AnyTagClassName
{
color: #8100C0;
}
</style>
background-color css
<style>
a { background-color: #8100C0; }
a { background-color: rgb(129,0,192); }
div.DivClassName
{
background-color: #8100C0;
}
.BgClassName
{
background-color: #8100C0;
}
</style>
border-color css
<style>
span { border-color: #8100C0; }
span { border-color: rgb(129,0,192); }
td.TdClassName
{
border-color: #8100C0;
}
.TagClassName
{
border-color: #8100C0;
}
</style>