Shades of Dark Violet #8F03CD
Tints of Dark Violet #8F03CD
RGB
CMYK
RGB Variations
Color information
#8F03CD (or 0x8F03CD) is known color: Dark Violet. HEX triplet: 8F, 03 and CD. RGB value is (143,3,205). Sum of RGB (Red+Green+Blue) = 143+3+205=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F03CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F03CD is #70FC32. Grayscale: #434343. Windows color (decimal): -7404595 or 13435791. OLE color: 13435791.
HSL color Cylindrical-coordinate representation of color #8F03CD: hue angle of 281.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F03CD is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 3 | 205 | - |
| CMYK | 0.30 | 0.99 | 0 | 0.20 |
| HSL | 281.58º | 0.97% | 0.41% | - |
| HSV(B) | 281.58º | 0.99% | 0.8% | - |
| XYZ | 22.38 | 10.31 | 58.57 | - |
| YUV | 67.89 | 205.38 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 205 | 0.30 | 0.99 | 0 | 0.20 | 281.58 | 0.97 | 0.41 |
| Hex | 8F | 3 | CD | 1E | 63 | 0 | 14 | 11A | 61 | 29 |
| Octal | 217 | 3 | 315 | 36 | 143 | 0 | 24 | 432 | 141 | 51 |
| Binary | 10001111 | 11 | 11001101 | 11110 | 1100011 | 0 | 10100 | 100011010 | 1100001 | 101001 |
Color Harmonies of #8F03CD
Complementary color
Monochromatic Colors of #8F03CD
Black with #8F03CD
Text Example
Text Example
White with #8F03CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F03CD; }
p { color: rgb(143,3,205); }
H1.HeaderClassName
{
color: #8F03CD;
}
.AnyTagClassName
{
color: #8F03CD;
}
</style>
background-color css
<style>
a { background-color: #8F03CD; }
a { background-color: rgb(143,3,205); }
div.DivClassName
{
background-color: #8F03CD;
}
.BgClassName
{
background-color: #8F03CD;
}
</style>
border-color css
<style>
span { border-color: #8F03CD; }
span { border-color: rgb(143,3,205); }
td.TdClassName
{
border-color: #8F03CD;
}
.TagClassName
{
border-color: #8F03CD;
}
</style>