Shades of Dark Orchid #8F3CCD
Tints of Dark Orchid #8F3CCD
RGB
CMYK
RGB Variations
Color information
#8F3CCD (or 0x8F3CCD) is known color: Dark Orchid. HEX triplet: 8F, 3C and CD. RGB value is (143,60,205). Sum of RGB (Red+Green+Blue) = 143+60+205=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #8F3CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3CCD is #70C332. Grayscale: #646464. Windows color (decimal): -7390003 or 13450383. OLE color: 13450383.
HSL color Cylindrical-coordinate representation of color #8F3CCD: hue angle of 274.34º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F3CCD is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 143 | 60 | 205 | - |
| CMYK | 0.30 | 0.71 | 0 | 0.20 |
| HSL | 274.34º | 0.59% | 0.52% | - |
| HSV(B) | 274.34º | 0.71% | 0.8% | - |
| XYZ | 23.96 | 13.48 | 59.1 | - |
| YUV | 101.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 60 | 205 | 0.30 | 0.71 | 0 | 0.20 | 274.34 | 0.59 | 0.52 |
| Hex | 8F | 3C | CD | 1E | 47 | 0 | 14 | 112 | 3B | 34 |
| Octal | 217 | 74 | 315 | 36 | 107 | 0 | 24 | 422 | 73 | 64 |
| Binary | 10001111 | 111100 | 11001101 | 11110 | 1000111 | 0 | 10100 | 100010010 | 111011 | 110100 |
Color Harmonies of #8F3CCD
Complementary color
Monochromatic Colors of #8F3CCD
Black with #8F3CCD
Text Example
Text Example
White with #8F3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3CCD; }
p { color: rgb(143,60,205); }
H1.HeaderClassName
{
color: #8F3CCD;
}
.AnyTagClassName
{
color: #8F3CCD;
}
</style>
background-color css
<style>
a { background-color: #8F3CCD; }
a { background-color: rgb(143,60,205); }
div.DivClassName
{
background-color: #8F3CCD;
}
.BgClassName
{
background-color: #8F3CCD;
}
</style>
border-color css
<style>
span { border-color: #8F3CCD; }
span { border-color: rgb(143,60,205); }
td.TdClassName
{
border-color: #8F3CCD;
}
.TagClassName
{
border-color: #8F3CCD;
}
</style>