Shades of Dark Orchid #8F3FCD
Tints of Dark Orchid #8F3FCD
RGB
CMYK
RGB Variations
Color information
#8F3FCD (or 0x8F3FCD) is known color: Dark Orchid. HEX triplet: 8F, 3F and CD. RGB value is (143,63,205). Sum of RGB (Red+Green+Blue) = 143+63+205=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F3FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3FCD is #70C032. Grayscale: #666666. Windows color (decimal): -7389235 or 13451151. OLE color: 13451151.
HSL color Cylindrical-coordinate representation of color #8F3FCD: hue angle of 273.8º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F3FCD is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 63 | 205 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.20 |
| HSL | 273.8º | 0.59% | 0.53% | - |
| HSV(B) | 273.8º | 0.69% | 0.8% | - |
| XYZ | 24.12 | 13.8 | 59.15 | - |
| YUV | 103.11 | 185.5 | 156.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 63 | 205 | 0.30 | 0.69 | 0 | 0.20 | 273.8 | 0.59 | 0.53 |
| Hex | 8F | 3F | CD | 1E | 45 | 0 | 14 | 112 | 3B | 35 |
| Octal | 217 | 77 | 315 | 36 | 105 | 0 | 24 | 422 | 73 | 65 |
| Binary | 10001111 | 111111 | 11001101 | 11110 | 1000101 | 0 | 10100 | 100010010 | 111011 | 110101 |
Color Harmonies of #8F3FCD
Complementary color
Monochromatic Colors of #8F3FCD
Black with #8F3FCD
Text Example
Text Example
White with #8F3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3FCD; }
p { color: rgb(143,63,205); }
H1.HeaderClassName
{
color: #8F3FCD;
}
.AnyTagClassName
{
color: #8F3FCD;
}
</style>
background-color css
<style>
a { background-color: #8F3FCD; }
a { background-color: rgb(143,63,205); }
div.DivClassName
{
background-color: #8F3FCD;
}
.BgClassName
{
background-color: #8F3FCD;
}
</style>
border-color css
<style>
span { border-color: #8F3FCD; }
span { border-color: rgb(143,63,205); }
td.TdClassName
{
border-color: #8F3FCD;
}
.TagClassName
{
border-color: #8F3FCD;
}
</style>