Shades of Dark Violet #8F11CD
Tints of Dark Violet #8F11CD
RGB
CMYK
RGB Variations
Color information
#8F11CD (or 0x8F11CD) is known color: Dark Violet. HEX triplet: 8F, 11 and CD. RGB value is (143,17,205). Sum of RGB (Red+Green+Blue) = 143+17+205=365 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.18% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F11CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8F11CD is #70EE32. Grayscale: #4B4B4B. Windows color (decimal): -7401011 or 13439375. OLE color: 13439375.
HSL color Cylindrical-coordinate representation of color #8F11CD: hue angle of 280.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F11CD is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 17 | 205 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.20 |
| HSL | 280.21º | 0.85% | 0.44% | - |
| HSV(B) | 280.21º | 0.92% | 0.8% | - |
| XYZ | 22.55 | 10.65 | 58.62 | - |
| YUV | 76.11 | 200.74 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 17 | 205 | 0.30 | 0.92 | 0 | 0.20 | 280.21 | 0.85 | 0.44 |
| Hex | 8F | 11 | CD | 1E | 5C | 0 | 14 | 118 | 55 | 2C |
| Octal | 217 | 21 | 315 | 36 | 134 | 0 | 24 | 430 | 125 | 54 |
| Binary | 10001111 | 10001 | 11001101 | 11110 | 1011100 | 0 | 10100 | 100011000 | 1010101 | 101100 |
Color Harmonies of #8F11CD
Complementary color
Monochromatic Colors of #8F11CD
Black with #8F11CD
Text Example
Text Example
White with #8F11CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F11CD; }
p { color: rgb(143,17,205); }
H1.HeaderClassName
{
color: #8F11CD;
}
.AnyTagClassName
{
color: #8F11CD;
}
</style>
background-color css
<style>
a { background-color: #8F11CD; }
a { background-color: rgb(143,17,205); }
div.DivClassName
{
background-color: #8F11CD;
}
.BgClassName
{
background-color: #8F11CD;
}
</style>
border-color css
<style>
span { border-color: #8F11CD; }
span { border-color: rgb(143,17,205); }
td.TdClassName
{
border-color: #8F11CD;
}
.TagClassName
{
border-color: #8F11CD;
}
</style>