Shades of Dark Orchid #8F3ECD
Tints of Dark Orchid #8F3ECD
RGB
CMYK
RGB Variations
Color information
#8F3ECD (or 0x8F3ECD) is known color: Dark Orchid. HEX triplet: 8F, 3E and CD. RGB value is (143,62,205). Sum of RGB (Red+Green+Blue) = 143+62+205=410 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.88% from 410); Green value is 62 (24.61% from 255 or 15.12% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F3ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3ECD is #70C132. Grayscale: #666666. Windows color (decimal): -7389491 or 13450895. OLE color: 13450895.
HSL color Cylindrical-coordinate representation of color #8F3ECD: hue angle of 273.99º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F3ECD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 62 | 205 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.20 |
| HSL | 273.99º | 0.59% | 0.52% | - |
| HSV(B) | 273.99º | 0.7% | 0.8% | - |
| XYZ | 24.07 | 13.69 | 59.13 | - |
| YUV | 102.52 | 185.84 | 156.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 62 | 205 | 0.30 | 0.70 | 0 | 0.20 | 273.99 | 0.59 | 0.52 |
| Hex | 8F | 3E | CD | 1E | 46 | 0 | 14 | 112 | 3B | 34 |
| Octal | 217 | 76 | 315 | 36 | 106 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001111 | 111110 | 11001101 | 11110 | 1000110 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8F3ECD
Complementary color
Monochromatic Colors of #8F3ECD
Black with #8F3ECD
Text Example
Text Example
White with #8F3ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3ECD; }
p { color: rgb(143,62,205); }
H1.HeaderClassName
{
color: #8F3ECD;
}
.AnyTagClassName
{
color: #8F3ECD;
}
</style>
background-color css
<style>
a { background-color: #8F3ECD; }
a { background-color: rgb(143,62,205); }
div.DivClassName
{
background-color: #8F3ECD;
}
.BgClassName
{
background-color: #8F3ECD;
}
</style>
border-color css
<style>
span { border-color: #8F3ECD; }
span { border-color: rgb(143,62,205); }
td.TdClassName
{
border-color: #8F3ECD;
}
.TagClassName
{
border-color: #8F3ECD;
}
</style>