Shades of Dark Orchid #8F2DBD
Tints of Dark Orchid #8F2DBD
RGB
CMYK
RGB Variations
Color information
#8F2DBD (or 0x8F2DBD) is known color: Dark Orchid. HEX triplet: 8F, 2D and BD. RGB value is (143,45,189). Sum of RGB (Red+Green+Blue) = 143+45+189=377 (49% of max value = 765). Red value is 143 (56.25% from 255 or 37.93% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DBD is #70D242. Grayscale: #5A5A5A. Windows color (decimal): -7393859 or 12397967. OLE color: 12397967.
HSL color Cylindrical-coordinate representation of color #8F2DBD: hue angle of 280.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2DBD is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 45 | 189 | - |
| CMYK | 0.24 | 0.76 | 0 | 0.26 |
| HSL | 280.83º | 0.62% | 0.46% | - |
| HSV(B) | 280.83º | 0.76% | 0.74% | - |
| XYZ | 21.45 | 11.39 | 49.21 | - |
| YUV | 90.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 189 | 0.24 | 0.76 | 0 | 0.26 | 280.83 | 0.62 | 0.46 |
| Hex | 8F | 2D | BD | 18 | 4C | 0 | 1A | 119 | 3E | 2E |
| Octal | 217 | 55 | 275 | 30 | 114 | 0 | 32 | 431 | 76 | 56 |
| Binary | 10001111 | 101101 | 10111101 | 11000 | 1001100 | 0 | 11010 | 100011001 | 111110 | 101110 |
Color Harmonies of #8F2DBD
Complementary color
Monochromatic Colors of #8F2DBD
Black with #8F2DBD
Text Example
Text Example
White with #8F2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DBD; }
p { color: rgb(143,45,189); }
H1.HeaderClassName
{
color: #8F2DBD;
}
.AnyTagClassName
{
color: #8F2DBD;
}
</style>
background-color css
<style>
a { background-color: #8F2DBD; }
a { background-color: rgb(143,45,189); }
div.DivClassName
{
background-color: #8F2DBD;
}
.BgClassName
{
background-color: #8F2DBD;
}
</style>
border-color css
<style>
span { border-color: #8F2DBD; }
span { border-color: rgb(143,45,189); }
td.TdClassName
{
border-color: #8F2DBD;
}
.TagClassName
{
border-color: #8F2DBD;
}
</style>