Shades of Dark Violet #8105C9
Tints of Dark Violet #8105C9
RGB
CMYK
RGB Variations
Color information
#8105C9 (or 0x8105C9) is known color: Dark Violet. HEX triplet: 81, 05 and C9. RGB value is (129,5,201). Sum of RGB (Red+Green+Blue) = 129+5+201=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 201 (78.91% from 255 or 60% from 335); Max value from RGB is 201 - color contains mainly: blue. Hex color #8105C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8105C9 is #7EFA36. Grayscale: #3F3F3F. Windows color (decimal): -8321591 or 13174145. OLE color: 13174145.
HSL color Cylindrical-coordinate representation of color #8105C9: hue angle of 277.96º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8105C9 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 5 | 201 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.21 |
| HSL | 277.96º | 0.95% | 0.4% | - |
| HSV(B) | 277.96º | 0.98% | 0.79% | - |
| XYZ | 19.65 | 8.99 | 55.96 | - |
| YUV | 64.42 | 205.08 | 174.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 201 | 0.36 | 0.98 | 0 | 0.21 | 277.96 | 0.95 | 0.4 |
| Hex | 81 | 5 | C9 | 24 | 62 | 0 | 15 | 116 | 5F | 28 |
| Octal | 201 | 5 | 311 | 44 | 142 | 0 | 25 | 426 | 137 | 50 |
| Binary | 10000001 | 101 | 11001001 | 100100 | 1100010 | 0 | 10101 | 100010110 | 1011111 | 101000 |
Color Harmonies of #8105C9
Complementary color
Monochromatic Colors of #8105C9
Black with #8105C9
Text Example
Text Example
White with #8105C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105C9; }
p { color: rgb(129,5,201); }
H1.HeaderClassName
{
color: #8105C9;
}
.AnyTagClassName
{
color: #8105C9;
}
</style>
background-color css
<style>
a { background-color: #8105C9; }
a { background-color: rgb(129,5,201); }
div.DivClassName
{
background-color: #8105C9;
}
.BgClassName
{
background-color: #8105C9;
}
</style>
border-color css
<style>
span { border-color: #8105C9; }
span { border-color: rgb(129,5,201); }
td.TdClassName
{
border-color: #8105C9;
}
.TagClassName
{
border-color: #8105C9;
}
</style>