Shades of Dark Violet #8F05CD
Tints of Dark Violet #8F05CD
RGB
CMYK
RGB Variations
Color information
#8F05CD (or 0x8F05CD) is known color: Dark Violet. HEX triplet: 8F, 05 and CD. RGB value is (143,5,205). Sum of RGB (Red+Green+Blue) = 143+5+205=353 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.51% from 353); Green value is 5 (2.34% from 255 or 1.42% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F05CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F05CD is #70FA32. Grayscale: #444444. Windows color (decimal): -7404083 or 13436303. OLE color: 13436303.
HSL color Cylindrical-coordinate representation of color #8F05CD: hue angle of 281.4º degrees, saturation: 0.95, 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 #8F05CD is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 5 | 205 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.20 |
| HSL | 281.4º | 0.95% | 0.41% | - |
| HSV(B) | 281.4º | 0.98% | 0.8% | - |
| XYZ | 22.4 | 10.36 | 58.58 | - |
| YUV | 69.06 | 204.72 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 205 | 0.30 | 0.98 | 0 | 0.20 | 281.4 | 0.95 | 0.41 |
| Hex | 8F | 5 | CD | 1E | 62 | 0 | 14 | 119 | 5F | 29 |
| Octal | 217 | 5 | 315 | 36 | 142 | 0 | 24 | 431 | 137 | 51 |
| Binary | 10001111 | 101 | 11001101 | 11110 | 1100010 | 0 | 10100 | 100011001 | 1011111 | 101001 |
Color Harmonies of #8F05CD
Complementary color
Monochromatic Colors of #8F05CD
Black with #8F05CD
Text Example
Text Example
White with #8F05CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F05CD; }
p { color: rgb(143,5,205); }
H1.HeaderClassName
{
color: #8F05CD;
}
.AnyTagClassName
{
color: #8F05CD;
}
</style>
background-color css
<style>
a { background-color: #8F05CD; }
a { background-color: rgb(143,5,205); }
div.DivClassName
{
background-color: #8F05CD;
}
.BgClassName
{
background-color: #8F05CD;
}
</style>
border-color css
<style>
span { border-color: #8F05CD; }
span { border-color: rgb(143,5,205); }
td.TdClassName
{
border-color: #8F05CD;
}
.TagClassName
{
border-color: #8F05CD;
}
</style>