Shades of Dark Violet #8101C6
Tints of Dark Violet #8101C6
RGB
CMYK
RGB Variations
Color information
#8101C6 (or 0x8101C6) is known color: Dark Violet. HEX triplet: 81, 01 and C6. RGB value is (129,1,198). Sum of RGB (Red+Green+Blue) = 129+1+198=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 198 (77.73% from 255 or 60.37% from 328); Max value from RGB is 198 - color contains mainly: blue. Hex color #8101C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8101C6 is #7EFE39. Grayscale: #3D3D3D. Windows color (decimal): -8322618 or 12976513. OLE color: 12976513.
HSL color Cylindrical-coordinate representation of color #8101C6: hue angle of 278.98º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8101C6 is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 129 | 1 | 198 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.22 |
| HSL | 278.98º | 0.99% | 0.39% | - |
| HSV(B) | 278.98º | 0.99% | 0.78% | - |
| XYZ | 19.26 | 8.77 | 54.1 | - |
| YUV | 61.73 | 204.91 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 1 | 198 | 0.35 | 0.99 | 0 | 0.22 | 278.98 | 0.99 | 0.39 |
| Hex | 81 | 1 | C6 | 23 | 63 | 0 | 16 | 117 | 63 | 27 |
| Octal | 201 | 1 | 306 | 43 | 143 | 0 | 26 | 427 | 143 | 47 |
| Binary | 10000001 | 1 | 11000110 | 100011 | 1100011 | 0 | 10110 | 100010111 | 1100011 | 100111 |
Color Harmonies of #8101C6
Complementary color
Monochromatic Colors of #8101C6
Black with #8101C6
Text Example
Text Example
White with #8101C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8101C6; }
p { color: rgb(129,1,198); }
H1.HeaderClassName
{
color: #8101C6;
}
.AnyTagClassName
{
color: #8101C6;
}
</style>
background-color css
<style>
a { background-color: #8101C6; }
a { background-color: rgb(129,1,198); }
div.DivClassName
{
background-color: #8101C6;
}
.BgClassName
{
background-color: #8101C6;
}
</style>
border-color css
<style>
span { border-color: #8101C6; }
span { border-color: rgb(129,1,198); }
td.TdClassName
{
border-color: #8101C6;
}
.TagClassName
{
border-color: #8101C6;
}
</style>