Shades of Dark Violet #8108C2
Tints of Dark Violet #8108C2
RGB
CMYK
RGB Variations
Color information
#8108C2 (or 0x8108C2) is known color: Dark Violet. HEX triplet: 81, 08 and C2. RGB value is (129,8,194). Sum of RGB (Red+Green+Blue) = 129+8+194=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 194 (76.17% from 255 or 58.61% from 331); Max value from RGB is 194 - color contains mainly: blue. Hex color #8108C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108C2 is #7EF73D. Grayscale: #404040. Windows color (decimal): -8320830 or 12716161. OLE color: 12716161.
HSL color Cylindrical-coordinate representation of color #8108C2: hue angle of 279.03º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8108C2 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 8 | 194 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.24 |
| HSL | 279.03º | 0.92% | 0.4% | - |
| HSV(B) | 279.03º | 0.96% | 0.76% | - |
| XYZ | 18.88 | 8.74 | 51.73 | - |
| YUV | 65.38 | 200.59 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 194 | 0.34 | 0.96 | 0 | 0.24 | 279.03 | 0.92 | 0.4 |
| Hex | 81 | 8 | C2 | 22 | 60 | 0 | 18 | 117 | 5C | 28 |
| Octal | 201 | 10 | 302 | 42 | 140 | 0 | 30 | 427 | 134 | 50 |
| Binary | 10000001 | 1000 | 11000010 | 100010 | 1100000 | 0 | 11000 | 100010111 | 1011100 | 101000 |
Color Harmonies of #8108C2
Complementary color
Monochromatic Colors of #8108C2
Black with #8108C2
Text Example
Text Example
White with #8108C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108C2; }
p { color: rgb(129,8,194); }
H1.HeaderClassName
{
color: #8108C2;
}
.AnyTagClassName
{
color: #8108C2;
}
</style>
background-color css
<style>
a { background-color: #8108C2; }
a { background-color: rgb(129,8,194); }
div.DivClassName
{
background-color: #8108C2;
}
.BgClassName
{
background-color: #8108C2;
}
</style>
border-color css
<style>
span { border-color: #8108C2; }
span { border-color: rgb(129,8,194); }
td.TdClassName
{
border-color: #8108C2;
}
.TagClassName
{
border-color: #8108C2;
}
</style>