Shades of Dark Violet #8503DF
Tints of Dark Violet #8503DF
RGB
CMYK
RGB Variations
Color information
#8503DF (or 0x8503DF) is known color: Dark Violet. HEX triplet: 85, 03 and DF. RGB value is (133,3,223). Sum of RGB (Red+Green+Blue) = 133+3+223=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 3 (1.56% from 255 or 0.84% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #8503DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8503DF is #7AFC20. Grayscale: #424242. Windows color (decimal): -8059937 or 14615429. OLE color: 14615429.
HSL color Cylindrical-coordinate representation of color #8503DF: hue angle of 275.45º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8503DF is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 3 | 223 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.13 |
| HSL | 275.45º | 0.97% | 0.44% | - |
| HSV(B) | 275.45º | 0.99% | 0.87% | - |
| XYZ | 23.02 | 10.38 | 70.6 | - |
| YUV | 66.95 | 216.07 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 223 | 0.40 | 0.99 | 0 | 0.13 | 275.45 | 0.97 | 0.44 |
| Hex | 85 | 3 | DF | 28 | 63 | 0 | D | 113 | 61 | 2C |
| Octal | 205 | 3 | 337 | 50 | 143 | 0 | 15 | 423 | 141 | 54 |
| Binary | 10000101 | 11 | 11011111 | 101000 | 1100011 | 0 | 1101 | 100010011 | 1100001 | 101100 |
Color Harmonies of #8503DF
Complementary color
Monochromatic Colors of #8503DF
Black with #8503DF
Text Example
Text Example
White with #8503DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8503DF; }
p { color: rgb(133,3,223); }
H1.HeaderClassName
{
color: #8503DF;
}
.AnyTagClassName
{
color: #8503DF;
}
</style>
background-color css
<style>
a { background-color: #8503DF; }
a { background-color: rgb(133,3,223); }
div.DivClassName
{
background-color: #8503DF;
}
.BgClassName
{
background-color: #8503DF;
}
</style>
border-color css
<style>
span { border-color: #8503DF; }
span { border-color: rgb(133,3,223); }
td.TdClassName
{
border-color: #8503DF;
}
.TagClassName
{
border-color: #8503DF;
}
</style>