Shades of Dark Violet #8108CB
Tints of Dark Violet #8108CB
RGB
CMYK
RGB Variations
Color information
#8108CB (or 0x8108CB) is known color: Dark Violet. HEX triplet: 81, 08 and CB. RGB value is (129,8,203). Sum of RGB (Red+Green+Blue) = 129+8+203=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #8108CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8108CB is #7EF734. Grayscale: #414141. Windows color (decimal): -8320821 or 13305985. OLE color: 13305985.
HSL color Cylindrical-coordinate representation of color #8108CB: hue angle of 277.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8108CB is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 8 | 203 | - |
| CMYK | 0.36 | 0.96 | 0 | 0.20 |
| HSL | 277.23º | 0.92% | 0.41% | - |
| HSV(B) | 277.23º | 0.96% | 0.8% | - |
| XYZ | 19.92 | 9.15 | 57.22 | - |
| YUV | 66.41 | 205.09 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 8 | 203 | 0.36 | 0.96 | 0 | 0.20 | 277.23 | 0.92 | 0.41 |
| Hex | 81 | 8 | CB | 24 | 60 | 0 | 14 | 115 | 5C | 29 |
| Octal | 201 | 10 | 313 | 44 | 140 | 0 | 24 | 425 | 134 | 51 |
| Binary | 10000001 | 1000 | 11001011 | 100100 | 1100000 | 0 | 10100 | 100010101 | 1011100 | 101001 |
Color Harmonies of #8108CB
Complementary color
Monochromatic Colors of #8108CB
Black with #8108CB
Text Example
Text Example
White with #8108CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8108CB; }
p { color: rgb(129,8,203); }
H1.HeaderClassName
{
color: #8108CB;
}
.AnyTagClassName
{
color: #8108CB;
}
</style>
background-color css
<style>
a { background-color: #8108CB; }
a { background-color: rgb(129,8,203); }
div.DivClassName
{
background-color: #8108CB;
}
.BgClassName
{
background-color: #8108CB;
}
</style>
border-color css
<style>
span { border-color: #8108CB; }
span { border-color: rgb(129,8,203); }
td.TdClassName
{
border-color: #8108CB;
}
.TagClassName
{
border-color: #8108CB;
}
</style>