Shades of Dark Violet #8D03DF
Tints of Dark Violet #8D03DF
RGB
CMYK
RGB Variations
Color information
#8D03DF (or 0x8D03DF) is known color: Dark Violet. HEX triplet: 8D, 03 and DF. RGB value is (141,3,223). Sum of RGB (Red+Green+Blue) = 141+3+223=367 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.42% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #8D03DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D03DF is #72FC20. Grayscale: #444444. Windows color (decimal): -7535649 or 14615437. OLE color: 14615437.
HSL color Cylindrical-coordinate representation of color #8D03DF: hue angle of 277.64º 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 #8D03DF is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 3 | 223 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.13 |
| HSL | 277.64º | 0.97% | 0.44% | - |
| HSV(B) | 277.64º | 0.99% | 0.87% | - |
| XYZ | 24.34 | 11.06 | 70.66 | - |
| YUV | 69.34 | 214.72 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 223 | 0.37 | 0.99 | 0 | 0.13 | 277.64 | 0.97 | 0.44 |
| Hex | 8D | 3 | DF | 25 | 63 | 0 | D | 116 | 61 | 2C |
| Octal | 215 | 3 | 337 | 45 | 143 | 0 | 15 | 426 | 141 | 54 |
| Binary | 10001101 | 11 | 11011111 | 100101 | 1100011 | 0 | 1101 | 100010110 | 1100001 | 101100 |
Color Harmonies of #8D03DF
Complementary color
Monochromatic Colors of #8D03DF
Black with #8D03DF
Text Example
Text Example
White with #8D03DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D03DF; }
p { color: rgb(141,3,223); }
H1.HeaderClassName
{
color: #8D03DF;
}
.AnyTagClassName
{
color: #8D03DF;
}
</style>
background-color css
<style>
a { background-color: #8D03DF; }
a { background-color: rgb(141,3,223); }
div.DivClassName
{
background-color: #8D03DF;
}
.BgClassName
{
background-color: #8D03DF;
}
</style>
border-color css
<style>
span { border-color: #8D03DF; }
span { border-color: rgb(141,3,223); }
td.TdClassName
{
border-color: #8D03DF;
}
.TagClassName
{
border-color: #8D03DF;
}
</style>