Shades of Dark Violet #8F04CD
Tints of Dark Violet #8F04CD
RGB
CMYK
RGB Variations
Color information
#8F04CD (or 0x8F04CD) is known color: Dark Violet. HEX triplet: 8F, 04 and CD. RGB value is (143,4,205). Sum of RGB (Red+Green+Blue) = 143+4+205=352 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.62% from 352); Green value is 4 (1.95% from 255 or 1.14% from 352); Blue value is 205 (80.47% from 255 or 58.24% from 352); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F04CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F04CD is #70FB32. Grayscale: #434343. Windows color (decimal): -7404339 or 13436047. OLE color: 13436047.
HSL color Cylindrical-coordinate representation of color #8F04CD: hue angle of 281.49º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F04CD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 4 | 205 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.20 |
| HSL | 281.49º | 0.96% | 0.41% | - |
| HSV(B) | 281.49º | 0.98% | 0.8% | - |
| XYZ | 22.39 | 10.33 | 58.57 | - |
| YUV | 68.48 | 205.05 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 4 | 205 | 0.30 | 0.98 | 0 | 0.20 | 281.49 | 0.96 | 0.41 |
| Hex | 8F | 4 | CD | 1E | 62 | 0 | 14 | 119 | 60 | 29 |
| Octal | 217 | 4 | 315 | 36 | 142 | 0 | 24 | 431 | 140 | 51 |
| Binary | 10001111 | 100 | 11001101 | 11110 | 1100010 | 0 | 10100 | 100011001 | 1100000 | 101001 |
Color Harmonies of #8F04CD
Complementary color
Monochromatic Colors of #8F04CD
Black with #8F04CD
Text Example
Text Example
White with #8F04CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F04CD; }
p { color: rgb(143,4,205); }
H1.HeaderClassName
{
color: #8F04CD;
}
.AnyTagClassName
{
color: #8F04CD;
}
</style>
background-color css
<style>
a { background-color: #8F04CD; }
a { background-color: rgb(143,4,205); }
div.DivClassName
{
background-color: #8F04CD;
}
.BgClassName
{
background-color: #8F04CD;
}
</style>
border-color css
<style>
span { border-color: #8F04CD; }
span { border-color: rgb(143,4,205); }
td.TdClassName
{
border-color: #8F04CD;
}
.TagClassName
{
border-color: #8F04CD;
}
</style>