Shades of Dark Orchid #8F2DB6
Tints of Dark Orchid #8F2DB6
RGB
CMYK
RGB Variations
Color information
#8F2DB6 (or 0x8F2DB6) is known color: Dark Orchid. HEX triplet: 8F, 2D and B6. RGB value is (143,45,182). Sum of RGB (Red+Green+Blue) = 143+45+182=370 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.65% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #8F2DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F2DB6 is #70D249. Grayscale: #595959. Windows color (decimal): -7393866 or 11939215. OLE color: 11939215.
HSL color Cylindrical-coordinate representation of color #8F2DB6: hue angle of 282.92º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2DB6 is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 143 | 45 | 182 | - |
| CMYK | 0.21 | 0.75 | 0 | 0.29 |
| HSL | 282.92º | 0.6% | 0.45% | - |
| HSV(B) | 282.92º | 0.75% | 0.71% | - |
| XYZ | 20.71 | 11.09 | 45.31 | - |
| YUV | 89.92 | 179.97 | 165.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 45 | 182 | 0.21 | 0.75 | 0 | 0.29 | 282.92 | 0.6 | 0.45 |
| Hex | 8F | 2D | B6 | 15 | 4B | 0 | 1D | 11B | 3C | 2D |
| Octal | 217 | 55 | 266 | 25 | 113 | 0 | 35 | 433 | 74 | 55 |
| Binary | 10001111 | 101101 | 10110110 | 10101 | 1001011 | 0 | 11101 | 100011011 | 111100 | 101101 |
Color Harmonies of #8F2DB6
Complementary color
Monochromatic Colors of #8F2DB6
Black with #8F2DB6
Text Example
Text Example
White with #8F2DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2DB6; }
p { color: rgb(143,45,182); }
H1.HeaderClassName
{
color: #8F2DB6;
}
.AnyTagClassName
{
color: #8F2DB6;
}
</style>
background-color css
<style>
a { background-color: #8F2DB6; }
a { background-color: rgb(143,45,182); }
div.DivClassName
{
background-color: #8F2DB6;
}
.BgClassName
{
background-color: #8F2DB6;
}
</style>
border-color css
<style>
span { border-color: #8F2DB6; }
span { border-color: rgb(143,45,182); }
td.TdClassName
{
border-color: #8F2DB6;
}
.TagClassName
{
border-color: #8F2DB6;
}
</style>