Shades of Dark Violet #8C03DA
Tints of Dark Violet #8C03DA
RGB
CMYK
RGB Variations
Color information
#8C03DA (or 0x8C03DA) is known color: Dark Violet. HEX triplet: 8C, 03 and DA. RGB value is (140,3,218). Sum of RGB (Red+Green+Blue) = 140+3+218=361 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.78% from 361); Green value is 3 (1.56% from 255 or 0.83% from 361); Blue value is 218 (85.55% from 255 or 60.39% from 361); Max value from RGB is 218 - color contains mainly: blue. Hex color #8C03DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C03DA is #73FC25. Grayscale: #434343. Windows color (decimal): -7601190 or 14287756. OLE color: 14287756.
HSL color Cylindrical-coordinate representation of color #8C03DA: hue angle of 278.23º 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 #8C03DA is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 140 | 3 | 218 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.15 |
| HSL | 278.23º | 0.97% | 0.43% | - |
| HSV(B) | 278.23º | 0.99% | 0.85% | - |
| XYZ | 23.5 | 10.7 | 67.16 | - |
| YUV | 68.47 | 212.39 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 3 | 218 | 0.36 | 0.99 | 0 | 0.15 | 278.23 | 0.97 | 0.43 |
| Hex | 8C | 3 | DA | 24 | 63 | 0 | F | 116 | 61 | 2B |
| Octal | 214 | 3 | 332 | 44 | 143 | 0 | 17 | 426 | 141 | 53 |
| Binary | 10001100 | 11 | 11011010 | 100100 | 1100011 | 0 | 1111 | 100010110 | 1100001 | 101011 |
Color Harmonies of #8C03DA
Complementary color
Monochromatic Colors of #8C03DA
Black with #8C03DA
Text Example
Text Example
White with #8C03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C03DA; }
p { color: rgb(140,3,218); }
H1.HeaderClassName
{
color: #8C03DA;
}
.AnyTagClassName
{
color: #8C03DA;
}
</style>
background-color css
<style>
a { background-color: #8C03DA; }
a { background-color: rgb(140,3,218); }
div.DivClassName
{
background-color: #8C03DA;
}
.BgClassName
{
background-color: #8C03DA;
}
</style>
border-color css
<style>
span { border-color: #8C03DA; }
span { border-color: rgb(140,3,218); }
td.TdClassName
{
border-color: #8C03DA;
}
.TagClassName
{
border-color: #8C03DA;
}
</style>