Shades of Dark Violet #8D03DA
Tints of Dark Violet #8D03DA
RGB
CMYK
RGB Variations
Color information
#8D03DA (or 0x8D03DA) is known color: Dark Violet. HEX triplet: 8D, 03 and DA. RGB value is (141,3,218). Sum of RGB (Red+Green+Blue) = 141+3+218=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #8D03DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D03DA is #72FC25. Grayscale: #444444. Windows color (decimal): -7535654 or 14287757. OLE color: 14287757.
HSL color Cylindrical-coordinate representation of color #8D03DA: hue angle of 278.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D03DA is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 3 | 218 | - |
| CMYK | 0.35 | 0.99 | 0 | 0.15 |
| HSL | 278.51º | 0.97% | 0.43% | - |
| HSV(B) | 278.51º | 0.99% | 0.85% | - |
| XYZ | 23.67 | 10.79 | 67.16 | - |
| YUV | 68.77 | 212.22 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 218 | 0.35 | 0.99 | 0 | 0.15 | 278.51 | 0.97 | 0.43 |
| Hex | 8D | 3 | DA | 23 | 63 | 0 | F | 117 | 61 | 2B |
| Octal | 215 | 3 | 332 | 43 | 143 | 0 | 17 | 427 | 141 | 53 |
| Binary | 10001101 | 11 | 11011010 | 100011 | 1100011 | 0 | 1111 | 100010111 | 1100001 | 101011 |
Color Harmonies of #8D03DA
Complementary color
Monochromatic Colors of #8D03DA
Black with #8D03DA
Text Example
Text Example
White with #8D03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D03DA; }
p { color: rgb(141,3,218); }
H1.HeaderClassName
{
color: #8D03DA;
}
.AnyTagClassName
{
color: #8D03DA;
}
</style>
background-color css
<style>
a { background-color: #8D03DA; }
a { background-color: rgb(141,3,218); }
div.DivClassName
{
background-color: #8D03DA;
}
.BgClassName
{
background-color: #8D03DA;
}
</style>
border-color css
<style>
span { border-color: #8D03DA; }
span { border-color: rgb(141,3,218); }
td.TdClassName
{
border-color: #8D03DA;
}
.TagClassName
{
border-color: #8D03DA;
}
</style>