Shades of Dark Orchid #8F2DC6
Tints of Dark Orchid #8F2DC6
RGB
CMYK
RGB Variations
Color information
#8F2DC6 (or 0x8F2DC6) is known color: Dark Orchid. HEX triplet: 8F, 2D and C6. RGB value is (143,45,198). Sum of RGB (Red+Green+Blue) = 143+45+198=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 198 (77.73% from 255 or 51.30% from 386); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F2DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DC6 is #70D239. Grayscale: #5B5B5B. Windows color (decimal): -7393850 or 12987791. OLE color: 12987791.
HSL color Cylindrical-coordinate representation of color #8F2DC6: hue angle of 278.43º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8F2DC6 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 45 | 198 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.22 |
| HSL | 278.43º | 0.63% | 0.48% | - |
| HSV(B) | 278.43º | 0.77% | 0.78% | - |
| XYZ | 22.46 | 11.79 | 54.52 | - |
| YUV | 91.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 198 | 0.28 | 0.77 | 0 | 0.22 | 278.43 | 0.63 | 0.48 |
| Hex | 8F | 2D | C6 | 1C | 4D | 0 | 16 | 116 | 3F | 30 |
| Octal | 217 | 55 | 306 | 34 | 115 | 0 | 26 | 426 | 77 | 60 |
| Binary | 10001111 | 101101 | 11000110 | 11100 | 1001101 | 0 | 10110 | 100010110 | 111111 | 110000 |
Color Harmonies of #8F2DC6
Complementary color
Monochromatic Colors of #8F2DC6
Black with #8F2DC6
Text Example
Text Example
White with #8F2DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DC6; }
p { color: rgb(143,45,198); }
H1.HeaderClassName
{
color: #8F2DC6;
}
.AnyTagClassName
{
color: #8F2DC6;
}
</style>
background-color css
<style>
a { background-color: #8F2DC6; }
a { background-color: rgb(143,45,198); }
div.DivClassName
{
background-color: #8F2DC6;
}
.BgClassName
{
background-color: #8F2DC6;
}
</style>
border-color css
<style>
span { border-color: #8F2DC6; }
span { border-color: rgb(143,45,198); }
td.TdClassName
{
border-color: #8F2DC6;
}
.TagClassName
{
border-color: #8F2DC6;
}
</style>