Shades of Dark Violet #8104CB
Tints of Dark Violet #8104CB
RGB
CMYK
RGB Variations
Color information
#8104CB (or 0x8104CB) is known color: Dark Violet. HEX triplet: 81, 04 and CB. RGB value is (129,4,203). Sum of RGB (Red+Green+Blue) = 129+4+203=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 4 (1.95% from 255 or 1.19% from 336); Blue value is 203 (79.69% from 255 or 60.42% from 336); Max value from RGB is 203 - color contains mainly: blue. Hex color #8104CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8104CB is #7EFB34. Grayscale: #3F3F3F. Windows color (decimal): -8321845 or 13304961. OLE color: 13304961.
HSL color Cylindrical-coordinate representation of color #8104CB: hue angle of 277.69º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8104CB is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 4 | 203 | - |
| CMYK | 0.36 | 0.98 | 0 | 0.20 |
| HSL | 277.69º | 0.96% | 0.41% | - |
| HSV(B) | 277.69º | 0.98% | 0.8% | - |
| XYZ | 19.88 | 9.07 | 57.2 | - |
| YUV | 64.06 | 206.41 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 4 | 203 | 0.36 | 0.98 | 0 | 0.20 | 277.69 | 0.96 | 0.41 |
| Hex | 81 | 4 | CB | 24 | 62 | 0 | 14 | 116 | 60 | 29 |
| Octal | 201 | 4 | 313 | 44 | 142 | 0 | 24 | 426 | 140 | 51 |
| Binary | 10000001 | 100 | 11001011 | 100100 | 1100010 | 0 | 10100 | 100010110 | 1100000 | 101001 |
Color Harmonies of #8104CB
Complementary color
Monochromatic Colors of #8104CB
Black with #8104CB
Text Example
Text Example
White with #8104CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8104CB; }
p { color: rgb(129,4,203); }
H1.HeaderClassName
{
color: #8104CB;
}
.AnyTagClassName
{
color: #8104CB;
}
</style>
background-color css
<style>
a { background-color: #8104CB; }
a { background-color: rgb(129,4,203); }
div.DivClassName
{
background-color: #8104CB;
}
.BgClassName
{
background-color: #8104CB;
}
</style>
border-color css
<style>
span { border-color: #8104CB; }
span { border-color: rgb(129,4,203); }
td.TdClassName
{
border-color: #8104CB;
}
.TagClassName
{
border-color: #8104CB;
}
</style>