Shades of Dark Violet #8103CE
Tints of Dark Violet #8103CE
RGB
CMYK
RGB Variations
Color information
#8103CE (or 0x8103CE) is known color: Dark Violet. HEX triplet: 81, 03 and CE. RGB value is (129,3,206). Sum of RGB (Red+Green+Blue) = 129+3+206=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #8103CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8103CE is #7EFC31. Grayscale: #3F3F3F. Windows color (decimal): -8322098 or 13501313. OLE color: 13501313.
HSL color Cylindrical-coordinate representation of color #8103CE: hue angle of 277.24º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8103CE is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 3 | 206 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.19 |
| HSL | 277.24º | 0.97% | 0.41% | - |
| HSV(B) | 277.24º | 0.99% | 0.81% | - |
| XYZ | 20.23 | 9.19 | 59.1 | - |
| YUV | 63.82 | 208.24 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 206 | 0.37 | 0.99 | 0 | 0.19 | 277.24 | 0.97 | 0.41 |
| Hex | 81 | 3 | CE | 25 | 63 | 0 | 13 | 115 | 61 | 29 |
| Octal | 201 | 3 | 316 | 45 | 143 | 0 | 23 | 425 | 141 | 51 |
| Binary | 10000001 | 11 | 11001110 | 100101 | 1100011 | 0 | 10011 | 100010101 | 1100001 | 101001 |
Color Harmonies of #8103CE
Complementary color
Monochromatic Colors of #8103CE
Black with #8103CE
Text Example
Text Example
White with #8103CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8103CE; }
p { color: rgb(129,3,206); }
H1.HeaderClassName
{
color: #8103CE;
}
.AnyTagClassName
{
color: #8103CE;
}
</style>
background-color css
<style>
a { background-color: #8103CE; }
a { background-color: rgb(129,3,206); }
div.DivClassName
{
background-color: #8103CE;
}
.BgClassName
{
background-color: #8103CE;
}
</style>
border-color css
<style>
span { border-color: #8103CE; }
span { border-color: rgb(129,3,206); }
td.TdClassName
{
border-color: #8103CE;
}
.TagClassName
{
border-color: #8103CE;
}
</style>