Shades of Dark Violet #8108C5
Tints of Dark Violet #8108C5
RGB
CMYK
RGB Variations
Color information
#8108C5 (or 0x8108C5) is known color: Dark Violet. HEX triplet: 81, 08 and C5. RGB value is (129,8,197). Sum of RGB (Red+Green+Blue) = 129+8+197=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 197 (77.34% from 255 or 58.98% from 334); Max value from RGB is 197 - color contains mainly: blue. Hex color #8108C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108C5 is #7EF73A. Grayscale: #414141. Windows color (decimal): -8320827 or 12912769. OLE color: 12912769.
HSL color Cylindrical-coordinate representation of color #8108C5: hue angle of 278.41º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8108C5 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 129 | 8 | 197 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.23 |
| HSL | 278.41º | 0.92% | 0.4% | - |
| HSV(B) | 278.41º | 0.96% | 0.77% | - |
| XYZ | 19.22 | 8.87 | 53.52 | - |
| YUV | 65.73 | 202.09 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 197 | 0.35 | 0.96 | 0 | 0.23 | 278.41 | 0.92 | 0.4 |
| Hex | 81 | 8 | C5 | 23 | 60 | 0 | 17 | 116 | 5C | 28 |
| Octal | 201 | 10 | 305 | 43 | 140 | 0 | 27 | 426 | 134 | 50 |
| Binary | 10000001 | 1000 | 11000101 | 100011 | 1100000 | 0 | 10111 | 100010110 | 1011100 | 101000 |
Color Harmonies of #8108C5
Complementary color
Monochromatic Colors of #8108C5
Black with #8108C5
Text Example
Text Example
White with #8108C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108C5; }
p { color: rgb(129,8,197); }
H1.HeaderClassName
{
color: #8108C5;
}
.AnyTagClassName
{
color: #8108C5;
}
</style>
background-color css
<style>
a { background-color: #8108C5; }
a { background-color: rgb(129,8,197); }
div.DivClassName
{
background-color: #8108C5;
}
.BgClassName
{
background-color: #8108C5;
}
</style>
border-color css
<style>
span { border-color: #8108C5; }
span { border-color: rgb(129,8,197); }
td.TdClassName
{
border-color: #8108C5;
}
.TagClassName
{
border-color: #8108C5;
}
</style>