Shades of Dark Orchid #8F3AD6
Tints of Dark Orchid #8F3AD6
RGB
CMYK
RGB Variations
Color information
#8F3AD6 (or 0x8F3AD6) is known color: Dark Orchid. HEX triplet: 8F, 3A and D6. RGB value is (143,58,214). Sum of RGB (Red+Green+Blue) = 143+58+214=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 58 (23.05% from 255 or 13.98% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #8F3AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F3AD6 is #70C529. Grayscale: #646464. Windows color (decimal): -7390506 or 14039695. OLE color: 14039695.
HSL color Cylindrical-coordinate representation of color #8F3AD6: hue angle of 272.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8F3AD6 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 58 | 214 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.16 |
| HSL | 272.69º | 0.66% | 0.53% | - |
| HSV(B) | 272.69º | 0.73% | 0.84% | - |
| XYZ | 24.98 | 13.72 | 64.95 | - |
| YUV | 101.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 58 | 214 | 0.33 | 0.73 | 0 | 0.16 | 272.69 | 0.66 | 0.53 |
| Hex | 8F | 3A | D6 | 21 | 49 | 0 | 10 | 111 | 42 | 35 |
| Octal | 217 | 72 | 326 | 41 | 111 | 0 | 20 | 421 | 102 | 65 |
| Binary | 10001111 | 111010 | 11010110 | 100001 | 1001001 | 0 | 10000 | 100010001 | 1000010 | 110101 |
Color Harmonies of #8F3AD6
Complementary color
Monochromatic Colors of #8F3AD6
Black with #8F3AD6
Text Example
Text Example
White with #8F3AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3AD6; }
p { color: rgb(143,58,214); }
H1.HeaderClassName
{
color: #8F3AD6;
}
.AnyTagClassName
{
color: #8F3AD6;
}
</style>
background-color css
<style>
a { background-color: #8F3AD6; }
a { background-color: rgb(143,58,214); }
div.DivClassName
{
background-color: #8F3AD6;
}
.BgClassName
{
background-color: #8F3AD6;
}
</style>
border-color css
<style>
span { border-color: #8F3AD6; }
span { border-color: rgb(143,58,214); }
td.TdClassName
{
border-color: #8F3AD6;
}
.TagClassName
{
border-color: #8F3AD6;
}
</style>