Shades of Dark Violet #8103CC
Tints of Dark Violet #8103CC
RGB
CMYK
RGB Variations
Color information
#8103CC (or 0x8103CC) is known color: Dark Violet. HEX triplet: 81, 03 and CC. RGB value is (129,3,204). Sum of RGB (Red+Green+Blue) = 129+3+204=336 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.39% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 204 (80.08% from 255 or 60.71% from 336); Max value from RGB is 204 - color contains mainly: blue. Hex color #8103CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8103CC is #7EFC33. Grayscale: #3E3E3E. Windows color (decimal): -8322100 or 13370241. OLE color: 13370241.
HSL color Cylindrical-coordinate representation of color #8103CC: hue angle of 277.61º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8103CC is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 3 | 204 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.2 |
| HSL | 277.61º | 0.97% | 0.41% | - |
| HSV(B) | 277.61º | 0.99% | 0.8% | - |
| XYZ | 19.98 | 9.09 | 57.83 | - |
| YUV | 63.59 | 207.24 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 3 | 204 | 0.37 | 0.99 | 0 | 0.2 | 277.61 | 0.97 | 0.41 |
| Hex | 81 | 3 | CC | 25 | 63 | 0 | 14 | 116 | 61 | 29 |
| Octal | 201 | 3 | 314 | 45 | 143 | 0 | 24 | 426 | 141 | 51 |
| Binary | 10000001 | 11 | 11001100 | 100101 | 1100011 | 0 | 10100 | 100010110 | 1100001 | 101001 |
Color Harmonies of #8103CC
Complementary color
Monochromatic Colors of #8103CC
Black with #8103CC
Text Example
Text Example
White with #8103CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8103CC; }
p { color: rgb(129,3,204); }
H1.HeaderClassName
{
color: #8103CC;
}
.AnyTagClassName
{
color: #8103CC;
}
</style>
background-color css
<style>
a { background-color: #8103CC; }
a { background-color: rgb(129,3,204); }
div.DivClassName
{
background-color: #8103CC;
}
.BgClassName
{
background-color: #8103CC;
}
</style>
border-color css
<style>
span { border-color: #8103CC; }
span { border-color: rgb(129,3,204); }
td.TdClassName
{
border-color: #8103CC;
}
.TagClassName
{
border-color: #8103CC;
}
</style>