Shades of Dark Violet #8105CF
Tints of Dark Violet #8105CF
RGB
CMYK
RGB Variations
Color information
#8105CF (or 0x8105CF) is known color: Dark Violet. HEX triplet: 81, 05 and CF. RGB value is (129,5,207). Sum of RGB (Red+Green+Blue) = 129+5+207=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 5 (2.34% from 255 or 1.47% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #8105CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8105CF is #7EFA30. Grayscale: #404040. Windows color (decimal): -8321585 or 13567361. OLE color: 13567361.
HSL color Cylindrical-coordinate representation of color #8105CF: hue angle of 276.83º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8105CF is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 5 | 207 | - |
| CMYK | 0.38 | 0.98 | 0 | 0.19 |
| HSL | 276.83º | 0.95% | 0.42% | - |
| HSV(B) | 276.83º | 0.98% | 0.81% | - |
| XYZ | 20.37 | 9.28 | 59.75 | - |
| YUV | 65.1 | 208.08 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 5 | 207 | 0.38 | 0.98 | 0 | 0.19 | 276.83 | 0.95 | 0.42 |
| Hex | 81 | 5 | CF | 26 | 62 | 0 | 13 | 115 | 5F | 2A |
| Octal | 201 | 5 | 317 | 46 | 142 | 0 | 23 | 425 | 137 | 52 |
| Binary | 10000001 | 101 | 11001111 | 100110 | 1100010 | 0 | 10011 | 100010101 | 1011111 | 101010 |
Color Harmonies of #8105CF
Complementary color
Monochromatic Colors of #8105CF
Black with #8105CF
Text Example
Text Example
White with #8105CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8105CF; }
p { color: rgb(129,5,207); }
H1.HeaderClassName
{
color: #8105CF;
}
.AnyTagClassName
{
color: #8105CF;
}
</style>
background-color css
<style>
a { background-color: #8105CF; }
a { background-color: rgb(129,5,207); }
div.DivClassName
{
background-color: #8105CF;
}
.BgClassName
{
background-color: #8105CF;
}
</style>
border-color css
<style>
span { border-color: #8105CF; }
span { border-color: rgb(129,5,207); }
td.TdClassName
{
border-color: #8105CF;
}
.TagClassName
{
border-color: #8105CF;
}
</style>