Shades of Dark Violet #8D0FCA
Tints of Dark Violet #8D0FCA
RGB
CMYK
RGB Variations
Color information
#8D0FCA (or 0x8D0FCA) is known color: Dark Violet. HEX triplet: 8D, 0F and CA. RGB value is (141,15,202). Sum of RGB (Red+Green+Blue) = 141+15+202=358 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.39% from 358); Green value is 15 (6.25% from 255 or 4.19% from 358); Blue value is 202 (79.30% from 255 or 56.42% from 358); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D0FCA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8D0FCA is #72F035. Grayscale: #494949. Windows color (decimal): -7532598 or 13242253. OLE color: 13242253.
HSL color Cylindrical-coordinate representation of color #8D0FCA: hue angle of 280.43º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0FCA is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 15 | 202 | - |
| CMYK | 0.30 | 0.93 | 0 | 0.21 |
| HSL | 280.43º | 0.86% | 0.43% | - |
| HSV(B) | 280.43º | 0.93% | 0.79% | - |
| XYZ | 21.82 | 10.27 | 56.71 | - |
| YUV | 73.99 | 200.24 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 15 | 202 | 0.30 | 0.93 | 0 | 0.21 | 280.43 | 0.86 | 0.43 |
| Hex | 8D | F | CA | 1E | 5D | 0 | 15 | 118 | 56 | 2B |
| Octal | 215 | 17 | 312 | 36 | 135 | 0 | 25 | 430 | 126 | 53 |
| Binary | 10001101 | 1111 | 11001010 | 11110 | 1011101 | 0 | 10101 | 100011000 | 1010110 | 101011 |
Color Harmonies of #8D0FCA
Complementary color
Monochromatic Colors of #8D0FCA
Black with #8D0FCA
Text Example
Text Example
White with #8D0FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0FCA; }
p { color: rgb(141,15,202); }
H1.HeaderClassName
{
color: #8D0FCA;
}
.AnyTagClassName
{
color: #8D0FCA;
}
</style>
background-color css
<style>
a { background-color: #8D0FCA; }
a { background-color: rgb(141,15,202); }
div.DivClassName
{
background-color: #8D0FCA;
}
.BgClassName
{
background-color: #8D0FCA;
}
</style>
border-color css
<style>
span { border-color: #8D0FCA; }
span { border-color: rgb(141,15,202); }
td.TdClassName
{
border-color: #8D0FCA;
}
.TagClassName
{
border-color: #8D0FCA;
}
</style>